Re: [exim] ACL question

Góra strony
Delete this message
Reply to this message
Autor: Heiko Schlittermann
Data:  
Dla: exim-users
Temat: Re: [exim] ACL question
M R <ifrpic@???> (Do 16 Feb 2012 07:20:27 CET):
> In exim.conf, I have this:
>
> acl_check_rcpt:
>
>    deny
>       message = Domain is locally blacklisted
>       senders = lsearch;/etc/mail/eximblacklist

>
>
> specificuser@???
>
>
> it works as expected and mail from specificuser is rejected . But, if this
> is in /etc/exim/blacklist,
>
> *@example.dom
>
> OR
>
> example.dom


Check the spec.txt around 10.19.

    lsearch*@;/etc/mail/eximblacklist


should do the trick.

--
Heiko