mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-10 04:54:44 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@909 af4574ff-66df-0310-9fd7-8a98e5e911e0
31 lines
831 B
XML
31 lines
831 B
XML
<sect2>
|
|
<title>Configuring <application>fetchmail</application></title>
|
|
|
|
<sect3><title>Config files</title>
|
|
<para><filename>~/.fetchmailrc</filename></para>
|
|
</sect3>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<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>
|
|
|
|
|
|
<para>Is an example configuration that should suffice for most people. You
|
|
can add as many users and servers as you need using the same syntax.</para>
|
|
|
|
<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>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|