I am not able to find the problem what I am doing wrong. I have hosted the dns record on the doamain server. mail dns points like this and the query for the mx record is correctly returned to 10:mail.suncitypalace.co.in. Now when I am sending mail to [email protected] from outside like gmail, the email is neither delivered nor bounced in the gmail id. But I am sending mail from any domain in the server the mail is getting delivered. I have also checked the quota. it is ok. What could be reason for the same I am not able to find the reason for the same. Pawan Joshi
Check your DNS: <[email protected]>: Host or domain name not found. Name service error for name=mail.suncitypalace.co.in type=AAAA: Host not found maybe you have just an A-Record.
root@server1:/home/pawan# netstat -tap | grep smtp tcp 0 0 *:ssmtp *:* LISTEN 4150/master tcp 0 0 *:smtp *:* LISTEN 4150/master Code: MX Info MX Records Your MX records that were reported by your nameservers are: 10 mail.suncitypalace.co.in No A Record (no glue either) [These are all the MX records that I found. If there are some non common MX records at your nameservers you should see them below. ] Pass Different MX records at nameservers Good. Looks like all your nameservers have the same set of MX records. This tests to see if there are any MX records not reported by all your nameservers and also MX records that have the same hostname but different IPs Pass MX name validity Good. I did not detect any invalid hostnames for your MX records. Pass MX IPs are public OK. All of your MX records appear to use public IPs. Pass MX CNAME Check OK. No problems here. Pass MX A request returns CNAME OK. No CNAMEs returned for A records lookups. Pass MX is not IP OK. All of your MX records are host names. Info Number of MX records OK. Looks like you only have one MX record at your nameservers. You should be careful about what you are doing since you have a single point of failure that can lead to mail being lost if the server is down for a long time. Pass Mismatched MX A OK. I did not detect differing IPs for your MX records. Pass Duplicate MX A records OK. I have not found duplicate IP(s) for your MX records. This is a good thing. Pass Reverse MX A records (PTR) Your reverse (PTR) record: You have reverse (PTR) records for all your IPs, that is a good thing.