From cb97cec2e1ab132d155281cc445fa0d355f9dfae Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 29 Aug 2016 23:28:28 +0200 Subject: [PATCH] Improve script 'debug-fetchmail' The option '--check' checks for new mails without actually fetching or deleting mail. Without '--check' 'debug-fetchmail' throws errors if the external mail accout has new mails and the smtp daemon is not running. --- target/bin/debug-fetchmail | 1 + 1 file changed, 1 insertion(+) diff --git a/target/bin/debug-fetchmail b/target/bin/debug-fetchmail index 6fe5b870..d2c21ce6 100755 --- a/target/bin/debug-fetchmail +++ b/target/bin/debug-fetchmail @@ -5,6 +5,7 @@ su -s /bin/sh -c "/usr/bin/fetchmail \ --verbose \ --daemon 0 \ + --check \ --nosyslog \ --nodetach \ -f /etc/fetchmailrc" fetchmail <&- 2>&1