From dd9cbd71989c29717cf73413981b84b95dbb3ffe Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 6 Nov 2022 16:04:50 +0100 Subject: [PATCH] [opendkim] Listen on localhost:8891. --- opendkim/opendkim | 4 ++-- opendkim/opendkim.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendkim/opendkim b/opendkim/opendkim index 51ae707..03cdace 100644 --- a/opendkim/opendkim +++ b/opendkim/opendkim @@ -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 diff --git a/opendkim/opendkim.conf b/opendkim/opendkim.conf index 01487ad..d6a9258 100644 --- a/opendkim/opendkim.conf +++ b/opendkim/opendkim.conf @@ -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 -- 2.39.5