Re: [exim] Exclude host from sender verification

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Renaud Allard
日付:  
To: 3YSTech Services
CC: Exim Users
題目: Re: [exim] Exclude host from sender verification


On 05/26/2016 03:46 PM, 3YSTech Services wrote:
> I used couple lines below and worked fine.. Now I have several hosts I
> want to exclude from sender verification. How to execulde list of hosts ? ,
> Those senders don't have DNS records.
>
> deny    !hosts  = 192.168.1.1
>             !verify = sender

>


either you use:

!hosts = 192.168.1.1 : 192.168.1.2 : 192.168.1.3

either you make a lookup in a file or SQL database, depending on how
much hosts you want to exclude.