From a994ab29221d500c8d72eb3388cbc6f21db0c85f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 9 Jun 2015 09:39:41 +0000 Subject: don't try to flush the postfix mailqueue on ma --- bin/movemail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/movemail b/bin/movemail index 0bc3a11e..51002c0a 100755 --- a/bin/movemail +++ b/bin/movemail @@ -2,7 +2,7 @@ wget -q --tries=10 --timeout=20 --spider http://google.com if [[ $? -eq 0 ]]; then - postqueue -f +# postqueue -f killall --user $USER mbsync 2>/dev/null && sleep 5 || true killall -9 --user $USER mbsync 2>/dev/null || true mbsync --quiet fastmail -- cgit v1.2.3