On 2008-03-11 at 00:16 +0100, Zbigniew Szalbot wrote: > 2008/3/11, Phil Pennock <[EMAIL PROTECTED]>: > > On 2008-03-10 at 18:14 +0100, Zbigniew Szalbot wrote: > > > When there is a fatal bounce for account [EMAIL PROTECTED], and > > > there comes another message which should be delivered to > > > [EMAIL PROTECTED] (same domain) by remote_smtp, the message > > > example2@ is immediately bounced (because of previous problems with > > > that domain).
That's not what your logs show. They show that the new mail came in, a delivery attempt was made; that bounced, there was no recent record of a successful delivery, so the new mail was bounced too. There's a difference between "try once to confirm, then bounce" and "immediately bounce". If you think that some domains are doing this, per recipient, then create a new dnslookup Router; put it before the normal dnslookup router, add a "domains = yahoo.com" restriction (and adjust to restrict it to the domains you care about), add "no_more" and add "retry_use_local_part". -Phil -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
