Antispam
This article only covers resetting the password of the Rspamd web interface. Understanding scores and actions, testing, Bayes training, allow/deny lists and day-to-day operation of grommunio-antispam are described in the Antispam guide.
Reset the password
Section titled “Reset the password”If you have forgotten the initial password or just want to set a new password you can do that with the following commands:
PASSWORD="YourNewPassword"NEWPASS=$(printf 'password = "%s";\n' $(rspamadm pw -p "${PASSWORD}"))sed -i -n -e '/^password/!p;$a \'"$NEWPASS" /etc/grommunio-antispam/local.d/worker-controller.inc