06203ea3413ae731cf04270756f2c3266656d3df
[ansible.git] / roles / postfix / templates / opendkim.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/opendkim/examples/opendkim.conf.sample.
4
5 # Log to syslog
6 Syslog                  yes
7
8 # Access control
9 UMask                   007
10 UserID                  opendkim
11
12 # domains and keys are in table files
13 KeyTable                /etc/opendkim/KeyTable
14 SigningTable            /etc/opendkim/SigningTable
15
16 # Commonly-used options; the commented-out versions show the defaults.
17 #Canonicalization       simple
18 #Mode                   sv
19 #SubDomains             no
20 #ADSPAction            continue
21
22 # use both Sender and From to check for which domain to sign
23 SenderHeaders           Sender,From
24
25 # Always oversign From (sign using actual From and a null From) to prevent
26 # malicious signatures header fields (From and/or others) between the signer
27 # and the verifier.  From is oversigned by default in the Debian pacakge
28 # because it is often the identity key used by reputation systems and thus
29 # somewhat security sensitive.
30 OversignHeaders         From