On Jan 27, 2009, at 9:52 AM, Linux Addict <linuxaddi...@gmail.com> wrote:

Wietse Venema wrote:

Linux Addict:

What I would like to do is, if a destination host does not have
an MX record, then I would like to drop the message, don't want
to bounce it.

The Internet email RFCs do not require MX records. They specify
that the MTA must deliver by A records when MX records don't exist.

        Wietse


I dont know if its convincing to send mails to a host where no smtp is running(hence no MX record) but is there anyway at all in Postfix to check for MX record before the qmgr accepts the mail?

Just because there is no MX record pointing to host X does not mean this host is not listening for SMTP connections. See postconf(5) for MX-related checks supported by Postfix.

Reply via email to