Initial commit
[opendmarc.git] / etc / opendmarc.conf
1 # This is a basic configuration that can easily be adapted to suit a standard
2 # installation. For more advanced options, see opendkim.conf(5) and/or
3 # /usr/share/doc/opendmarc/examples/opendmarc.conf.sample.
4
5 ## AuthservID (string)
6 ## defaults to MTA name
7 #
8 # AuthservID name
9
10 ## FailureReports { true | false }
11 ## default "false"
12 ##
13 # FailureReports false
14
15 PidFile /var/run/opendmarc.pid
16
17 ## RejectFailures { true | false }
18 ## default "false"
19 ##
20 RejectFailures false
21
22 ## Syslog { true | false }
23 ## default "false"
24 ##
25 ## Log via calls to syslog(3) any interesting activity.
26 #
27 Syslog true
28
29 ## SyslogFacility facility-name
30 ## default "mail"
31 ##
32 ## Log via calls to syslog(3) using the named facility. The facility names
33 ## are the same as the ones allowed in syslog.conf(5).
34 #
35 # SyslogFacility mail
36
37 ## TrustedAuthservIDs string
38 ## default HOSTNAME
39 ##
40 ## Specifies one or more "authserv-id" values to trust as relaying true
41 ## upstream DKIM and SPF results. The default is to use the name of
42 ## the MTA processing the message. To specify a list, separate each entry
43 ## with a comma. The key word "HOSTNAME" will be replaced by the name of
44 ## the host running the filter as reported by the gethostname(3) function.
45 #
46 # TrustedAuthservIDs HOSTNAME
47
48
49 ## UMask mask
50 ## default (none)
51 ##
52 ## Requests a specific permissions mask to be used for file creation. This
53 ## only really applies to creation of the socket when Socket specifies a
54 ## UNIX domain socket, and to the HistoryFile and PidFile (if any); temporary
55 ## files are normally created by the mkstemp(3) function that enforces a
56 ## specific file mode on creation regardless of the process umask. See
57 ## umask(2) for more information.
58 #
59 UMask 0002
60
61 ## UserID user[:group]
62 ## default (none)
63 ##
64 ## Attempts to become the specified userid before starting operations.
65 ## The process will be assigned all of the groups and primary group ID of
66 ## the named userid unless an alternate group is specified.
67 #
68 UserID opendmarc:opendmarc
69
70 ## Path to system copy of PSL (needed to determine organizational domain)
71 #
72 PublicSuffixList /usr/share/publicsuffix/