diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-12-05 17:30:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-12-05 17:30:34 +0000 |
commit | dc2394af305c89b954734cd4d02a335257b23618 (patch) | |
tree | 30c62c17f242ff80f70fd41b3f851128dec94176 | |
parent | f96be4eea0d34e2676b7aaef901139874effde88 (diff) | |
download | fetchmail-dc2394af305c89b954734cd4d02a335257b23618.tar.gz fetchmail-dc2394af305c89b954734cd4d02a335257b23618.tar.bz2 fetchmail-dc2394af305c89b954734cd4d02a335257b23618.zip |
*** empty log message ***
svn path=/trunk/; revision=1562
-rw-r--r-- | fetchmail-FAQ.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 2d1f0682..1dac8f06 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: 1997/12/03 15:54:06 $ +<td width="30%" align=right>$Date: 1997/12/05 17:30:34 $ </table> <HR> <H1>Frequently Asked Questions About Fetchmail</H1> @@ -1648,11 +1648,15 @@ be in the hosts file.<p> You can suppress the startup-time lookup if need to by reconfiguring with <code>FEATURE(nodns)</code>.<p> +Configuring your bind library to cache DNS lookups locally may help, +and is a good idea for speeding up other services as well. Switching to +a faster MTA like qmail or exim might help. <p> + <HR> <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: 1997/12/03 15:54:06 $ +<td width="30%" align=right>$Date: 1997/12/05 17:30:34 $ </table> <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com"><esr@snark.thyrsus.com></A></ADDRESS> |