fetchmail-friends
[Top] [All Lists]

Re: [fetchmail] Fetchmail 6.1.1 can't login to a server that 5.9.14 can handle?

2002-11-27 06:02:15
Quoting from Eric S. Raymond's mail on Tue, Nov 26, 2002 at 12:32:23AM -0500:
If the server advertises STARTTLS, fetchmail should use it unless
specifically instructed not to, with something like a "nossl" directive --
but not an "auth password" directive.

There should probably be a way to say "use STARTTLS if possible, and don't
ever use a connection that isn't encrypted".  If that's added to the
meaning of the "ssl" directive, that would be fine with me.

Agreed 100%.

Here is a patch which uses STARTTLS either if sslproto is not set or
if sslproto is "tls1". Also, if STARTTLS fails when sslproto is not
set, it sets sslproto to "" and repolls.
  
Also, it now does not associate STARTTLS with the auth method.
  
This patch is a replacement for the previous patch(es) on this issue.
This was easier than patching that!
  
Now, to avoid sending STARTTLS, one has to add 'sslproto ""' to the
config file.
  
Sunil Shetye.

Attachment: fetchmail-6.1.2-tlsrepoll.patch
Description: Text document

<Prev in Thread] Current Thread [Next in Thread>