Re: [EXIM] MX Loop

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Nigel Metheringham
日付:  
To: Jochen Topf
CC: Philip Hazel, exim-users
題目: Re: [EXIM] MX Loop

sqrt@??? said:
} No, not quite. What I would need is more like:
} - Lookup MXes in DNS
} - If one of the MXes is in a configured list of
} hosts, ignore this MX, only use the other MXes

To be pedantic, you actually mean
    if one of a defined list of hosts appears in the MX list,
    then throw away this and all other MXs of equal or lower
    priority - just as if this machine was in the MX list.


So, given a target with 4 MXes:-
    MX    1    a
    MX    2    b
    MX    2    c
    MX    3    d


if c is in the block list, then throw away b,c & d.

    Nigel.
-- 
[ Nigel.Metheringham@???   -  Systems Software Engineer ]
[ Tel : +44 113 207 6112                   Fax : +44 113 234 6065 ]
[      Real life is but a pale imitation of a Dilbert strip       ]




--
*** Exim information can be found at http://www.exim.org/ ***