From 00428859b66df7161ee4a0d3f55afaa03aa7a2c3 Mon Sep 17 00:00:00 2001
From: Matthias Andree
K5. How can I use fetchmail with SSL?
K6. How can I tell fetchmail not to try TLS if the server
- advertises it?
+ advertises it? Why does fetchmail use SSL even though not configured?
Runtime fatal errors
@@ -183,7 +183,8 @@ messages but before deleting them
R10. Fetchmail is dying with SIGPIPE.
R11. My server is hanging or emitting errors on CAPA.
R12. Fetchmail isn't working and reports getaddrinfo
- errors.
+ errors.
+R13. What does "Interrupted system call" mean?
Hangs and lockups
@@ -2206,7 +2207,8 @@ a man-in-the-middle attack is in progress - or it might just mean that the
server changed its key. It's up to you to determine which has happened.
Some servers advertise STLS (POP3) or STARTTLS (IMAP), and fetchmail will automatically attempt TLS negotiation if SSL was enabled at compile @@ -2482,6 +2484,19 @@ declaration auth password in your .fetchmailrc.
Fetchmail 6.3.5 and newer gave up on the older timeout handling which +could cause unstable behavior. Instead, timeouts now interrupt +long-running functions and are reported as "Interrupted system +call".
+ +While this loses accuracy of timeout reporting, there is +unfortunately no safe way for C to make extensive use of error +reporting, and the amount of code that would need to be added is too +large for a stable series as 6.3.X is.
+