Partly Unrouteable address when sending
-
- Posts: 12
- Joined: Fri May 01, 2015 11:28 am
Partly Unrouteable address when sending
System: Ubuntu 14.04.2 LTS / Vesta 0.9.8.14
Have already tried but I get in some domains returns the error or the mail.
My guess is the hostname
etc/hosts
or additionally
Test
Have already tried but I get in some domains returns the error or the mail.
My guess is the hostname
etc/hosts
Code: Select all
127.0.0.1 localhost
127.0.1.1 srv1.domain.tld srv1
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Code: Select all
my.server.ip.xxx srv1.domain.tld srv1
Code: Select all
root@srv1:~# hostname
srv1.domain.tld
root@srv1:~# hostname -i
127.0.1.1
-
- Posts: 12
- Joined: Fri May 01, 2015 11:28 am
Re: Partly Unrouteable address when sending
Must The entry remain?
And to add?
Thanks!
Code: Select all
127.0.1.1 srv1.domain.tld srv1
Code: Select all
my.server.ip.xxx srv1.domain.tld srv1