summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 6e4327e6..0f8f38a2 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1097,6 +1097,13 @@ in rec {
1097 add_header = 10; 1097 add_header = 10;
1098 greylist = 5; 1098 greylist = 5;
1099 ''; 1099 '';
1100 "groups.conf".text = ''
1101 symbols {
1102 "BAYES_SPAM" {
1103 weight = 10.0;
1104 }
1105 }
1106 '';
1100 "dmarc.conf".text = '' 1107 "dmarc.conf".text = ''
1101 reporting = true; 1108 reporting = true;
1102 send_reports = true; 1109 send_reports = true;