[Exim] abusive MX records look up to "mail."

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Alan J. Flavell
Datum:  
To: Exim users list
Neue Treads: Re: [Exim] abusive MX records look up to
Betreff: [Exim] abusive MX records look up to "mail."
I've just spotted a couple of cases where the envelope-sender's
MX record looks up to "mail." E.g

# host -t mx medicalsavingzrus.com
medicalsavingzrus.com mail is handled by 0 mail.

Is there an obvious way to reject such envelope-senders in an ACL
(I mean, without resorting to a hand-coded DNS lookup within the
ACL conditions), please? The way things are at the moment, exim
is reporting:

Could not complete sender verify

due to the non-callout "verify = sender" that we're using - and
issuing a _temporary_ error, and the abuser (or their compromised
relay) are retrying over and over.

thanks