By admin653780
Hello guys,
I have a domain hosted on a cPanel account (not in Digital Ocean) and I have a Magento running on a Droplet Ubuntu LAMP 14.04.
The problem is all my emails account are hosted by cPanel and the notification emails from Magento do not arrive to my emails.
How ever, if I set any other email the droplet does deliver the message. It seems the internal emails are getting lock inside the droplet.
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!
Hi!
If you’re running sendmail, it might be trying to deliver the emails internally. Another user had the same issue, see this answer for a solution.
If you’re running postfix, try adding the following lines to /etc/postfix/main.cf (at the very bottom of the file):
mydestination = localhost.localdomain, localhost
fallback_transport = relay
Make sure you restart postfix so that the changes take effect:
sudo service postfix restart
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.