I've moved my site to a new server (both semi-managed servers belonging to me), and changed the DNS and A records on the old server to point to the new IP.
A few times a day, though, the old server sends an email to me as "root"; mainly updates on cron jobs, and the rare occasion that someone is still seeing the old site through the old server.
When this email is sent, though, I'm not getting it. Instead, I get this:
(Where 987.65.43.21 is the IP of the new server.)
Both servers have the same SPF record:
v=spf1 +a +mx +ip4:123.45.67.89 +ip4:987.65.43.21 -all
(Where 123.45.67.89 is the IP of the old server.)
I found a thread from 2008 on this error that said to make sure that the domain is in /etc/localdomains. It's not, but it is in /etc/remotedomains, which is where I think it should be at this point since it's now on a different server (but I really don't know the significance of these files).
Any other suggestions?
A few times a day, though, the old server sends an email to me as "root"; mainly updates on cron jobs, and the rare occasion that someone is still seeing the old site through the old server.
When this email is sent, though, I'm not getting it. Instead, I get this:
Code:
Delay reason: SMTP error from remote mail server after RCPT TO:<email@example.com>:
host example.com [987.65.43.21]: 451 Temporary local problem - please try later
Both servers have the same SPF record:
v=spf1 +a +mx +ip4:123.45.67.89 +ip4:987.65.43.21 -all
(Where 123.45.67.89 is the IP of the old server.)
I found a thread from 2008 on this error that said to make sure that the domain is in /etc/localdomains. It's not, but it is in /etc/remotedomains, which is where I think it should be at this point since it's now on a different server (but I really don't know the significance of these files).
Any other suggestions?