From bdb2f3741eea14011b72173bf60cbb8c3c0bf248 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 6 Apr 2024 19:34:05 +0100 Subject: Listen inet socket instread of unix for opendkim This is done to avoid putting postfix and opendkim at the same group. --- roles/opendkim/files/opendkim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/opendkim/files/opendkim.conf b/roles/opendkim/files/opendkim.conf index 6e35ed8..1205816 100644 --- a/roles/opendkim/files/opendkim.conf +++ b/roles/opendkim/files/opendkim.conf @@ -73,7 +73,7 @@ Selector mail ## inet:port to listen on all interfaces ## local:/path/to/socket to listen on a UNIX domain socket -Socket local:/run/opendkim/opendkim.sock +Socket inet:8891@localhost ## SyslogSuccess { yes | no } ## default "no" -- cgit v1.2.3-70-g09d2