]> git.ekhem.eu.org Git - server.git/commitdiff
[opendkim] Listen on localhost:8891.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 6 Nov 2022 15:04:50 +0000 (16:04 +0100)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 3 Dec 2023 17:00:57 +0000 (18:00 +0100)
opendkim/opendkim
opendkim/opendkim.conf

index 51ae707d3f6e6cfb042d60de14c218109ba45c9d..03cdace43a0e1672a75f69cc34d0431dcdd2d8bb 100644 (file)
@@ -17,11 +17,11 @@ RUNDIR=/run/opendkim
 # 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
index 01487ad289d23cee2897beb7f5a359ef91298b86..d6a9258bfd4891d5ec3bd7c5912568b9b9c235e1 100644 (file)
@@ -34,8 +34,8 @@ UMask                 007
 # 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