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@???