DNS setup
Posted: Sun Nov 12, 2006 1:07 pm
This post originally initiated under another topic which was not appropriate for this subject.
(http://www.scalix.com/community/viewtopic.php?p=20855)
I have quoted related posts:
what has to be done (regarding DNS) to setup a mail server for a domain name.
This is what I have done so far:
1) Created an A record for MYDOMAIN.com called mail.MYDOMAIN.com
2) Pointed the MX record of the domain to mail.MYDOMAIN.com
3) On scalix box modified /etc/hosts to the following:
What else should I do?
---------------------------------------------------
Posted: Sun Nov 12, 2006 5:52 am
mephisto:
Do you also have a reverse lookup for this? You can check by running
nslookup IPADDRESSOFYOURMAILSERVER
You should get something like this back:
(http://www.scalix.com/community/viewtopic.php?p=20855)
I have quoted related posts:
what has to be done (regarding DNS) to setup a mail server for a domain name.
This is what I have done so far:
1) Created an A record for MYDOMAIN.com called mail.MYDOMAIN.com
2) Pointed the MX record of the domain to mail.MYDOMAIN.com
3) On scalix box modified /etc/hosts to the following:
Code: Select all
127.0.0.1 localhost.localdomain localhost
192.168.1.180 mail.mydomain.com mailhost
What else should I do?
---------------------------------------------------
Posted: Sun Nov 12, 2006 5:52 am
mephisto:
Do you also have a reverse lookup for this? You can check by running
nslookup IPADDRESSOFYOURMAILSERVER
You should get something like this back:
Code: Select all
Name: mail.mydomain.com
Address: xxx.xxx.xxx.xxx