summaryrefslogtreecommitdiff
path: root/debian/local
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2006-09-15 00:00:25 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:59:01 +0200
commitf0f36485dea156186c1c26f1d281e3f508da0c7a (patch)
tree2d3f3aa9ce7fbf15d0510c6120b605f849817afe /debian/local
parent896b3e655fe945bda9e3f0d53d38352163da5081 (diff)
downloadsendmail-debian/8.13.8-3.tar.gz
Imported Debian patch 8.13.8-3debian/8.13.8-3
Diffstat (limited to 'debian/local')
-rw-r--r--debian/local/sendmail.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/local/sendmail.in b/debian/local/sendmail.in
index 3666cfa..deb4105 100644
--- a/debian/local/sendmail.in
+++ b/debian/local/sendmail.in
@@ -192,7 +192,7 @@ start_mta () {
# We can only afford to clean the MTA queues if running daemon mode,
# otherwise, there is a chance that a cronjob might still be using
# the queue... Thats also why we don't clean the MSP queues herein.
- clean_queues;
+ #clean_queues;
#
# cd to a safe place to stash core files...
cd $MTA_ROOT;
@@ -785,7 +785,7 @@ cron_mta () {
if [ ! -f $STAMP_DIR/cron_msp ]; then
touch $STAMP_DIR/cron_msp;
#clean_queues /var/spool/mqueue-client;
- $MSP_COMMAND -q $MSP_A $MSP_L_QUEUE \
+ $MSP_COMMAND -qf $MSP_A $MSP_L_QUEUE \
$MSP_PARMS $MISC_PARMS \
$CRON_PARMS || true;
rm -f $STAMP_DIR/cron_msp;
@@ -796,7 +796,7 @@ cron_mta () {
# Make sure only *ONE* cronjob at a time
if [ ! -f $STAMP_DIR/cron_mta ]; then
touch $STAMP_DIR/cron_mta;
- $MTA_COMMAND -q $MTA_A $MTAL_L_QUEUE \
+ $MTA_COMMAND -qf $MTA_A $MTAL_L_QUEUE \
$QUEUE_PARMS $MISC_PARMS $CRON_PARMS || true;
rm -f $STAMP_DIR/cron_mta;
fi;
@@ -823,7 +823,7 @@ cron_msp () {
if [ ! -f $STAMP_DIR/cron_msp ]; then
touch $STAMP_DIR/cron_msp;
#clean_queues /var/spool/mqueue-client;
- $MSP_COMMAND -q $MSP_A $MSP_L_QUEUE \
+ $MSP_COMMAND -qf $MSP_A $MSP_L_QUEUE \
$MSP_PARMS $MISC_PARMS \
$CRON_PARMS || true;
rm -f $STAMP_DIR/cron_msp;