Re: [exim] Exclude host from sender verification

Góra strony
Delete this message
Reply to this message
Autor: Renaud Allard
Data:  
Dla: 3YSTech Services
CC: Exim Users
Temat: 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.