Setting DNS for e-mail hosting

From KhoLiX Wiki

Jump to: navigation, search
  • This DNS definition require for who domain without using our DNS nameserver.
  • This DNS definition may require for who order our E-Mail Hosting only product.
  • While your root level domain is not using our DNS nameserver, you have to point your sub domain to us. i.e.,
    • yourdomain.com may hosted on other server.
    • yourdomain.com may use another DNS server.
    • sub.yourdomain.com need to point to our DNS server.
  • For this instance, you or your hosting company who can access to edit or modify your domain DNS setting has to setup the following DNS setting.
  • The ipaddress for A record is where we will provide you after signed up.

[edit] DNS Setting

[edit] Configuration for 1 Tier E-Mail Hosting

yourdomain.com.	IN	MX	0	mail.yourdomain.com.

mail.yourdomain.com.	IN	A	123.456.789.0

webmail		IN	CNAME	mail.yourdomain.com.

[edit] Configuration for 2 Tier E-Mail Hosting

yourdomain.com.	IN	MX	0	mail.yourdomain.com.
yourdomain.com.	IN	MX	10	mail2.yourdomain.com.

mail.yourdomain.com.	IN	A	123.456.789.0
mail2.yourdomain.com.	IN	A	098.765.432.1

webmail		IN	CNAME	mail.yourdomain.com.
webmail2	IN	CNAME	mail2.yourdomain.com.
Personal tools