[ci skip] mailserver: enable Rspamd, disable OpenDKIM

Enable Rspamd for spam filtering and DKIM signing, replacing
OpenDKIM. Rspamd reads existing DKIM keys from the same mount path.
This commit is contained in:
Viktor Barzin 2026-02-23 20:29:32 +00:00
parent 65ca327ed0
commit 491f9f4d49

View file

@ -46,6 +46,10 @@ resource "kubernetes_config_map" "mailserver_env_config" {
ENABLE_POSTGREY = "0"
ENABLE_SASLAUTHD = "0"
ENABLE_SPAMASSASSIN = "0"
ENABLE_RSPAMD = "1"
ENABLE_OPENDKIM = "0"
ENABLE_OPENDMARC = "0"
RSPAMD_LEARN = "1"
ENABLE_SRS = "1"
FETCHMAIL_POLL = "120"
ONE_DIR = "1"