summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/ymir.nix b/ymir.nix
index 96a3cd30..37420d21 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -1093,9 +1093,9 @@ in rec {
1093 use = ["authentication-results", "x-spamd-bar", "stat-signature"]; 1093 use = ["authentication-results", "x-spamd-bar", "stat-signature"];
1094 ''; 1094 '';
1095 "actions.conf".text = '' 1095 "actions.conf".text = ''
1096 reject = 150; 1096 reject = 50;
1097 add_header = 6; 1097 add_header = 10;
1098 greylist = 4; 1098 greylist = 5;
1099 ''; 1099 '';
1100 "dmarc.conf".text = '' 1100 "dmarc.conf".text = ''
1101 reporting = true; 1101 reporting = true;