Re: [exim] Condition in ACL

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Martin A. Brooks
日付:  
To: Alain Williams
CC: exim-users
題目: Re: [exim] Condition in ACL
Alain Williams wrote:
> This can't be hard, but it does the reverse of what I want ... I need to start the w/end
>
>
> I have a standard 'verify sender' in the acl_check_rcpt.
> There are a few people who send this domain email where this does not work -- IIRC they
> block incoming bouces (from<>). So I thought that I would whitelist them for this test only,
> create a file that has their domain(s) one per line:
>
>
>    require verify        = sender
>           sender_domains = ! lsearch;/etc/exim/NoVerifySender_SenderDomain


You should be able to shorten this condition to:

!sender_domains = /etc/exim/NoVerifySender_SenderDomain