Hi,
I've recently installed the new "grommunio_Appliance.x86_64-2021.08.1-Build13.3.install.iso" Appliance. After Install the Grommunio-Antispam service did not start.
The Antispam log shows continiously: "grommunio-antispam.service: Failed to determine user credentials: No such process" and "grommunio-antispam.service: Failed at step USER spawning"
So I've looked in the systemd grommunio-antispam service:
[Unit]
Description=rapid spam filtering system
After=nss-lookup.target network-online.target redis.target
Documentation=https://rspamd.com/doc/
[Service]
LimitNOFILE=1048576
NonBlocking=true
ExecStart=/usr/bin/rspamd -c /etc/grommunio-antispam/rspamd.conf -f
ExecReload=/bin/kill -HUP $MAINPID
User=grommunioas
RuntimeDirectory=rspamd
RuntimeDirectoryMode=0755
Restart=always
[Install]
WantedBy=multi-user.target
User should be "grommunioas"
But the passwd file has no such user .... (I'filtered all with grommunio)
grochat:x:480:480:grommunio chat user:/:/usr/sbin/nologin
grommunio:x:479:479:grommunio services:/home/grommunio:/sbin/nologin
groadm:x:467:470:grommunio management service account:/home/groadm:/sbin/nologin
groweb:x:466:469:grommunio-web user:/home/groweb:/bin/false
grosync:x:465:467:grommunio-sync user:/home/grosync:/bin/false
grodav:x:464:466:grommunio-dav user:/home/grodav:/bin/false
grofiles:x:30:8:grommunio-files user:/var/lib/grommunio-files:/bin/bash
Pls can somebody look how the user should be created? (id, groups, homedir, ....)