Re: [Exim] How to handle bogus MX records

Top Page
Delete this message
Reply to this message
Author: Suresh Ramasubramanian
Date:  
To: Paul Kanz, exim-users
Subject: 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