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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.