debian/masqmail-debian

view README.Debian @ 7:a5b9d7e998cf

Added tag 0.2.21-5 for changeset 11752c18c57d
author meillo@marmaro.de
date Wed, 05 Nov 2008 11:42:52 +0100
parents
children 8923fa06a2b7
line source
2 MasqMail for Debian
3 -------------------
5 This is the Debian package of my MasqMail MTA.
7 masqmail is an MTA specially designed for hosts with intermittent
8 internet connections, i.e. hosts (or networks) at home or notebooks. It has
9 special support for changing providers. It works both for sending mail
10 (replacing exim, sendmail, postfix or qmail) and receiving mail (replacing
11 fetchmail, but it also works in conjunction with fetchmail).
13 Special support for 'changing providers' means individual configurations
14 depending on the current connection to the internet and rewriting of sender
15 addresses.
17 It has been compiled with the options:
18 --prefix=/usr --mandir='$${prefix}/share/man' \
19 --with-logdir=/var/log/masqmail \
20 --with-spooldir=/var/spool/masqmail \
21 --with-user=mail --with-group=mail \
22 --with-confdir=/etc/masqmail \
23 --with-liblockfile \
24 --enable-auth \
25 --enable-ident \
26 --enable-maildir
28 i.e. with ESMTP AUTH support, with ident support and with Maildir support.
30 You will find all information necessary to configure masqmail in the man
31 pages masqmail (8), masqmail.conf (5), masqmail.route (5), masqmail.get (5)
32 and masqmail.aliases (5). Its configuration files live in the directory
33 /etc/masqmail/ and in /etc/aliases.
35 For more information about masqmail see
36 http://masqmail.cx/masqmail
38 Oliver Kurth <oku@masqmail.cx> Tue, 16 Apr 2002 13:44:18 +0200