From 42e23bc6157d8ecdbc4e44c992e9ecc11364b993 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 5 Jul 2023 19:37:08 +0000 Subject: [PATCH] Add 'roles/shell/files/opendkim' --- roles/shell/files/opendkim | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 roles/shell/files/opendkim diff --git a/roles/shell/files/opendkim b/roles/shell/files/opendkim new file mode 100644 index 0000000..d97523f --- /dev/null +++ b/roles/shell/files/opendkim @@ -0,0 +1,30 @@ +# NOTE: This is a legacy configuration file. It is not used by the opendkim +# systemd service. Please use the corresponding configuration parameters in +# /etc/opendkim.conf instead. +# +# Previously, one would edit the default settings here, and then execute +# /lib/opendkim/opendkim.service.generate to generate systemd override files at +# /etc/systemd/system/opendkim.service.d/override.conf and +# /etc/tmpfiles.d/opendkim.conf. While this is still possible, it is now +# recommended to adjust the settings directly in /etc/opendkim.conf. +# +#DAEMON_OPTS="" +# Change to /var/spool/postfix/run/opendkim to use a Unix socket with +# postfix in a chroot: +#RUNDIR=/var/spool/postfix/run/opendkim +RUNDIR=/run/opendkim +# +# Uncomment to specify an alternate socket +# Note that setting this will override any Socket value in opendkim.conf +# default: +SOCKET="local:/var/spool/postfix/opendkim/opendkim.sock" +# listen on all interfaces on port 54321: +#SOCKET=inet:54321 +# listen on loopback on port 12345: +#SOCKET=inet:12345@localhost +# listen on 192.0.2.1 on port 12345: +#SOCKET=inet:12345@192.0.2.1 +USER=opendkim +GROUP=opendkim +PIDFILE=$RUNDIR/$NAME.pid +EXTRAAFTER= \ No newline at end of file