ignore more SSH errors
[ansible.git] / roles / email / templates / opendkim.env
1 # Command-line options specified here will override the contents of
2 # /etc/opendkim.conf. See opendkim(8) for a complete list of options.
3 # RJ: This might seem redundant with the opendkim.conf settings,
4 # but the script in /lib/opendkim/opendkim.service.generate also helps by
5 # generating tmpfiles.d/opendkim.conf so replacing it seems like a hassle.
6 #DAEMON_OPTS=""
7
8 RUNDIR=/var/spool/postfix/opendkim
9
10 # Path must match main.cf
11 SOCKET=local:$RUNDIR/sock
12
13 USER=opendkim
14 GROUP=opendkim
15 PIDFILE=$RUNDIR/$NAME.pid
16 EXTRAAFTER=