Hi everybody,
I would like to ask somebody if it is possible to summarize what it is necessary to modify at old debian based servers before last upgrades installation. I try to make small intro.
At all my servers I used @WalterH howto about hostname settings: https://community.grommunio.com/d/753-why-the-hostname-is-so-important-for-grommunio
My severs hostname cannot be the same as fqdn of primary used domain,
At /etc/hostname:
`127.0.0.1 localhost localhost.localdomain
10.85.5.15 webmail.primary-domain.com webmail
10.85.5.15 realhostname.internal-domain.com realhostname
#The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
`
At Admin web gui, at server settings I set localhost = webmail.primary-domain.com
This system worked up to the beggining this month. When I tried to update any server, including the one which I installed cca two month ago, they stop to work.
At log files there are errors which are described here:
failed to delivere message to [localhost]:5000 mailbox is mantained by other host
HX_inet_connect midb_agent@[::1]:5555: Connection refused
Database connection failed with error 2002: Can't connect to local server through socket '/run/mysqld/mysqld.sock'
Could not load license: No such file or directory
When I read forum, and according the offitial support the server settings should not be used when ohe host is used. Funny thing is that at forum for each question worked different modifications. Because at offitial documentation is nothing, I woud like to ask, if somebody can explain which settings are correct and will work for longer time.
Thank you very much for any hint.