]> git.pld-linux.org Git - packages/exim-lite.git/commitdiff
- Messages are now forcibly and WITHOUT ANY BOUNCING removed from queues exim-3_22-4
authormkochano <mkochano@pld-linux.org>
Wed, 16 May 2001 17:59:37 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  after four weeks. This is crash recovery procedure and should NEVER be
  needed. timeout_frozen_after config option should take care of this, and
  this config option BOUNCES message to the sender.

Changed files:
    exim.cron.db -> 1.3

exim.cron.db

index e2ab25b8649d076e8b22fcf7ee5b7a6722fa71ec..1903430c6adb26e35ed7ed75b5a36697c3a23b3b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 cd /
-/usr/bin/exim_tidydb -t /var/spool/exim retry
-/usr/bin/exim_tidydb -f /var/spool/exim retry
-/usr/bin/exim_tidydb -t /var/spool/exim wait-smtp
-/usr/bin/exim_tidydb -f /var/spool/exim wait-smtp
+/usr/bin/exim_tidydb -t 28 /var/spool/exim retry
+/usr/bin/exim_tidydb -f    /var/spool/exim retry
+/usr/bin/exim_tidydb -t 28 /var/spool/exim wait-smtp
+/usr/bin/exim_tidydb -f    /var/spool/exim wait-smtp
This page took 0.06999 seconds and 4 git commands to generate.