From 63a3fd1876062cdff8e59feca193a840a91bc0c8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 11 Nov 2000 18:20:46 +0000 Subject: Typo fixes. svn path=/trunk/; revision=2982 --- fetchmail-FAQ.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 18599d6d..befc865f 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2000/10/17 21:52:38 $ +$Date: 2000/11/11 18:20:46 $

Frequently Asked Questions About Fetchmail

@@ -110,7 +110,7 @@ IP address?
R8. Fetchmail running as root stopped working after an OS upgrade
R9. Fetchmail is timing out after fetching certain messages but before deleting them
-R10. Fetchmail is timing out during message fetches
+R10. Fetchmail is timing out during message fetches

Disappearing mail

@@ -267,9 +267,9 @@ If the bug involves a core dump or hang, a gdb stack trace is good to have. giving the process ID as a second argument.) You will need to reconfigure with

-

+
 CFLAGS=-g LDFLAGS=" " ./configure
-
+ and then rebuild in order to generate a version that can be gdb-traced.

@@ -1796,7 +1796,7 @@ This one comes comes to us from Joerg Dorchain. The basic idea is to set up a bidirectional encrypted socket connection:

-fetchmail <--> ssh <---> sshd <--> imapd
+fetchmail <--> ssh <---> sshd <--> imapd
  \---local side--/       \-remote side-/
 
@@ -1894,7 +1894,7 @@ to have GSS support compiled in.

Neither UW-IMAP nor fetchmail compile in support for GSS by default, since it requires libraries from the Kerberos V distribution (available via FTP at athena-dist.mit.eduathena-dist.mit.edu). If you have these, compiling in GSS support is simple: add a

--with-gssapi=[/path/to/krb5/root]
option to configure. For instance, I have all of my Kerberos V libraries installed under @@ -2081,9 +2081,9 @@ fetchmail with -N and an ampersand to background it. A Sun user recommends this:

-

+
 (fetchmail --nodetach <other params> &)
-
+ The extra pair of parens is significant --- it makes sure that the process detaches from the initial shell (one more shell is started and dies @@ -2115,7 +2115,7 @@ option values that work:


-R8. Fetchmail running as root stopped working after an OS upgrade +

R8. Fetchmail running as root stopped working after an OS upgrade

In RH 6.0, the HOME value in the boot-time root environment changed from /root to / as the result of a change in init. Move your @@ -2500,7 +2500,7 @@ start-of-line From into a >From, preventing programs further downstream from acting up.


-

X4. My mail is being mangled in a new and different way

+

X4.My mail is being mangled in a new and different way

The first thing you need to do is pin down what program is doing the mangling. We don't like getting bug reports about fetchmail that are @@ -2884,7 +2884,7 @@ inactivity timeout.


O9. Why does fetchmail keep retrieving the same messages -over and over?

+over and over? First, check to see that you haven't enabled the keep and fetchall option. If you have, turn keep off.

@@ -2941,7 +2941,7 @@ install Linux on your server...

Back to Fetchmail Home Page To Site Map -$Date: 2000/10/17 21:52:38 $ +$Date: 2000/11/11 18:20:46 $

Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3