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 "Norman Maurer (JIRA)" <se...@james.apache.org> on 2006/11/23 12:55:02 UTC

[jira] Created: (JAMES-715) RemoteDelivery act invalid domains as temporary failure

RemoteDelivery act invalid domains as temporary failure
-------------------------------------------------------

                 Key: JAMES-715
                 URL: http://issues.apache.org/jira/browse/JAMES-715
             Project: James
          Issue Type: Bug
          Components: Matchers/Mailets (bundled)
    Affects Versions: 2.3.0
            Reporter: Norman Maurer
         Assigned To: Norman Maurer
            Priority: Critical
             Fix For: Next Major


RemoreDeliver not use a perment error when try to deliver to a nonexisting domain. So the bounce is not send till all delivery retries finish. Thats not correct. On a nonexisting domain the bounce need to get sended as soon as possible

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (JAMES-715) RemoteDelivery act invalid domains as temporary failure

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-715?page=comments#action_12452216 ] 
            
Norman Maurer commented on JAMES-715:
-------------------------------------

This "bug" was indruduced by trying to fix JAMES-31.
I not agree with the solution of the old patch: 
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java?r1=107866&r2=107867

If a domain not exists or can not resolved a permanent error should returned. Thats how "big" mailservers like qmail and postfix act. 




> RemoteDelivery act invalid domains as temporary failure
> -------------------------------------------------------
>
>                 Key: JAMES-715
>                 URL: http://issues.apache.org/jira/browse/JAMES-715
>             Project: James
>          Issue Type: Bug
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: 2.2.0, 2.3.0
>            Reporter: Norman Maurer
>         Assigned To: Norman Maurer
>            Priority: Critical
>             Fix For: Next Major
>
>
> RemoteDelivery doesn't use a permanent error when trying to deliver to a non-existing domain. So the bounce is not sent until all delivery retries finish. That's not correct. On a non-existing domain the bounce needs to get sent as soon as possible

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (JAMES-715) RemoteDelivery act invalid domains as temporary failure

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-715?page=all ]

Norman Maurer resolved JAMES-715.
---------------------------------

    Resolution: Fixed

Its now possible to configure a other retrylimit for dnserrors. If set to 0 it will use a permerror. So everyone should be lucky!

> RemoteDelivery act invalid domains as temporary failure
> -------------------------------------------------------
>
>                 Key: JAMES-715
>                 URL: http://issues.apache.org/jira/browse/JAMES-715
>             Project: James
>          Issue Type: Bug
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: 2.2.0, 2.3.0
>            Reporter: Norman Maurer
>         Assigned To: Norman Maurer
>            Priority: Critical
>             Fix For: Next Major
>
>
> RemoteDelivery doesn't use a permanent error when trying to deliver to a non-existing domain. So the bounce is not sent until all delivery retries finish. That's not correct. On a non-existing domain the bounce needs to get sent as soon as possible

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (JAMES-715) RemoteDelivery act invalid domains as temporary failure

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-715?page=comments#action_12452214 ] 
            
Norman Maurer commented on JAMES-715:
-------------------------------------

I not close that to discuss about backport. IMHO its a very critical bug which should be backportet.

> RemoteDelivery act invalid domains as temporary failure
> -------------------------------------------------------
>
>                 Key: JAMES-715
>                 URL: http://issues.apache.org/jira/browse/JAMES-715
>             Project: James
>          Issue Type: Bug
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: 2.2.0, 2.3.0
>            Reporter: Norman Maurer
>         Assigned To: Norman Maurer
>            Priority: Critical
>             Fix For: Next Major
>
>
> RemoteDelivery doesn't use a permanent error when trying to deliver to a non-existing domain. So the bounce is not sent until all delivery retries finish. That's not correct. On a non-existing domain the bounce needs to get sent as soon as possible

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (JAMES-715) RemoteDelivery act invalid domains as temporary failure

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-715?page=all ]

Norman Maurer updated JAMES-715:
--------------------------------

          Description: RemoteDelivery doesn't use a permanent error when trying to deliver to a non-existing domain. So the bounce is not sent until all delivery retries finish. That's not correct. On a non-existing domain the bounce needs to get sent as soon as possible  (was: RemoreDeliver not use a perment error when try to deliver to a nonexisting domain. So the bounce is not send till all delivery retries finish. Thats not correct. On a nonexisting domain the bounce need to get sended as soon as possible)
    Affects Version/s: 2.2.0

> RemoteDelivery act invalid domains as temporary failure
> -------------------------------------------------------
>
>                 Key: JAMES-715
>                 URL: http://issues.apache.org/jira/browse/JAMES-715
>             Project: James
>          Issue Type: Bug
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: 2.2.0, 2.3.0
>            Reporter: Norman Maurer
>         Assigned To: Norman Maurer
>            Priority: Critical
>             Fix For: Next Major
>
>
> RemoteDelivery doesn't use a permanent error when trying to deliver to a non-existing domain. So the bounce is not sent until all delivery retries finish. That's not correct. On a non-existing domain the bounce needs to get sent as soon as possible

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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