Re: [Exim] [Q] callout sender verification for specified dom…

Pàgina inicial
Delete this message
Reply to this message
Autor: Wakko Warner
Data:  
A: Andrey Panin
CC: exim-users
Assumpte: Re: [Exim] [Q] callout sender verification for specified domains only
> I want to limit callout sender verification if sender belongs
> to some specific domains.
>
> I tried to do it with this ACL fragment:
>
>     deny    !verify        = sender/callout=10s
>         sender_domains    = +callout_domains

>
> but it doesn't work as I expected, exim tries callout verification
> on all domains.
>
> Can someone point me where I did an error ?


Order is important.
deny    sender_domains    = +callout_domains
    !verify        = sender/callout=10s


--
Lab tests show that use of micro$oft causes cancer in lab animals