I have situation where my domain's A record is pointed to certain IP address, which I need to change, but MX record have destination - to my domain name!
How to change A record and to avoid mail failure for the duration of propagation time?
I have situation where my domain's A record is pointed to certain IP address, which I need to change, but MX record have destination - to my domain name!
How to change A record and to avoid mail failure for the duration of propagation time?
If your mail server is staying where it is then I would do the following:
mail.domainname.com
(or whatever you like really), pointing at the existing IP and change the MX record to use this at the same time.domainname.com
.Create a new
A
record with the new name and create a newMX
record pointing to the old name (ideally with priority equal to the existing MX record). After some time has passed, remove the oldA
record and the oldMX
record.