Re: [Exim] ACL's for rejecting senders

Inizio della pagina
Delete this message
Reply to this message
Autore: Nico Erfurth
Data:  
To: Paul Mills
CC: exim-users@exim.org
Oggetto: 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