Forum Moderators: phranque
I just recently transferred my domain name to Register.com and I'm now having problems setting up and managing email accounts. Can someone walk me through what needs to be done on the server side and on the domain host (mx records) side.
I run my own IIS server.
I have an SMTP server running.
Register.com is my domain host and I use there DNS.
I have A records set up to point to my IP, then use host headers on my IIS machine to handle my subdomains.
I would like to be able to send email and receive email using webmaster@mydomain.com or contact@mydomain.com etc.
Thanks for the help,
Ryan
Then, in your zone file you would create another A record that points yourdomain.com to mail.yourdomain.com. (with the period at the end)
Then, finally, you set the MX record to 10 mail.yourdomain.com. (with the 10 and the period). This should route mail to your server.
You can't directly point the MX record to an IP address, since mail comes through DNS. So you need to create a DNS entry for the mail server's IP, then point the domains to that DNS entry.
The 10 is the priority assigned, since you can have several mail servers for one domain. The lower the number the higher the priority. Why? I don't know, it's a computer thing.
Thanks,
Ryan
Mercur mail server is a nice one as is ArGoSoft (I think that's the name - do a search in TuCows for mail servers)