Dave Funk wrote:
On Sat, 14 Feb 2009, Marc Perkel wrote:
Dave Funk wrote:
On Sat, 14 Feb 2009, Marc Perkel wrote:
Marc Perkel wrote:
Hi,
I have a quick bind question. I want to set the MX records on a
domain to something normal but I want to set the MX for all
subdomains to something else.
example.com mail.example.com
xxx.example.com blackhole.example.com
Thanks in advance
[snip..]
It didn't work - but this might be related. I have this in there as
wellso that all A record subdirs resolve to the same IP.
mail IN CNAME mail.ctyme.com.
mailman IN CNAME mailman.ctyme.com.
mailman.mailman IN CNAME mailman.ctyme.com.
ssh IN A 65.49.42.101
ftp IN A 65.49.42.101
www IN A 65.49.42.100
* IN CNAME @
OK, I guess I didn't understand -exactly- what you're trying to do.
If you say "all subdomains" do you mean multiple levels or a single
level?
A single level will do for now. What is happening is that spammers are
spoofing a subdomain of domains I host and currently the subdomain
inherit the MX from the main domain. I want the main domain to have one
set of MX records and all single level subdomains to have another.