Skip to content
English

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.

If you have forgotten the initial password or just want to set a new password you can do that with the following commands:

Terminal window
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