On 2/25/10 2:35 AM, Bas Mevissen at ab...@basmevissen.nl wrote: > Your domain has at least one MX record for receiving mail. > Suppose it is: > > mydomain MX 10 1 day oldserver_ip > > Change it to > > mydomain MX 20 1 min oldserver_ip > mydomain MX 10 1 min newserver_ip
MX records point to host names, not TCP/IP addresses. Also, the examles are not in the correct format. An MX record should look like: example.com. 60 IN MX 10 mail.example.com. where the 60 is the time-to-live in seconds and the 10 is the priority. In short, you need to know what you are doing with DNS before just blindly following this advice. -- Larry Stone lston...@stonejongleux.com http://www.stonejongleux.com/