I'm trying to setup my domain name for my new windows 2008 server and everything has been working well so far except for one little thing :
When I send emails to my domain, I received email delayed message the day after. I'm pretty sure it's something about my MX. This is my configuration:
# type host value prior(MX)
1 A @
199.19.212.38
--
2 CNAME www
brainpad.org
--
3 CNAME webmail
brainpad.org
--
4 MX @
mail.brainpad.org
(10)
5 A mail
199.19.212.38
-
I did a test on my domain and those are the results: e
mailtalk.org is getting list of mail servers using k.gtld-servers.net
'brainpad.org' has 1 mail server
Mail server details
Host Name IP Priority
mail.brainpad.org. 199.19.212.38 10
emailtalk.org is now testing mail server configuration
Checking mail.brainpad.org.
Checking PTR record
PTR record exists(node-1j8j1uu.cloud9.ymq1.ca.layeredge.net.) but does not point back to mail.brainpad.org.
A record does not exists for PTR host name
Checking RBL server for blacklisting
Mail server is not black listed
********** Mail server configuration check is complete **********
Any idea about what's going on and how to fix it?
Thanks!
I don't see anything wrong with your DNS. What are the details of the DSN's? Do you have an MTA installed and running on the server? Is your firewall configured to allow inbound connections to port 25 on the server? Are you able to telnet to port 25 of the server from an external host?
I don't get a response for ping and port 25 from your IP. Try to connect locally first via
telnet localhost 25
from your server. If that does work, you should check whether your firewall is configured correctly.As the output suggests, you don't have a correctly set PTR (pointer) record for mail.brinpad.org. Your PTR record should resolve 199.19.212.38 to mail.brainpad.org.
Currently a PTR record exists that is resolving 199.19.212.38 to:
node-1j8j1uu.cloud9.ymq1.ca.layeredge.net
It should resolve to mail.brainpad.org