Jan Kapellen skrev:
> 
> [...]
> acl_smtp_helo = acl_check_helo
> [...]
> 
> acl_check_helo:
> 
> accept hosts = *
> deny hosts = *.some.pppool.tld

Well, for starters, the first statement whose conditions all are
satisfied determines the outcome of an acl. I this case the first
statement accepts if the host is in *. In other words this acl always
accepts!

You probably get a bit more what you want if you put the deny on top
followed by the accept (without any conditions).

-- 
Magnus Holmgren

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to