22 lines
747 B
Text
22 lines
747 B
Text
# Command-line options specified here will override the contents of
|
|
# /etc/opendkim.conf. See opendkim(8) for a complete list of options.
|
|
#DAEMON_OPTS=""
|
|
# Change to /var/spool/postfix/var/run/opendkim to use a Unix socket with
|
|
# postfix in a chroot:
|
|
RUNDIR=/var/spool/postfix/milter
|
|
#RUNDIR=/var/run/opendkim
|
|
#
|
|
# Uncomment to specify an alternate socket
|
|
# Note that setting this will override any Socket value in opendkim.conf
|
|
# default:
|
|
SOCKET=local:/var/spool/postfix/milter/opendkim
|
|
# listen on all interfaces on port 54321:
|
|
#SOCKET=inet:54321
|
|
# listen on loopback on port 12345:
|
|
#SOCKET=inet:12345@localhost
|
|
# listen on 192.0.2.1 on port 12345:
|
|
#SOCKET=inet:12345@192.0.2.1
|
|
USER=opendkim
|
|
GROUP=opendkim
|
|
#PIDFILE=$RUNDIR/$NAME.pid
|
|
EXTRAAFTER=
|