Is there a better way to do this. For instance if I used dbm files it
would tell me if I had duplicates entries in my list. I didn't think I
could use such a mixture in dbm files.
On 22 Oct 2002 at 9:07, Philip Hazel wrote:
> > 2nd, Can I use a mixture of ip addresses and domain addresses in a
> > host list?
>
> Yes, but you should put the IP addresses first.
>
> > # host_recipients
> > *.somedomain.net.ar
> > 211.92.129.184/32
> > *.anotherdomain.net
>
> For that list, Exim will always try to look up the host name, in order
> to match *.somedomain.net.ar, because that comes first.