Re: [exim] What the...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Graeme Fowler
Fecha:  
A: Chris Knipe
Cc: exim-users
Asunto: 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