From f0f36485dea156186c1c26f1d281e3f508da0c7a Mon Sep 17 00:00:00 2001 From: "Richard A Nelson (Rick)" Date: Fri, 15 Sep 2006 00:00:25 +0000 Subject: Imported Debian patch 8.13.8-3 --- debian/local/sendmail.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/local') 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; -- cgit v1.2.3