2013-08-22 07:29:25 +00:00
|
|
|
#
|
|
|
|
# %%warning_message%%
|
|
|
|
#
|
|
|
|
# Command-line options specified here will override the contents of
|
|
|
|
# /etc/opendkim.conf. See opendkim(8) for a complete list of options.
|
|
|
|
#DAEMON_OPTS=""
|
2017-10-08 12:02:15 +00:00
|
|
|
# Change to /var/spool/postfix/var/run/opendkim to use a Unix socket with
|
|
|
|
# postfix in a chroot:
|
|
|
|
#RUNDIR=/var/spool/postfix/var/run/opendkim
|
|
|
|
RUNDIR=/var/run/opendkim
|
2013-08-22 07:29:25 +00:00
|
|
|
#
|
|
|
|
# Uncomment to specify an alternate socket
|
|
|
|
# Note that setting this will override any Socket value in opendkim.conf
|
2017-10-08 12:02:15 +00:00
|
|
|
# default:
|
|
|
|
#SOCKET=local:$RUNDIR/opendkim.sock
|
2014-11-12 13:45:32 +00:00
|
|
|
SOCKET="inet:8891@127.0.0.1"
|
2017-10-08 12:02:15 +00:00
|
|
|
# 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=
|