The 20 Minute E-mail Solution!
TOC PREV NEXT INDEX

Checking Configuration of the Primary Host


After installing IMail Server, you should have a single mail host configured (the primary mail host). Check the following items in the primary mail host configuration:

If you do not want to use the official host name of your server as the name of the primary mail host, you can create an alias for the primary mail host. See "Setting Up an Alias for a Host" for information.

Note: You can see your own DNS records (and those of any host) with the Lookup utility in Ipswitch's WS_Ping ProPack, a network information tool. An evaluation version of WS_Ping ProPack is included on the ICS Server CD or is available on the Ipswitch Web site: www.ipswitch.com.

Checking the DNS Configuration for the Primary Host

For background information about DNS records, see "Appendix A: Mail Servers and the DNS" in the IMail Server Getting Started Guide.

Setting Up DNS for the Primary Host

Verify or create the following entries for your primary mail host in your DNS:

Example: The DNS entries for a host with an official host name of mail.domain.com would look like:

SOA 
$ORIGIN 
... 
domain.com 
     IN MX 10 mail.domain.com		(MX record) 
     mail IN A 156.21.50.5		(A record) 
5.50.21.156.in-addr.arpa.,type = PTR
host = mail.domain.com (PTR record)

A DNS lookup for mail sent to user@domain.com would find that the mail must be sent to the host mail.domain.com.

Setting Up DNS for Multiple Mail Hosts

For a virtual host with an IP address, you must make the following entries in your DNS:

Example: The DNS entries for a virtual host with a host name of mail.domain2.com would look like:

SOA 
$ORIGIN 
... 
domain2.com 
     IN MX 10 mail.domain2.com		(MX record) 
     mail IN A 156.21.50.10		(A record)  
10.50.21.156.in-addr.arpa.,type = PTR
host = mail.domain.com (PTR record)

A DNS lookup for mail sent to user@domain2.com would find that the mail must be sent to the host mail.domain2.com.

For a virtual host without an IP address, you must make only one entry in your DNS: an MX record for the mail domain (i.e. mail.domain3.com). This MX record identifies the host name of the primary mail host. As an example, the DNS entries for a virtual host without an IP address for which the host name is mail.domain3.com would look like:

SOA 
$ORIGIN 
... 
domain3.com 
     IN MX 10 mail.domain.com  

A DNS lookup for mail sent to user@domain3.com would find that the mail needs to be sent to the host mail.domain.com.
Note: The MX record for a virtual host without an IP address does not have to use the primary mail host domain name, the MX record can also use domain names of other available hosts with an IP address.



Ipswitch, Inc.
http://www.ipswitch.com
TOC PREV NEXT INDEX
©Ipswitch 2005