Link to home
Start Free TrialLog in
Avatar of avoskinarian
avoskinarian

asked on

Moving email from pop3 to sbs2011

I am having problems moving my clients email from a "network solutions pop3" to sbs2011. I have changed the MX record to the servers external IP, and changed the A record to the servers external IP. I opened the ports, and waited a solid 24hrs. The only account that is pulling mail is the pop3. Any ideas.

Thanks in advance
Avatar of Aaron Tomosky
Aaron Tomosky
Flag of United States of America image

This is in the wrong zone
Check that your DNS records are pointed to the new server using nslookup in a computer outside of your network. Or use another public DNS server to resolve.

You can use cmd and there use the line

nslookup -type=mx youremaildomain.com 208.67.220.220

This should use server 208.67.220.220 to resolve your mx records for youremaildomain.com

if you don't get the desire record, verify the name servers for your domain. Use the next line.

nslookup -type=ns youremaildomain.com 208.67.220.220

You need to change the DNS zone in those servers.
Avatar of avoskinarian
avoskinarian

ASKER

@serchlop
i ran the 1st command and i came up with a "mydomain.com mx preference = 90, mail exchanger = (networl solutions server)
mydomain.com mx preference = 10, mail exchanger = remote.mydomain.com

it shows me the mx record was changed how i wanted it.

What next ???
ASKER CERTIFIED SOLUTION
Avatar of serchlop
serchlop
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i open up a command prompt on win7 and type in telent remote.mydomain.com and get an error like i typed it in wrong. I have not telnet before. Am i missing something ?
Found out the ISP blocked port 25. Will resolve tomorrow