Re: [Exim] ACL's for rejecting senders

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Nico Erfurth
Datum:  
To: Paul Mills
CC: exim-users@exim.org
Betreff: Re: [Exim] ACL's for rejecting senders
> > ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
> I think I have sorted it now with the following
>
> addresslist denyenvsenders = dbm;/etc/exim/acls/banned_senders.db
>
> deny     message        =  You are blacklisted
>          senders        =  +denyenvsenders


This is the same as my example, the only difference is that you moved the
lookup to an addresslist, are you sure you had no typo in the other
version?

Nico