# Uncomment to specify an alternate socket
# Note that setting this will override any Socket value in opendkim.conf
# default:
-SOCKET=local:$RUNDIR/opendkim.sock
+#SOCKET=local:$RUNDIR/opendkim.sock
# listen on all interfaces on port 54321:
#SOCKET=inet:54321
# listen on loopback on port 12345:
-#SOCKET=inet:12345@localhost
+SOCKET=inet:8891@localhost
# listen on 192.0.2.1 on port 12345:
#SOCKET=inet:12345@192.0.2.1
USER=opendkim
# it must be ensured that the socket is accessible. In Debian, Postfix runs in
# a chroot in /var/spool/postfix, therefore a Unix socket would have to be
# configured as shown on the last line below.
-Socket local:/run/opendkim/opendkim.sock
-#Socket inet:8891@localhost
+#Socket local:/run/opendkim/opendkim.sock
+Socket inet:8891@localhost
#Socket inet:8891
#Socket local:/var/spool/postfix/opendkim/opendkim.sock