diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-05 09:53:54 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-05 09:53:54 +0100 |
commit | ad96f3ef1136aa4a201a5dffceb2b005be4b7011 (patch) | |
tree | a1aabb2fdbc7481ff9f0a3408b06c6032af2fd2f /README | |
parent | 877d9c7c70b3d491bf56fab86b074f98f29434e0 (diff) | |
download | fetchmail-ad96f3ef1136aa4a201a5dffceb2b005be4b7011.tar.gz fetchmail-ad96f3ef1136aa4a201a5dffceb2b005be4b7011.tar.bz2 fetchmail-ad96f3ef1136aa4a201a5dffceb2b005be4b7011.zip |
README*: update
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,13 +20,16 @@ Fetchmail also fully supports authentication via GSSAPI, Kerberos 4 and 5, RFC1938 one-time passwords, Compuserve's POP3 with RPA, Microsoft's NTLM, Demon Internet's SDPS, or CRAM-MD5 authentication a la RFC2195. -Fetchmail supports end-to-end encryption with OpenSSL or wolfSSL (only on C99 -or newer compilers), do read README.SSL for details on fetchmail's +Fetchmail supports end-to-end encryption with OpenSSL or wolfSSL (the latter +only on C99 or newer compilers), do read README.SSL for details on fetchmail's configuration and README.SSL-SERVER for server-side requirements. NOTE! To be compatible with earlier releases, fetchmail 6.4 default behaviour is more relaxed than dictated by recommendations - while it does away with SSLv2, only negotiates SSLv3 if forced to, it will by default still negotiate TLS v1.0. +Also note that if used with wolfSSL, many texts will still read OpenSSL +because fetchmail uses wolfSSL's OpenSSL compatibility API. + Portability ----------- |