What should I set as hostname and rDNS?
- 1 server
- 3 domains (domain1.com, domain2.net, domain3.de)
- 1 mail server for each domain
My current settings:
/etc/hosts
127.0.0.1 localhost
11.22.33.44 domain1.com
11.22.33.44 www.domain1.com
11.22.33.44 domain2.net
11.22.33.44 www.domain2.net
11.22.33.44 domain3.de
11.22.33.44 www.domain3.de
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
hostname
domain1.com
rDNS
domain1.com
When checking my mail server on mxtoolbox, everything is fine except for "SMTP Valid Hostname" (Reverse DNS is not a valid Hostname).
Should the hostname include one of my domains or can this be completely different, like foo.bar.com
? It would be great to be able to set the servers in Thunderbird as imap.foobar.com
and smtp.foobar.com
like the big mail-companies do.
So, what hostname and rDNS should I choose?