You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/opendkim/files/opendkim.confd

19 lines
742 B

# 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"