diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 07:19:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 07:19:35 +0000 |
commit | 7a6ea7cfd9f39969b4eac3c5ca18ed4253616ef1 (patch) | |
tree | 959a2a2f958807227db36a3ac69248174ff5baf7 /fetchmail-FAQ.html | |
parent | df70db60e222d1116f15ca8c2774beb1d8a25a2c (diff) | |
download | fetchmail-7a6ea7cfd9f39969b4eac3c5ca18ed4253616ef1.tar.gz fetchmail-7a6ea7cfd9f39969b4eac3c5ca18ed4253616ef1.tar.bz2 fetchmail-7a6ea7cfd9f39969b4eac3c5ca18ed4253616ef1.zip |
Use preauth ssh where appropriate.
svn path=/trunk/; revision=2792
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 182a6ccd..271b1aa6 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@ <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2000/03/04 00:13:09 $ +<td width="30%" align=right>$Date: 2000/03/06 07:19:35 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -1786,7 +1786,8 @@ On the client side, use the <code>plugin</code> keyword to make fetchmail talk to the stdin of the remote ssh. Here's an examople: <pre> -poll mail.dorchain.net options proto imap plugin fetchmail-imap-wrapper +poll mail.dorchain.net + with options proto imap, preauth ssh, plugin fetchmail-imap-wrapper </pre> The wrapper script should look like this:<p> @@ -2667,7 +2668,7 @@ terminate it.<p> <table width="100%" cellpadding=0><tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a> <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a> -<td width="30%" align=right>$Date: 2000/03/04 00:13:09 $ +<td width="30%" align=right>$Date: 2000/03/06 07:19:35 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |