Re: [exim] deny smtp connection
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
このメッセージは次のスレッドの一部です:
日付によるスレッドの仕分け
Magnus Holmgren 、
2005-12-16 13:54
著者:
Jakob Hirsch
日付:
2005-12-16 14:01
UTC
To:
Jan Kapellen
CC:
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.