
Originally Posted by
dmenden
No firewall. What are you thinking might be the issue here? Is there some port you think might be blocked?
[CODE][root@mail ~]# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
my.ip.add.149 mail.mydomain.org
This is incorrect, the format should be as follows:
Code:
127.0.0.1 localhost.localdomain localhost
my.ip.add.149 mail.mydomain.org mail
Code:
[root@mail ~]# dig mail.mydomain.org any
;; ANSWER SECTION:
mail.mydomain.org. 3600 IN A my.ip.add.149
mail.mydomain.org. 3600 IN MX 10 mail.mydomain.org.
This is not the command I asked you to run, I want the output of the following:
Code:
dig yourdomain.com any
dig yourdomain.com mx
using your domain name and not the FQDN of your server.
Code:
[root@mail ~]# host mail.mydomain.org
mail.mydomain.org has address my.ip.add.149
mail.mydomain.org mail is handled by 10 mail.mydomain.org.
That's also not the command I asked you for, I want you to run the exact command I gave you with no changes (i.e. do not add your hostname).