You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2021/02/23 03:52:00 UTC

[jira] [Closed] (JAMES-3431) Relay DSN options on RemoteDelivery

     [ https://issues.apache.org/jira/browse/JAMES-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Tellier closed JAMES-3431.
---------------------------------
    Fix Version/s: 3.6.0
       Resolution: Fixed

> Relay DSN options on RemoteDelivery
> -----------------------------------
>
>                 Key: JAMES-3431
>                 URL: https://issues.apache.org/jira/browse/JAMES-3431
>             Project: James Server
>          Issue Type: Bug
>          Components: Remote Delivery, SMTPServer
>    Affects Versions: 3.5.0
>            Reporter: Karsten Otto
>            Priority: Major
>             Fix For: 3.6.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Since James claims to support the DSN SMTP extension, it may receive a mail submission according to [RFC 3461|https://tools.ietf.org/html/rfc3461]:
> {code:java}
> MAIL FROM:<Al...@Example.ORG> RET=HDRS ENVID=QQ314159
> RCPT TO:<Da...@Ivory.EDU> NOTIFY=SUCCESS,FAILURE,DELAY ORCPT=rfc822;Dana@Ivory.EDU
> RCPT TO:<Fr...@Bombs.AF.MIL> NOTIFY=NEVER{code}
> In this case James should
>  * remember the given DSN options (NOTIFY, ORCPT, RET, ENVID) for each recipient, and
>  * provide the same options when relaying the mail to remote servers via the RemoteDelivery mailet.
> (The DSN options should be accessible to other interested mailets as well, e.g. for bounce processing.)
> Possibly related issues:
>  https://issues.apache.org/jira/browse/JAMES-322
>  https://issues.apache.org/jira/browse/JAMES-362
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org