Email Issues After Moving Domain to New Linode
I've just built a new Linode running Ubuntu 14.04 using the Getting Started guide (https://www.linode.com/docs/getting-started
What tests should I run or files should I examine to investigate the issue. My PHP error logs aren't showing anything.
Some other details that might be pertinent:
1. Neither Linode has the SendMail package installed
2. I've manually changed the hostname for my new server whereas the old server has only its default name assigned by Linode
3. Instead of using the DNS Manager to delete the old domain zone and subsequently rebuild a new domain zone with the new IP address, I only edited the old domain zone changing the IP address's for the A records.
1 Reply
If you are not running sendmail how are you processing the outbound mail? (i.e. PHP mail() function). Can you manually send e-mail this way?
I assume you are sending through GoDaddy which would require some authentication via SMTP - perhaps they by IP or SSL/TLS. Are you sure that is working?
Do your forward and reverse DNS match? Many systems will block if not.