I’m having trouble getting mail into my domain (domain2)….outgoing mail is sent properly, but mail can not be received. Whenever I send mail to my domain, the message is bounced with a “Can’t find Mail Exchanger or IP address #5.5.4”
Here is a copy of the zone file:
$TTL 86400
@ IN SOA host1.domain1.com. webmistress.domain2.com. (
2003022805
28800
14400
3600000
86400 )
NS host1.domain1.com.
A 1.2.3.4
www A 1.2.3.4
ftp A 1.2.3.4
mail A 1.2.3.4
domain2.com. IN MX 10 host1.domain1.com.
I can ping host1.domain1.com, I can connect to www.domain2.com. Domain1 also exists on the server, but does not receive mail. To my eye, everything looks like it’s configured properly (as basic as it is).
Anyone have any ideas?