initial import
This commit is contained in:
18
opendkim/opendkim.confd
Normal file
18
opendkim/opendkim.confd
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user