summaryrefslogtreecommitdiff
path: root/mail-filter/milter-regex/files/milter-regex-conf-2.6
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/milter-regex/files/milter-regex-conf-2.6')
-rw-r--r--mail-filter/milter-regex/files/milter-regex-conf-2.616
1 files changed, 16 insertions, 0 deletions
diff --git a/mail-filter/milter-regex/files/milter-regex-conf-2.6 b/mail-filter/milter-regex/files/milter-regex-conf-2.6
new file mode 100644
index 000000000000..716b20327427
--- /dev/null
+++ b/mail-filter/milter-regex/files/milter-regex-conf-2.6
@@ -0,0 +1,16 @@
+# Config file.
+MR_CONF="/etc/milter-regex.conf"
+
+# Process and socket owner, socket group, socket permissions. Make
+# sure to allow your MTA to write to the socket by specifying an
+# appropriate group.
+MR_USER="milter"
+MR_GROUP="milter"
+MR_PERM="0660"
+
+MR_RUNDIR="/run/milter-regex"
+MR_SOCKET="${MR_RUNDIR}/socket"
+
+# Additional options for logging etc. Do not attempt to overwrite any
+# of the options already defined in /etc/init.d/milter-regex.
+MR_OPTS=""