summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-04-06 19:34:05 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-04-06 19:34:05 +0100
commitbdb2f3741eea14011b72173bf60cbb8c3c0bf248 (patch)
treee2611fbcb326e1c455fc0bab3428d8868e040f3a
parentf40c00974ff009e0f00aa1c41bf39b691e79e923 (diff)
downloadinfra-bdb2f3741eea14011b72173bf60cbb8c3c0bf248.tar.gz
infra-bdb2f3741eea14011b72173bf60cbb8c3c0bf248.tar.bz2
infra-bdb2f3741eea14011b72173bf60cbb8c3c0bf248.zip
Listen inet socket instread of unix for opendkim
This is done to avoid putting postfix and opendkim at the same group.
-rw-r--r--roles/opendkim/files/opendkim.conf2
1 files changed, 1 insertions, 1 deletions
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"