aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-FAQ.html
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r--fetchmail-FAQ.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html
index bbf1d34c..d2788233 100644
--- a/fetchmail-FAQ.html
+++ b/fetchmail-FAQ.html
@@ -480,14 +480,14 @@ but only supports one user at a time.<P>
First, a lightly edited version of a recipe from Masafumi NAKANE:<p>
1. You must have ssh (the ssh client) on the local host and sshd (ssh
-server) on the remote mail server. And, you have to configure ssh so
+server) on the remote mail server. And you have to configure ssh so
you can login to the sshd server host without a password. (Refer to ssh
man page for several authentication methods.)<p>
2. Add something like following to your .fetchmailrc file: <p>
<pre>
-poll localhost port 1234 with pop3:
+poll mailhost port 1234 via localhost with pop3:
preconnect "ssh -f -L 1234:mailhost:110 mailhost sleep 20 </dev/null >/dev/null";
</pre>
@@ -1200,7 +1200,7 @@ biff n
to solve the problem system-wide.<P>
-$Id: fetchmail-FAQ.html,v 1.47 1997/07/24 08:22:49 esr Exp $<p>
+$Id: fetchmail-FAQ.html,v 1.48 1997/07/24 20:56:41 esr Exp $<p>
<HR>
<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>