Re: [exim] deny smtp connection

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: Jan Kapellen
Υ/ο: exim-users
Αντικείμενο: Re: [exim] deny smtp connection
Jan Kapellen wrote:

> accept hosts = *
> deny hosts = *.some.pppool.tld


ACLs are processed from top to bottom, until all conditions of a deny or
accept stanza are true.
Your first stanz will match every hosts, so the remainder will never be
used. Just switch the two lines.