[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:
parent
65ca327ed0
commit
491f9f4d49
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue