diff --git a/modoboa_installer/config_dict_template.py b/modoboa_installer/config_dict_template.py index 3ae2d72..b4304be 100644 --- a/modoboa_installer/config_dict_template.py +++ b/modoboa_installer/config_dict_template.py @@ -257,7 +257,7 @@ ConfigDictTemplate = [ "values": [ { "option": "enabled", - "default": ["antispam.enabled=true", "antispam.type=amavis"], + "default": ["antispam.enabled=true", "antispam.type=rspamd"], }, { "option": "user", diff --git a/run.py b/run.py index 2aa5d4b..7ae4f7c 100755 --- a/run.py +++ b/run.py @@ -239,7 +239,7 @@ def main(input_args): # Show concerned components components = [] for section in config.sections(): - if section in ["general", "database", "mysql", "postgres", + if section in ["general", "antispam", "database", "mysql", "postgres", "certificate", "letsencrypt", "backup"]: continue if (config.has_option(section, "enabled") and