Antispam
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