Re: [Exim] new acl problem

Pàgina inicial
Delete this message
Reply to this message
Autor: Patrice Fournier
Data:  
A: Derrick 'dman' Hudson
CC: exim-users
Assumpte: Re: [Exim] new acl problem
Hi dman,

Quoting Derrick 'dman' Hudson <dsh8290@???>:

>     require !hosts   = mary.itusa.org : martha.iteams.org :
> deborah.iteams.org
>             verify  = header_syntax

>
> Today I saw that all messages from martha.iteams.org were being
> rejected with only this info in the log :
>     rejected after DATA


Of course, a require acl *requires* that all conditions be true to
continue or returns deny, your !hosts is then false and is causing the acl
to return deny... how about:

deny  !hosts = mary.ituse.org : martha.iteams.org : deborah.iteams.org
     !verify = header_syntax



--
Patrice Fournier
pfournier@???