Tim Jackson wrote:
>On 7 Dec 2004, Michael F. Sprague wrote:
>
>
>
>>deny message = sender verification failed
>> hosts = ! sun1 : sun2
>> require verify = sender
>>
>>
>
>Shouldn't that be "!hosts = sun1 : sun2"?
>(it's certainly easier to read that way, at least)
>
>
>
Worse than that - what's there is wrong - it's saying '(host is not
sun1) or (host is sun2)'
For clarity, I suggest a hostlist at the top of the config file which says
hostlist sunhosts = sun1 : sun2
and the ACL says
hosts = ! +sunhosts
Peter