2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-09-24 06:37:29 +08:00
|
|
|
<title>Configuring <application>Fetchmail</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<sect3><title>Config files</title>
|
2003-04-21 06:15:01 +08:00
|
|
|
<para><filename>~/.fetchmailrc</filename></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
|
2003-05-14 08:14:31 +08:00
|
|
|
<screen>set logfile /var/log/fetchmail.log
|
|
|
|
set no bouncemail
|
|
|
|
set postmaster root
|
|
|
|
|
|
|
|
poll SERVERNAME :
|
|
|
|
user "username" pass "password";
|
|
|
|
mda "/usr/bin/procmail -f %F -d %T";</screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
|
2003-04-08 05:14:53 +08:00
|
|
|
<para>Is an example configuration that should suffice for most people. You
|
2002-07-08 04:28:42 +08:00
|
|
|
can add as many users and servers as you need using the same syntax.</para>
|
|
|
|
|
2003-05-14 08:14:31 +08:00
|
|
|
<para><command>man fetchmail</command> : Look for the section near
|
|
|
|
the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis> it
|
|
|
|
gives some quick examples too. There are countless other config options once
|
|
|
|
you get used to it.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|