Re: [exim] deny smtp connection

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Jakob Hirsch
Datum:  
To: Jan Kapellen
CC: exim-users
Betreff: 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.