Some variables are missing from the file /etc/grommunio-archive/grommunio-archive.conf. Migrate the missing variables from the template file, /etc/grommunio-archive/grommunio-archive.conf.dist, to the configuration file, /etc/grommunio-archive/grommunio-archive.conf.
This can easily be done with Vim:
vim -d /etc/grommunio-archive/grommunio-archive.conf /etc/grommunio-archive/grommunio-archive.conf.dist
Migrate the missing variables from right to left. Also, repair the certificate path and do not overwrite the MySQL password!
When finished, restart grommuno-archive with:
systemctl restart grommunio-archive
The errors should now be gone.
The missing variables are:
max_header_size=131072
max_message_size=50000000
max_smtp_memory=500000000
pemfile=/etc/grommunio-common/ssl/server-key-bundle.pem
queuedir=/var/lib/grommunio-archive/store
recipient_delimiter=+
rtindex=0
sphxdb=piler1
sphxhost=127.0.0.1
sphxport=9306
verifyssl=1
verifyssl=1
Important, do not overwrite the
mysqlpwd=XXXX
Modifications:
- Added: The missing variables are
- Added: Important, do not overwrite the