Re: [Exim] ACL's for rejecting senders

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Nico Erfurth
Dátum:  
Címzett: Paul Mills
CC: exim-users@exim.org
Tárgy: 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