Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Helpme on July 20, 2001, 12:28:23 AM

Title: Name of my e-mail server
Post by: Helpme on July 20, 2001, 12:28:23 AM
What should I tell my DNS to put for my records.

Eg. A record = mydomain.com
      MX record = mail.mydomain.com
      C name Record = www.mydomain.com


What about virtual domains?  They need to know specifically what to put in for DNS entries.
Title: Re: Name of my e-mail server
Post by: Alex Wallace on July 20, 2001, 01:04:57 AM
I use mail.mydomain.com as the mail server on the MX account
Title: Re: Name of my e-mail server
Post by: Helpme on July 20, 2001, 01:14:02 AM
Great.  Thanks a lot Alex.

Did you have to set up an A record for mail.mydomain.com as well as one for mydomain.com?

I think that is my problem.
Title: Re: Name of my e-mail server
Post by: Alex Wallace on July 20, 2001, 01:21:05 AM
Boy I whish we could email back to the forum! instead of having to come back here to reply....

I use register.com to manage my domain dns, I only had to register mydomain.com and create an MX account for mail.mydomain.com and also redirected the mail.mydomain.com and mail entries on the hosts section of the e-smith manager to point to the external IP of my server... I'm not an experto on this, but this is how I got it to work...

Hope that helps!
Title: Re: Name of my e-mail server
Post by: Dan Brown on July 20, 2001, 01:28:09 AM
Keep it simple--set the MX to point to mydomain.com.  If you set it to be mail.mydomain.com, you also need an A record (not a CNAME) for mail.mydomain.com.  There's no real reason not to do that, but there's also no need for it.
Title: Re: Name of my e-mail server
Post by: Helpme on July 20, 2001, 01:39:35 AM
Ok.  Alex and Dan, that makes complete sense.  I had the added problem because mail.mydomain.com was routing to our external webmail (from our ISP).  That added a lot of confusion.

Dan, do I need to set the hostname "mail" to my external IP address like Alex did?
Title: Re: Name of my e-mail server
Post by: Dan Brown on July 20, 2001, 02:05:36 AM
I left "mail" set to the internal IP.
Title: Re: Name of my e-mail server
Post by: Helpme on July 20, 2001, 02:12:29 AM
Ok.  Sounds good.  Thank you very much for your help, Dan and Alex!