Report this

What is the reason for this report?

Sendmail on Ubuntu 14.04 with Gmail hosted email

Posted on July 22, 2014

I have a droplet with a domain xyz.com but with the email for xyz.com hosted on Gmail. Sendmail works perfectly, except when sending email from my droplet to an @xyz.com address, in which case it gets dumped to a dead.letter file.

Initially I thought that sendmail knows that the server it’s running on is xyz,com and so doesn’t bother sending any messages off-server (to Gmail), but I’ve removed all references to xyz.com from /etc/hosts and /etc/hostname

What can I try next?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Try to add these two lines to /etc/mail/sendmail.mc

define(`MAIL_HUB', `example.com.')dnl
define(`LOCAL_RELAY', `example.com.')dnl

After that run

sudo sendmailconfig

TonyTsang’s answer worked for me.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.