Added Arc signing

This commit is contained in:
Spitap
2024-10-31 12:48:50 +01:00
committed by Antoine Nguyen
parent f980d4e86f
commit cd280f054b
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
try_fallback = false;
selector_map = "%selector_map_path";
path_map = "%key_map_path";

View File

@@ -22,6 +22,7 @@ class Rspamd(base.Installer):
]
}
config_files = ["local.d/dkim_signing.conf",
"local.d/arc.conf",
"local.d/mx_check.conf",
"local.d/spf.conf",
"local.d/worker-controller.inc",