Improve script 'debug-fetchmail' (#292)

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.
This commit is contained in:
Josef Friedrich 2016-08-30 09:58:45 +02:00 committed by Thomas VIAL
parent 0064a19c68
commit 81f42d096a

View file

@ -5,6 +5,7 @@
su -s /bin/sh -c "/usr/bin/fetchmail \
--verbose \
--daemon 0 \
--check \
--nosyslog \
--nodetach \
-f /etc/fetchmailrc" fetchmail <&- 2>&1