Quote:
How about starting with making sure you have your rDNS set.
The rDNS has been set in Linode's control panel for well over a year now.
I understand that it would make things much easier if I told you my domains. I don't include my domain(s) because:
1. Privacy - I don't feel comfortable airing my ignorance AND telling everybody where to exploit it.
2. My MX and SPF records are currently pointing off-site so nothing in there would be of any help.
I've read every bind/DNS article I could find and they still don't answer a basic question. What's worse, I'm too daft to figure out something that's apparently obvious to everybody else.
Again:
1. I have domain1.com and domain2.com
2. I have 2 zone files domain1.com.db and domain2.com.db
domain1.com.db
Quote:
domain1.com. 14400 IN MX 10 mail.domain1.com.
domain1.com. IN TXT "v=spf1 ip4:64.22.NNN.NNN ip4:64.22.NNN.NNN ~all"
domain2.com.db
Quote:
domain2.com. 14400 IN MX 10 mail.domain2.com.
domain2.com. IN TXT "v=spf1 ip4:64.22.000.001 ip4:64.22.000.002 ~all"
When I use mxtoolbox for domain2.com, it says that there's a problem because there's no reverse DNS entry for that domain.
Of course not, because both rDNS are pointing to domain1.com
But I know that there's got to be a way for bind to be configured in a way that will allow me to send through both domains without having a dedicated IP for each domain! Right?
I tried using something like (in DNS manager):
Quote:
domain1.com. 14400 IN MX 10 mail.domain1.com.
domain1.com. IN TXT "v=spf1 mx include:domain2.com -all"
domain2.com.db
Quote:
domain2.com. 14400 IN MX 10 mail.domain1.com.
domain2.com. IN TXT "v=spf1 mx -all"
But when I clicked the "Check" button (assuming it's named-checkconf? It told me:
zone domain2.com/IN: domain2.com/MX 'mail.domain1.com' (out of zone) is a CNAME (illegal)
Yet there are no CNAMEs!
Believe me, These forums aren't my first line of support. I try as hard as possible to solve the issues I have on my own before coming here. With that said, any (real) help would be appreciated!
Thanks