We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b618c2 + 27ca153 commit aa75d5eCopy full SHA for aa75d5e
1 file changed
opendkim/opendkim.conf.simple.in
@@ -16,6 +16,17 @@ Socket inet:8891@localhost
16
# (that the included service scripts use) is below.
17
#Socket local:@RUNSTATEDIR@/opendkim/opendkim.sock
18
19
+# An unprivileged user to run as. Our service scripts attempt to
20
+# use the "opendkim" user and group by default.
21
+#UserID opendkim
22
+
23
+# The UMask applied when creating the PID file (before dropping
24
+# privileges) and the local UNIX socket (after dropping
25
+# privileges). To share a socket with e.g. postfix via group
26
+# permissions, use something like the following.
27
+#UMask 0117
28
29
30
ReportAddress postmaster@@DOMAIN@
31
SendReports yes
32
0 commit comments