Jump to content

sendmail won't send to it's own domain


coldfission

Recommended Posts

I have worked with two linux servers now that will not send email to itself.

When we test programs, we like to send email to ourselves to get test content, but it always fails.

for example: i send email with sendmail from server: example.com to email address: [email protected].

No email is ever received when i try

Any help with this?

Link to comment
https://forums.phpfreaks.com/topic/186518-sendmail-wont-send-to-its-own-domain/
Share on other sites

  • 4 weeks later...

Add the following line to /etc/hosts:

 

127.0.0.1    example.com

 

Silly question, but can you verify that sendmail can accept connections on the loopback interface?:

 

telnet example.com 25

 

Should get you a connection, where you could start a manual SMTP conversation.

 

Barring that, check your log files for any funny business:

 

cat /var/log/maillog|grep "example.com"

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.