diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-07-03 15:45:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-07-03 15:45:19 +0000 |
commit | 86c75af0c1cae1706b84b708c70e76a96ddc5641 (patch) | |
tree | 60664bf7a9a103667fbfea4dba0251e439f41f67 /fetchmail.man | |
parent | eb9b73194c24bd4e08b1bcaf254a5bbb8aa91c1f (diff) | |
download | fetchmail-86c75af0c1cae1706b84b708c70e76a96ddc5641.tar.gz fetchmail-86c75af0c1cae1706b84b708c70e76a96ddc5641.tar.bz2 fetchmail-86c75af0c1cae1706b84b708c70e76a96ddc5641.zip |
LOCKBUSY changes.
svn path=/trunk/; revision=1147
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 285101c0..636d1167 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1080,15 +1080,22 @@ fire if .I fetchmail timed out while waiting for the server. .IP 8 -Exclusion error. This means +Client-side exclusion error. This means .I fetchmail either found another copy of itself already running, or failed in such a way that it isn't sure whether another copy is running. .IP 9 +The user authentication step failed because the server responded "lock +busy". Try again after a brief pause! This error is not implemented +for all protocols, nor for all servers. If not implemented for your +server, "3" will be returned instead, see above. May be returned when +talking to qpopper or other servers that can respond with "lock busy" +or some similar text containing the word "lock". +.IP 10 The .I fetchmail. run failed while trying to do an SMTP port open or transaction. -.IP 10 +.IP 11 Internal error. You should see a message on standard error with details. .PP |