Re: [exim] Sender verification

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Renaud Allard
Data:  
Para: erwin.ambrosch
CC: exim-users
Asunto: Re: [exim] Sender verification


Erwin Ambrosch|XHOSTPLUS wrote:
> Hi All,
>
> I've exim4 configured to do a verify = sender/callout=15s and it works
> for sender which domain is not in the list of local_domains. If an
> E-Mail is sent with the domain_part existing in the local_domains, it
> exim4 doesn't perform the sender/callout verification.
>
> Here my ACLS effected by this issue:
>
> deny !verify = sender/callout=15s
>
> accept  domains = +local_domains
>          endpass
>          verify = recipient

>


The order of the ACLs is very important. Are you sure you aren't sending
mail from an IP accepted in a former ACL? You should send your full
config (at least the ACL part) for us to help you efficiently.