Files
extra/opendkim/opendkim.conf
2025-06-22 20:39:04 -05:00

21 lines
827 B
Plaintext

# This overrides the "Socket" line in your opendkim.conf configuration
# file, and is required (so that we don't have to try to parse the
# configuration file in an init script). The default below listens
# on the network.
#
# If you would rather use a local (UNIX) socket, try the following:
#
# WARNING: The directory containing this socket will have its owner
# changed to "opendkim".
#
#OPENDKIM_SOCKET="local:/run/opendkim/opendkim.sock"
#
# More examples of valid socket syntax can be found in the opendkim(8)
# man page, under the "-p socketspec" option. However -- contrary to
# what that man page says -- if you want to use a local socket, the
# "local:" prefix is not optional here.
#
OPENDKIM_SOCKET="inet:8891@localhost"
OPENDKIM_CONFFILE="/etc/opendkim/opendkim.conf"
OPENDKIM_PIDFILE="/run/opendkim.pid"