How to create lookup statement on file containing hosts one IP per line ?
Thanks
On Thu, May 26, 2016 at 9:56 AM, Renaud Allard <renaud@???> wrote:
>
>
> 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.
>
>
>
>
>