Sendmail and domain issue

sendmail

I am relatively new to sendmail. When I tried to send mail, I got the following in my log:

sendmail[3660]: My unqualified host name (DynusT) unknown; sleeping for retry
sendmail[3660]: unable to qualify my own domain name (DynusT) -- using short name

I did some research on the net and it seems that it has to do with the hostname, so here's my etc/hosts:

127.0.0.1 localhost
127.0.1.1 DynusT.local. DynusT
50.56.81.42 domain1.com
50.56.81.42 domain2.com

How do I fix this issue?

Best Answer

I was looking into adjusting the config on one of my sendmail servers today and bumped into this article. After following it, it did the trick for me. I had a similar issue.

Related Topic