From f1f94d2808cb35063f77acf34cb542ec913c8b46 Mon Sep 17 00:00:00 2001
From: Matthias Andree
Date: Sun, 27 Nov 2005 21:02:43 +0000
Subject: For HTML FAQ, prepend a brief Table of Contents. Add O16: why is PDF
only available in ISO A4, how to make Letter.
svn path=/trunk/; revision=4484
---
fetchmail-FAQ.html | 86 ++++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 68 insertions(+), 18 deletions(-)
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html
index e10d7715..1a678251 100644
--- a/fetchmail-FAQ.html
+++ b/fetchmail-FAQ.html
@@ -29,7 +29,7 @@ Page
-Frequently Asked Questions About Fetchmail
+Frequently Asked Questions About Fetchmail
Before reporting any bug, please read G3 for
advice on how to include diagnostic information that will get your
@@ -46,9 +46,27 @@ this FAQ list, file it to one of the trackers at or post to one of the fetchmail mailing lists (see
below).
-Contents
+Contents
-General problems
+Detailed Contents
+G. General problems
+B. Build-time problems
+F. Fetchmail configuration file grammar questions
+C. Configuration questions
+T. How to make fetchmail play nice with various MTAs
+S. How to make fetchmail work with various servers
+I. How to fetchmail work with specific ISPs
+K. How to set up well-known security and authentication
+R. Runtime fatal errors
+H. Hangs and lockups
+D. Disappearing mail
+M. Multidrop-mode problems
+X. Mangled mail
+O. Other problems
+
+Detailed Contents
+
+General problems
G1. What is fetchmail and why should I bother?
G2. Where do I find the latest FAQ and fetchmail sources?
@@ -68,21 +86,21 @@ below).
G16. How will fetchmail perform under heavy loads?
-Build-time problems
+Build-time problems
B1. Make coughs and dies when building on FreeBSD.
B2. Lex bombs out while building the fetchmail lexer.
B3. I get link failures when I try to build fetchmail.
B4. I get build failures in the intl directory.
-Fetchmail configuration file grammar questions
+Fetchmail configuration file grammar questions
F1. Why does my old .fetchmailrc no longer work?
F2. The .fetchmailrc parser won't accept my all-numeric user name.
F3. The .fetchmailrc parser won't accept my host or username beginning with 'no'.
F4. I'm getting a 'parse error' message I don't understand.
-Configuration questions
+Configuration questions
C1. Why do I need a .fetchmailrc when running as root
on my own machine?
@@ -100,7 +118,7 @@ from an init script.
host?.
-How to make fetchmail play nice with various MTAs
+How to make fetchmail play nice with various MTAs
T1. How can I use fetchmail with sendmail?
T2. How can I use fetchmail with qmail?
@@ -111,7 +129,7 @@ host?.
T7. How can I use fetchmail with Courier IMAP?
T8. How can I use fetchmail with vbmailshield?
-How to make fetchmail work with various servers
+How to make fetchmail work with various servers
S1. How can I use fetchmail with qpopper?
S2. How can I use fetchmail with Microsoft Exchange?
@@ -121,7 +139,7 @@ host?.
S6. How can I use fetchmail with MailMax?
S7. How can I use fetchmail with FTGate?
-How to fetchmail work with specific ISPs
+How to fetchmail work with specific ISPs
I1. How can I use fetchmail with Compuserve RPA?
I2. How can I use fetchmail with Demon Internet's SDPS?
@@ -132,7 +150,7 @@ host?.
I7. How can I use fetchmail with SpryNet?
I8. How can I use fetchmail with comcast.net?
-How to set up well-known security and authentication
+How to set up well-known security and authentication
methods
K1. How can I use fetchmail with SOCKS?
@@ -143,7 +161,7 @@ methods
K6. How can I tell fetchmail not to try TLS if the server
advertises it?
-Runtime fatal errors
+Runtime fatal errors
R1. Fetchmail isn't working, and -v shows 'SMTP
connect failed' messages.
@@ -166,7 +184,7 @@ messages but before deleting them
R12. Fetchmail isn't working and reports getaddrinfo
errors.
-Hangs and lockups
+Hangs and lockups
H1. Fetchmail hangs when used with pppd.
H2. Fetchmail hangs during the MAIL FROM
@@ -174,7 +192,7 @@ exchange.
H3. Fetchmail hangs while fetching mail.
-Disappearing mail
+Disappearing mail
D1. I think I've set up fetchmail correctly, but I'm
not getting any mail.
@@ -184,7 +202,7 @@ connection.
fetchmail seems to have been vanished.
-Multidrop-mode problems
+Multidrop-mode problems
M1. I've declared local names, but all my multidrop
mail is going to root anyway.
@@ -204,7 +222,7 @@ from my Received headers as it should.
messages.
-Mangled mail
+Mangled mail
X1. Spurious blank lines are appearing in the headers
of fetched mail.
@@ -223,7 +241,7 @@ fetchmail.
X8. A spurious ) is being appended to my
messages.
-Other problems
+Other problems
O1. The --logfile option doesn't work if the logfile
doesn't exist.
@@ -253,10 +271,12 @@ immediately" in my logs.
--flush.
O15. Fetchmail always retains the first message in the
mailbox.
-
+O16. Why is the Fetchmail FAQ only available in
+ ISO-216 A4 format? How do I get the FAQ in Letter
+ format?
-General problems
+General problems
@@ -3541,6 +3561,36 @@ retrieving it. And deleting it might slow down the server if you are
keeping messages on the server, and the server would recreate it
anyways, that's why fetchmail does not bother to delete it either.
+
+
+All the world uses ISO-216:1975 "A4" paper except for North America.
+Using A4 format reaches far more people than (formerly known as DIN A4,
+from DIN 476) format. Besides that, A4 paper is available in North
+America.
+For further information on the Letter-vs-A4 story, see:
+
+
+Offering the document formatted for two different paper sizes would
+bloat the package beyond reason, and formatting in a way that fits A4
+and Letter paper formats would be a waste of paper in most parts of the
+world. For that reason, fetchmail only ships with an A4 formatted PDF
+document.
+
+To create a letter-sized PDF, install HTMLDOC, edit
+fetchmail-FAQ.book
in the source directory with your
+favorite text editor, replace --size A4 by --size
+ letter, and type:
+
+
+make fetchmail-FAQ.pdf
+
+