Re: [exim] What the...

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: Chris Knipe
CC: exim-users
Subject: Re: [exim] What the...
On Mon, 2011-11-07 at 15:19 +0200, Chris Knipe wrote:
> Yet - that is not the message I get in the logs. Also from my configuration:


That's exactly as expected; the way the ACL verbs are processed is
harming you here. Try this instead:

require message       = REJECTED - Sender Verify Failed - error code
\"$sender_verify_failure\"\n\nThe return address you are using for
this email message <$sender_address> does not seem to be a working
account.
        verify        = sender/callout=2m,defer_ok,random
        !hosts        = 80.239.186.0/24:41.183.0.19/32


Graeme