diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-07 01:01:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-07 01:01:04 +0000 |
commit | ce8a1c68e56a8237b597c85c2f1dd9bd0c6db188 (patch) | |
tree | 067d12fec14c85cdb81a6849ee40726b5de768d1 /fetchmail.man | |
parent | acb741c73356b37fbc9dac0ffb7739cc63170433 (diff) | |
download | fetchmail-ce8a1c68e56a8237b597c85c2f1dd9bd0c6db188.tar.gz fetchmail-ce8a1c68e56a8237b597c85c2f1dd9bd0c6db188.tar.bz2 fetchmail-ce8a1c68e56a8237b597c85c2f1dd9bd0c6db188.zip |
Wakeup clears `wedged' flags.
svn path=/trunk/; revision=2261
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 18875817..92218dc3 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -224,7 +224,9 @@ or respond to commands for the given number of seconds, \fIfetchmail\fR might hang up indefinitely trying to fetch mail from a down host. This would be particularly annoying for a \fIfetchmail\fR running in background. There is a default timeout which fetchmail -V -will report. +will report. If a given connection receives too many timeouts in +succession, fetchmail will consider it wedged and stop retrying, +the calkling user will be notified by email if this happens. .TP .B \--plugin (Keyword: plugin) @@ -670,7 +672,9 @@ makes a per-user lockfile to guarantee this. Normally, calling fetchmail with a daemon in the background sends a wakeup signal to the daemon, forcing it to poll mailservers immediately. (The wakeup signal is SIGHUP if fetchmail is running as -root, SIGUSR1 otherwise.) +root, SIGUSR1 otherwise.) The wakeup action also clears any `wedged' +flags indicating that connections have wedged due to failed +authentication or multiple timeouts. .PP The option .B --quit |