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:
parent
0064a19c68
commit
81f42d096a
|
@ -5,6 +5,7 @@
|
||||||
su -s /bin/sh -c "/usr/bin/fetchmail \
|
su -s /bin/sh -c "/usr/bin/fetchmail \
|
||||||
--verbose \
|
--verbose \
|
||||||
--daemon 0 \
|
--daemon 0 \
|
||||||
|
--check \
|
||||||
--nosyslog \
|
--nosyslog \
|
||||||
--nodetach \
|
--nodetach \
|
||||||
-f /etc/fetchmailrc" fetchmail <&- 2>&1
|
-f /etc/fetchmailrc" fetchmail <&- 2>&1
|
||||||
|
|
Loading…
Reference in New Issue