Rename project to pymodmilter

This commit is contained in:
2020-04-20 11:50:01 +02:00
parent c6e1408732
commit 594d3a466b
6 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
# /etc/conf.d/pyheader-milter: config file for /etc/init.d/pyheader-milter
# /etc/conf.d/pymodmilter: config file for /etc/init.d/pymodmilter
# Set the socket used to communicate with the MTA.
# Examples:
@@ -13,5 +13,5 @@ SOCKET="inet:8898@127.0.0.1"
# USER="daemon"
# USER="daemon:nobody"
# Optional parameters for pyheader-milter
# Optional parameters for pymodmilter
# MILTER_OPTS=""

View File

@@ -5,7 +5,7 @@ socket="${SOCKET:-}"
milter_opts="${MILTER_OPTS:-}"
pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/pyheader-milter"
command="/usr/bin/pymodmilter"
command_args="-s ${socket} ${milter_opts}"
command_background=true
start_stop_daemon_args="--user ${user}"