diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-05-16 23:26:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-05-16 23:26:03 +0000 |
commit | cf7084a0f6f29857b5b8c3e69f7a4cf2cfeaa059 (patch) | |
tree | 5851e51dd998689c938175e2dd0fba22ad0f98a6 /fetchmailconf | |
parent | a201d7a48b78170b05ef3481a17a9c74f7c319cc (diff) | |
download | fetchmail-cf7084a0f6f29857b5b8c3e69f7a4cf2cfeaa059.tar.gz fetchmail-cf7084a0f6f29857b5b8c3e69f7a4cf2cfeaa059.tar.bz2 fetchmail-cf7084a0f6f29857b5b8c3e69f7a4cf2cfeaa059.zip |
Add qpopper 2.53 warning.
svn path=/trunk/; revision=2480
Diffstat (limited to 'fetchmailconf')
-rwxr-xr-x | fetchmailconf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index c5b61131..7bfefe51 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1148,11 +1148,16 @@ I see your server is running cucipop. Better make sure the server box isn't a SunOS 4.1.4 machine; cucipop tickles a bug in SunOS realloc() under that version, and doesn't cope with the result gracefully. Newer SunOS and Solaris machines run cucipop OK. + """ if string.find(greetline, "QPOP") > 0: warnings = warnings + """ This appears to be a version of Eudora qpopper. That's good. Fetchmail -knows all about qpopper. +knows all about qpopper. However, be aware that the 2.53 version of +qpopper does something odd that causes fetchmail to hang with a socket +error on very large messages. This is probably not a fetchmail bug, as +it has been observed with fetchpop. The fix is to upgrade to qpopper +3.0beta or a more recent version. Better yet, switch to IMAP. """ closebrak = string.find(greetline, ">") |