Skip to content

Commit

Permalink
small fix part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Oct 15, 2023
1 parent e251fa6 commit b6e3c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modoboa_installer/config_dict_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def is_email(user_input):
"values": [
{
"option": "enabled",
"default": ["antispam.enabled=true", "antispam.type=amavis"],
"default": ["antispam.enabled=true", "antispam.type=rspamd"],
},
{
"option": "user",
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6e3c34

Please sign in to comment.