glfs/basicnet/mailnews/fetchmail/fetchmail-config.xml
Larry Lawrence 0482b012c6 exp files tag cleaned
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-02 22:40:45 +00:00

31 lines
830 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>