- Server operating system version
- Debian
- Plesk version and microupdate number
- 18.0.45
Hello,
When I send a mail to a gmail account, if I check the headers of the mail in gmail I see this:
Received: from webmail.domain.com (localhost [IPv6:::1]) by server.domain.com (Postfix) (where domain.com and server.domain.com is the name of the domain and the name of the server)
But I want to know if this: (localhost [IPv6:::1])
Is correct, as my server don´t have IPv6 I don´t know if this line is a best practice to send mail. This is my /etc/host:
127.0.0.1 localhost
x.x.x.x server.domain.com server
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
I don´t know if the line ::1 localhost ip6-localhost ip6-loopback is correct or I have to change/comment it...
Thanks
When I send a mail to a gmail account, if I check the headers of the mail in gmail I see this:
Received: from webmail.domain.com (localhost [IPv6:::1]) by server.domain.com (Postfix) (where domain.com and server.domain.com is the name of the domain and the name of the server)
But I want to know if this: (localhost [IPv6:::1])
Is correct, as my server don´t have IPv6 I don´t know if this line is a best practice to send mail. This is my /etc/host:
127.0.0.1 localhost
x.x.x.x server.domain.com server
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
I don´t know if the line ::1 localhost ip6-localhost ip6-loopback is correct or I have to change/comment it...
Thanks