summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Milter-Authentication/files/patch-share_authentication__milter.json
blob: c0130115633f93d3362de0253b08b8182425643f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
--- share/authentication_milter.json.orig	2024-10-11 04:07:26 UTC
+++ share/authentication_milter.json
@@ -2,19 +2,19 @@
     "debug"     : 0,
     "dryrun"    : 0,
     "logtoerr"  : 0,
-    "error_log" : "/var/log/authentication_milter.err",
+    "log_dispatchouli" : {},
 
-    "connection"             : "inet:12345@localhost",
-    "umask"                  : "0000",
-    "runas"                  : "nobody",
-    "rungroup"               : "nogroup",
+    "connection"             : "unix:%%RUNDIR%%/auth_milter.sock",
+    "umask"                  : "0077",
+    "runas"                  : "%%DEFAULT_USER%%",
+    "rungroup"               : "%%DEFAULT_GROUP%%",
     "chroot"                 : "",
 
-    "listen_backlog"         : 20,
-    "min_children"           : 20,
-    "max_children"           : 200,
-    "min_spare_children"     : 10,
-    "max_spare_children"     : 20,
+    "listen_backlog"         : 200,
+    "min_children"           : 1,
+    "max_children"           : 2,
+    "min_spare_children"     : 1,
+    "max_spare_children"     : 1,
     "max_requests_per_child" : 200,
 
     "connect_timeout"       : 30,
@@ -32,19 +32,30 @@
     "handlers" : {
 
         "SPF" : {
-            "hide_none" : 0
+            "hide_none" : 0,
+            "hide_received-spf_header": 1
         },
 
         "DKIM" : {
             "hide_none" : 0,
-            "check_adsp" : 1,
+            "check_adsp" : 0,
+            "hide_domainkeys" : 1,
             "show_default_adsp" : 0,
-            "adsp_hide_none" : 0
+            "adsp_hide_none" : 1
         },
 
         "DMARC" : {
             "hide_none" : 0,
+            "hard_reject" : 0,
+            "no_reject_disposition" : "quarantine",
+            "use_arc" : 1,
+            "no_report" : 1,
+            "config_file": "%%ETCDIR%%/mail-dmarc.ini",
             "detect_list_id" : "1"
+        },
+
+        "ARC" : {
+            "hide_none" : 0
         },
 
         "PTR" : {},