summaryrefslogtreecommitdiff
path: root/files/opendkim/default
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-08 10:40:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-08 10:40:37 -0300
commit8af0ec91d981014055de4a1b872418ac1bc460f6 (patch)
treef4fe00836e990761ae53f481ff0c691a0dc67193 /files/opendkim/default
parent3c207f9a435963a1aa590d219527a62082749b39 (diff)
downloadpuppet-mail-8af0ec91d981014055de4a1b872418ac1bc460f6.tar.gz
puppet-mail-8af0ec91d981014055de4a1b872418ac1bc460f6.tar.bz2
OpenDKIM support
Diffstat (limited to 'files/opendkim/default')
-rw-r--r--files/opendkim/default11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/opendkim/default b/files/opendkim/default
new file mode 100644
index 0000000..1098626
--- /dev/null
+++ b/files/opendkim/default
@@ -0,0 +1,11 @@
+# Command-line options specified here will override the contents of
+# /etc/opendkim.conf. See opendkim(8) for a complete list of options.
+#DAEMON_OPTS=""
+#
+# Uncomment to specify an alternate socket
+# Note that setting this will override any Socket value in opendkim.conf
+#SOCKET="local:/var/run/opendkim/opendkim.sock" # default
+#SOCKET="inet:54321" # listen on all interfaces on port 54321
+#SOCKET="inet:12345@localhost" # listen on loopback on port 12345
+#SOCKET="inet:12345@192.0.2.1" # listen on 192.0.2.1 on port 12345
+SOCKET="inet:12301@localhost"