docs/diploma

diff docs/georg-lohrer_handlingmasqmail/node2.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/node2.html	Thu Sep 18 18:57:52 2008 +0200
     1.3 @@ -0,0 +1,76 @@
     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>How to setup MasqMail</TITLE>
    1.15 +<META NAME="description" CONTENT="How to setup MasqMail">
    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="node3.html">
    1.25 +<LINK REL="previous" HREF="node1.html">
    1.26 +<LINK REL="up" HREF="node1.html">
    1.27 +<LINK REL="next" HREF="node3.html">
    1.28 +</HEAD>
    1.29 +
    1.30 +<BODY >
    1.31 +<!--Navigation Panel-->
    1.32 +<B> Next:</B> <A NAME="tex2html43" HREF="node3.html">masqmail.conf</A>
    1.33 +<B> Up:</B> <A NAME="tex2html41" HREF="node1.html">Receiving and sending mails</A>
    1.34 +<B> Previous:</B> <A NAME="tex2html35" HREF="node1.html">Receiving and sending mails</A>
    1.35 +<BR>
    1.36 +<BR>
    1.37 +<!--End of Navigation Panel-->
    1.38 +
    1.39 +<H2><A NAME="SECTION00011000000000000000">
    1.40 +How to setup MasqMail</A>
    1.41 +</H2>
    1.42 +<I>MasqMail</I> has to be compiled and installed in a proper way. If
    1.43 +you need <I>authorization</I> support, configure with
    1.44 +<TT>-enable-auth</TT>.
    1.45 +For continuing running already available scripts of <I>sendmail</I> you
    1.46 +could set a sym-link after installation:
    1.47 +<PRE>
    1.48 +su
    1.49 +cd /usr/sbin
    1.50 +mv sendmail sendmail.orig
    1.51 +ln -s /usr/sbin/masqmail /usr/sbin/sendmail
    1.52 +</PRE>
    1.53 +<I>MasqMail</I> will be set up by several files. For getting into
    1.54 +closer contact with this stuff, I want to settle the following
    1.55 +scenario:
    1.56 +
    1.57 +<UL>
    1.58 +<LI>Name of local system: <I>picard</I>
    1.59 +</LI>
    1.60 +<LI>Name of local user: <I>foo</I>
    1.61 +</LI>
    1.62 +<LI>Name at 1st E-Mail provider: <I>foo@gmx.net</I>
    1.63 +</LI>
    1.64 +<LI>Name at 2nd E-Mail provider: <I>foo@web.de</I>
    1.65 +</LI>
    1.66 +<LI>Name of 1st Mailing-List: <I>masqmail@list.innominate.org</I>
    1.67 +  received via <I>foo@web.de</I>
    1.68 +</LI>
    1.69 +</UL>
    1.70 +I am using <I>MasqMail</I>'s <B>get</B>-functionality, so I need the
    1.71 +following files (all originally located in <TT>/etc</TT>:
    1.72 +<BR><HR>
    1.73 +<ADDRESS>
    1.74 +Georg Lohrer
    1.75 +2001-03-23
    1.76 +</ADDRESS>
    1.77 +
    1.78 +</BODY>
    1.79 +</HTML>