summaryrefslogtreecommitdiff
blob: 716b20327427f6577ef14c74e9202a4a6323aafd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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=""