Re: [Exim] relay control: host_lookup, +allow_unknown

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: exim
Ημερομηνία:  
Προς: Andreas M. Kirchwitz
Υ/ο: exim-users, exim
Αντικείμενο: Re: [Exim] relay control: host_lookup, +allow_unknown
In response to Andreas M. Kirchwitz:

>     host_lookup = 0.0.0.0/0 : !1.2.3.0/24


In that case, the 0.0.0.0/0 is looked at first and the !1.2.3.0/24 is
ignored. You need

    host_lookup = !1.2.3.0/24 :  0.0.0.0/0


Gyan.