Re: [Exim] Sender callout verification only for certain doma…

Top Page
Delete this message
Reply to this message
Author: Andreas J Mueller
Date:  
To: Ralf G. R. Bergs
Subject: Re: [Exim] Sender callout verification only for certain domains
Hi Ralf!

>   deny    domains  = +local_domains
>           !domains = EXIM_VIRT_DOM_DIR/no_callout
>           !verify  = sender/callout=20s/check_postmaster


That should probably be more like

    deny    domains  = !EXIM_VIRT_DOM_DIR/no_callout : +local_domains
            !verify  = sender/callout=20s/check_postmaster


But why do you want to restrict callouts for local_domains? Exim will
perform callouts only for addresses which are routed to remote SMTP
servers. This is not normally the case with local domains.

Andy

--
Andreas J. Mueller                            email: <andy@???>