Results 1 to 2 of 2
Using Postfix I am trying to send external mails from a linux box and getting below error in mail log.
to=<address@gmail.com
>, relay=none, delay=10, status=deferred (Host or domain name not ...
- 03-27-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 4
Linux Email Problem
Using Postfix I am trying to send external mails from a linux box and getting below error in mail log.
to=<address@gmail.com
>, relay=none, delay=10, status=deferred (Host or domain name not found. Name se
rvice error for name=host.mail.abc type=MX: Host not found, try again)
Anyone any uselful commands to verify what exactly is wrong, what is a name servive error?
- 03-30-2009 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
For sending mail through your own mail server you need to identify your server.
Probably you are using names instead of ip adresses.
But in this case you need to add an MX record your network DNS server configuration which points to your mail server, and you must configure an A record for the address of the mail server.


Reply With Quote
