[120283] in North American Network Operators' Group

home help back first fref pref prev next nref lref last post

Re: DNS question, null MX records

daemon@ATHENA.MIT.EDU (Andy Davidson)
Tue Dec 15 11:07:01 2009

Date: Tue, 15 Dec 2009 16:06:15 +0000
From: Andy Davidson <andy@nosignal.org>
To: Eric J Esslinger <eesslinger@fpu-tn.com>
In-Reply-To: <D2D37F15EBBD524693E9F3CB32D02080DA9FE824@exchange.corp.fpu-tn.com>
Cc: "'nanog@nanog.org'" <nanog@nanog.org>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org

Eric J Esslinger wrote:
> I have a domain that exists solely to cname A records to another domain's websites.
[...]
> I found a reference to a null MX proposal, constructed so:
> example.com    IN    MX 0 .
[...]
> Question: Is this a valid dns construct or did the proposal die?

It's "valid", but you will probably find people still try to spam to
machines on the A records, and all of the other weird and wonderful things
that spambots try to do to find a path that will deliver mail...

If there is no time that mail should appear *from* this domain name then
it's polite to set spf records as such - one of the few things spf is
always useful for :-) like this :

@	IN	TXT	"v=spf1 -all"

... all this means in practice though is that spammers who actually bother
to check for this, will find someone else to masquerade.  But you won't
have to deal with the associated attempted bounce delivery connections...

Best wishes
Andy


home help back first fref pref prev next nref lref last post