small fix part 2

This commit is contained in:
Spitap
2023-10-15 11:49:57 +02:00
committed by Antoine Nguyen
parent a92c92c06c
commit 6771ea0028
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ ConfigDictTemplate = [
"values": [
{
"option": "enabled",
"default": ["antispam.enabled=true", "antispam.type=amavis"],
"default": ["antispam.enabled=true", "antispam.type=rspamd"],
},
{
"option": "user",

2
run.py
View File

@@ -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