Re: [Exim] How to handle bogus MX records

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Suresh Ramasubramanian
日付:  
To: Paul Kanz, exim-users
題目: Re: [Exim] How to handle bogus MX records
On Wednesday, January 01, 2003 4:16 AM [GMT+0530=IST],
pkanz@??? (Paul Kanz) wrote:

> What is the best way with Exim 3.x to handle sites that have bogus MX
> records - ones that list 0.0.0.0 as the IP address. A good example is
> myvzw.com:


What my exim 4.10 does - which looks default - is

frodo:~% sendmail -bv -v idiots@???
LOG: MAIN
lowest numbered MX record points to local host: myvzw.com (while
routing <idiots@???>)
idiots@??? cannot be resolved at this time:
lowest numbered MX record points to local host

require verify        = sender


does the trick, I guess.

In exim 3.x it is sender_verify

    srs