2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-31 22:35:40 +00:00

Rspamd: more features (#3159)

This commit is contained in:
Georg Lauterbach
2023-03-18 23:32:48 +08:00
committed by GitHub
parent e890ba46a3
commit e58dd1b95b
20 changed files with 339 additions and 109 deletions

View File

@@ -45,6 +45,7 @@ function _register_functions
if [[ ${SMTP_ONLY} -ne 1 ]]
then
_register_setup_function '_setup_dovecot'
_register_setup_function '_setup_dovecot_sieve'
_register_setup_function '_setup_dovecot_dhparam'
_register_setup_function '_setup_dovecot_quota'
fi
@@ -81,6 +82,7 @@ function _register_functions
_register_setup_function '_setup_opendmarc' # must come after `_setup_opendkim`
_register_setup_function '_setup_security_stack'
_register_setup_function '_setup_spam_to_junk'
_register_setup_function '_setup_rspamd'
_register_setup_function '_setup_ssl'