Re: [exim] verify_sender

Inizio della pagina
Delete this message
Reply to this message
Autore: Jim Cheetham
Data:  
To: exim-users
Oggetto: Re: [exim] verify_sender
Quoting Russell Robinson (from 15/05/10 14:17):
> I've got:
>     require verify = sender

>
> and I've assumed it's been working OK.
>
> Recently tested: it always succeeds - i.e. allows invalid senders.


If you have an "accept" stanza higher up in your config, and the
"require" lower down, then the chances are you are fully accepting the
message without going through this test at all.

Just put a copy of the "verify = sender" clause in your "accept" stanza.

-jim