Mail Exchangers(MX1/MX2)
Mail servers use DNS. When one is about to deliver a piece of e-mail, it
looks at the address and queries the DNS system to determine to what
server(s) to send the e-mail to. If MX records are set, the mail server will
attempt to send the message to the host specified by MX1.
If it can not deliver to that host, it will try to deliver it to MX2.
If there is no MX record for the address, the message will be delivered
to the IP associated with the address.
MX1 is the main mail exchange server. MX2 is the backup server. This
server is usually located at another location in case there is a
long-term problem the first server.
Zone Alias
An alias will function as a normal zone. It will contain the same hosts, MX
records, IP addresses, etc. as the zone it is aliased to.
If you change the initial zone, the alias will change too.
The "zone" term
The "zone" described in the domain-dns system comes from a dns "zone
file"... which is a more generic container for dns information than a
domain name. Structured right, a zone file can be used for multiple
domains (e.g. aliases in domain-dns.com), or it might only contain
information for part of a domain (a subdomain).
Domain-dns.com
Baremetal.com
Domain-DNS Documentation