SPF record wrong?
I changed the IP on my server and ran the ipswap script. However when sending email to my account hosted on DA, my mail server(at work) is reporting this:
sendmail[15586]: k1GGLWk2015584: to=<[email protected]>, ctladdr=<[email protected]> (1023/1023), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=30390, relay=mail.abc.com. [old_ip_addy], dsn=4.0.0, stat=Deferred: Connection refused by mail.abc.com.
I noticed in my DNS settings for abc.com the TXT record has this:
abc.com. "v=spf1 a mx ip4:old_ip_addy ?all"
This the case for all domains hosted. It lists the old ip address. Is this the cause of the mail error since it is pointed to the wrong ip?
If so what config files contain this TXT record so I can change all domains?
Edit:
I also ran the command:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
I changed the IP on my server and ran the ipswap script. However when sending email to my account hosted on DA, my mail server(at work) is reporting this:
sendmail[15586]: k1GGLWk2015584: to=<[email protected]>, ctladdr=<[email protected]> (1023/1023), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=30390, relay=mail.abc.com. [old_ip_addy], dsn=4.0.0, stat=Deferred: Connection refused by mail.abc.com.
I noticed in my DNS settings for abc.com the TXT record has this:
abc.com. "v=spf1 a mx ip4:old_ip_addy ?all"
This the case for all domains hosted. It lists the old ip address. Is this the cause of the mail error since it is pointed to the wrong ip?
If so what config files contain this TXT record so I can change all domains?
Edit:
I also ran the command:
echo "action=rewrite&value=named" >> /usr/local/directadmin/data/task.queue
Last edited: