- 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:
parent
f16a0c0531
commit
cb6c60d547
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26585
1 changed files with 3 additions and 3 deletions
|
@ -2218,13 +2218,13 @@ user "john", with password "XXXXX", is "myth" here;</programlisting>
|
||||||
<application>fetchmail</application> should poll servers listed
|
<application>fetchmail</application> should poll servers listed
|
||||||
in the <filename>.fetchmailrc</filename> file. The following
|
in the <filename>.fetchmailrc</filename> file. The following
|
||||||
example would cause <application>fetchmail</application> to poll
|
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
|
<para>More information on <application>fetchmail</application> can
|
||||||
be found at <ulink
|
be found at <ulink
|
||||||
url="http://www.catb.org/~esr/fetchmail/"></ulink>.</para>
|
url="http://fetchmail.berlios.de/"></ulink>.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="mail-procmail">
|
<sect1 id="mail-procmail">
|
||||||
|
|
Loading…
Reference in a new issue