Background: CentOS 8, Digital Ocean droplet.
Question 1) I just looked at my hosts file in /etc/hosts and I noticed that hostnames listed under IPv4 and IPv6 are different. IPv4 lists example, example.com and mail.example.com
while IPv6 only lists example example
. Is this correct? Intuitively it makes sense to me that they should be the same for both IPv4 and IPv6.
# The following lines are desirable for IPv4 capable hosts
127.0.0.1 example example.com mail.example.com
127.0.0.1 localhost.localdomain localhost
127.0.0.1 localhost4.localdomain4 localhost4
# The following lines are desirable for IPv6 capable hosts
::1 example example
::1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6