/me recommends installing etckeeper and initializing it before any of that..
/etc/postfix/main.cf
# rspamd somewhere else / comment remove the following
# smtpd_milters = inet:localhost:11332
systemctl --now disable grommunio-antispam.service
systemctl mask grommunio-antispam.service
- Rewrite the "services" in the admin-web to not see "silly" errors.
not a 100% sure about the dashboard.antispam* if even needed to clear.. just try and see what happens.
# cat << EOF > /etc/grommunio-admin-api/conf.d/00-clear-dashboard.yaml
options:
dashboard:
antispamEndpoints: {}
antispamUrl:
services: {}
EOF
# cat << EOF > /etc/grommunio-admin-api/conf.d/services.yaml
options:
dashboard:
services:
- unit: gromox-delivery.service
- unit: gromox-event.service
- unit: gromox-http.service
- unit: gromox-imap.service
- unit: gromox-midb.service
- unit: gromox-pop3.service
- unit: gromox-delivery-queue.service
- unit: gromox-timer.service
- unit: gromox-zcore.service
- unit: nginx.service
- unit: php-fpm.service
- unit: postfix.service
- unit: redis@grommunio.service
EOF
# remove url from top bar in admin-web.
cat /etc/grommunio-admin-common/config.json | \
jq 'del(.rspamdWebAddress)' | \
tee -a /etc/grommunio-admin-common/config.json
Typos are free of charge 😊