docs/diploma

diff docs/georg-lohrer_handlingmasqmail/node1.html @ 3:a8c310973cbe

added (incomplete) doc by geord lohrer
author meillo@marmaro.de
date Thu, 18 Sep 2008 18:57:52 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/georg-lohrer_handlingmasqmail/node1.html	Thu Sep 18 18:57:52 2008 +0200
     1.3 @@ -0,0 +1,109 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     1.5 +
     1.6 +<!--Converted with LaTeX2HTML 2K.1beta (1.49)
     1.7 +original version by:  Nikos Drakos, CBLU, University of Leeds
     1.8 +* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
     1.9 +* with significant contributions from:
    1.10 +  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
    1.11 +<HTML>
    1.12 +<HEAD>
    1.13 +
    1.14 +<TITLE>Receiving and sending mails with multiple accounts</TITLE>
    1.15 +<META NAME="description" CONTENT="Receiving and sending mails with multiple accounts">
    1.16 +<META NAME="keywords" CONTENT="HandlingMasqmail">
    1.17 +<META NAME="resource-type" CONTENT="document">
    1.18 +<META NAME="distribution" CONTENT="global">
    1.19 +
    1.20 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    1.21 +<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
    1.22 +<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
    1.23 +
    1.24 +<LINK REL="next" HREF="node11.html">
    1.25 +<LINK REL="previous" HREF="HandlingMasqmail.html">
    1.26 +<LINK REL="up" HREF="HandlingMasqmail.html">
    1.27 +<LINK REL="next" HREF="node2.html">
    1.28 +</HEAD>
    1.29 +
    1.30 +<BODY >
    1.31 +<!--Navigation Panel-->
    1.32 +<B> Next:</B> <A NAME="tex2html24" HREF="node2.html">How to setup MasqMail</A>
    1.33 +<B> Up:</B> <A NAME="tex2html22" HREF="HandlingMasqmail.html">Multiple E-Mail accounts with</A>
    1.34 +<B> Previous:</B> <A NAME="tex2html16" HREF="HandlingMasqmail.html">Multiple E-Mail accounts with</A>
    1.35 +<BR>
    1.36 +<BR>
    1.37 +<!--End of Navigation Panel-->
    1.38 +
    1.39 +<H1><A NAME="SECTION00010000000000000000">
    1.40 +Receiving and sending mails with multiple accounts</A>
    1.41 +</H1>
    1.42 +My system is running under Linux SuSE 7.1 with firewall, masquerading
    1.43 +and ISDN-dial-up connection (nothing of that will be described
    1.44 +below).  It was a quite lot of work to get all
    1.45 +components accordingly running for doing the job they are intended to
    1.46 +do.
    1.47 +
    1.48 +<P>
    1.49 +First of all, lets have a look at the big picture -- the real thing
    1.50 +and my requirements are:
    1.51 +
    1.52 +<UL>
    1.53 +<LI>I have several E-Mail accounts at different providers with different
    1.54 +access behaviours.
    1.55 +</LI>
    1.56 +<LI>I am a subscriber of multiple mailing-list and want
    1.57 +to sort this traffic out of common E-Mailing. 
    1.58 +</LI>
    1.59 +<LI>I want to assure only using <B>one</B> <I>Mail-User-Agent</I>
    1.60 +  during daily work, managing all different mail-accounts.
    1.61 +</LI>
    1.62 +<LI>I want to use a <I>MUA</I> doing some PGP-stuff automatically.
    1.63 +</LI>
    1.64 +</UL>
    1.65 +In short, I want to receive mails from different E-Mail providers,
    1.66 +manage the mail within one application and send out mails via
    1.67 +different providers. Especially the last point is under LINUX a
    1.68 +big obstacle, because of being a native server system it seems to be
    1.69 +no way to go outside with different <I>faces</I>.
    1.70 +<BR>
    1.71 +Solving this leads me towards the following bunch of applications
    1.72 +building my working environment:
    1.73 +
    1.74 +<OL>
    1.75 +<LI><B>Mail-Transport-Agent</B> (MTA) <I>MasqMail</I>
    1.76 +</LI>
    1.77 +<LI><B>Mail-User-Agent</B> (MUA) <I>mutt</I>
    1.78 +</LI>
    1.79 +<LI><B>Mail-Delivery-Agent</B> <I>procmail</I>
    1.80 +</LI>
    1.81 +</OL>
    1.82 +
    1.83 +<P>
    1.84 +<BR><HR>
    1.85 +<!--Table of Child-Links-->
    1.86 +<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
    1.87 +
    1.88 +<UL>
    1.89 +<LI><A NAME="tex2html25" HREF="node2.html">How to setup MasqMail</A>
    1.90 +<LI><A NAME="tex2html26" HREF="node3.html">masqmail.conf</A>
    1.91 +<LI><A NAME="tex2html27" HREF="node4.html">masqmail/gmx_foo.route</A>
    1.92 +<LI><A NAME="tex2html28" HREF="node5.html">masqmail/web_foo.route</A>
    1.93 +<LI><A NAME="tex2html29" HREF="node6.html">masqmail/gmx_foo.get</A>
    1.94 +<LI><A NAME="tex2html30" HREF="node7.html">masqmail/web_foo.get</A>
    1.95 +<LI><A NAME="tex2html31" HREF="node8.html">How to setup mutt</A>
    1.96 +<LI><A NAME="tex2html32" HREF="node9.html">How to setup procmail</A>
    1.97 +<LI><A NAME="tex2html33" HREF="node10.html">How to run the whole thing</A>
    1.98 +</UL>
    1.99 +<!--End of Table of Child-Links-->
   1.100 +<HR>
   1.101 +<!--Navigation Panel-->
   1.102 +<B> Next:</B> <A NAME="tex2html24" HREF="node2.html">How to setup MasqMail</A>
   1.103 +<B> Up:</B> <A NAME="tex2html22" HREF="HandlingMasqmail.html">Multiple E-Mail accounts with</A>
   1.104 +<B> Previous:</B> <A NAME="tex2html16" HREF="HandlingMasqmail.html">Multiple E-Mail accounts with</A>
   1.105 +<!--End of Navigation Panel-->
   1.106 +<ADDRESS>
   1.107 +Georg Lohrer
   1.108 +2001-03-23
   1.109 +</ADDRESS>
   1.110 +
   1.111 +</BODY>
   1.112 +</HTML>