- Change fetchmail polling example from 60 to 600 seconds; some site

administrators don't like people hitting them once in a minute
- Update fetchmail website URL

Submitted by:	Matthias Andree <matthias.andree@gmx.de>
This commit is contained in:
Pav Lucistnik 2005-12-13 09:04:25 +00:00
parent f16a0c0531
commit cb6c60d547
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26585

View file

@ -2218,13 +2218,13 @@ user "john", with password "XXXXX", is "myth" here;</programlisting>
<application>fetchmail</application> should poll servers listed
in the <filename>.fetchmailrc</filename> file. The following
example would cause <application>fetchmail</application> to poll
every 60 seconds:</para>
every 600 seconds:</para>
<screen>&prompt.user; <userinput>fetchmail -d 60</userinput></screen>
<screen>&prompt.user; <userinput>fetchmail -d 600</userinput></screen>
<para>More information on <application>fetchmail</application> can
be found at <ulink
url="http://www.catb.org/~esr/fetchmail/"></ulink>.</para>
url="http://fetchmail.berlios.de/"></ulink>.</para>
</sect1>
<sect1 id="mail-procmail">