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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: exim
日付:  
To: Andreas M. Kirchwitz
CC: 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.