Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 4912

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>mini-HOWTO install qmail with MH: Fetchmail</TITLE>
 <LINK HREF="Qmail+MH-6.html" REL=next>
 <LINK HREF="Qmail+MH-4.html" REL=previous>
 <LINK HREF="Qmail+MH.html#toc5" REL=contents>
</HEAD>
<BODY>
<A HREF="Qmail+MH-6.html">Next</A>
<A HREF="Qmail+MH-4.html">Previous</A>
<A HREF="Qmail+MH.html#toc5">Contents</A>
<HR>
<H2><A NAME="s5">5. Fetchmail</A></H2>

<P>I decided to use fetchmail because I have a multiuser (my family :).
Linux and fetchmail delivers mail to the smtp port where qmail takes over.
<P>
<P>Installation was no problem, multidrop works with the following .fetchmailrc :
<P>
<BLOCKQUOTE><CODE>
<PRE>

poll PersonalMail.Germany.EU.net
protocol pop3
username myname
password mypassword
# the next two lines do the trick for multidrop
localdomains mydomain.de
is * here
# T2 of the fetchmail FAQ states that qmail needs this
forcecr
</PRE>
</CODE></BLOCKQUOTE>
<P>
<HR>
<A HREF="Qmail+MH-6.html">Next</A>
<A HREF="Qmail+MH-4.html">Previous</A>
<A HREF="Qmail+MH.html#toc5">Contents</A>
</BODY>
</HTML>