debian/masqmail-debian

view README.Debian @ 27:792d5a6b7c7b

updated changelog
author meillo@marmaro.de
date Sun, 14 Jun 2009 11:43:15 +0200
parents 5ef519035828
children eae48d9839e4
line source
1 Masqmail for Debian
2 -------------------
4 This is the Debian package of my Masqmail MTA.
6 Masqmail is an MTA specially designed for hosts with intermittent
7 internet connections, i.e. hosts (or networks) at home or notebooks. It has
8 special support for changing providers. It works both for sending mail
9 (replacing exim, sendmail, postfix or qmail) and receiving mail (replacing
10 fetchmail, but it also works in conjunction with fetchmail).
12 Special support for 'changing providers' means individual configurations
13 depending on the current connection to the internet and rewriting of sender
14 addresses.
16 It has been compiled with the options:
17 --prefix=/usr --mandir='$${prefix}/share/man' \
18 --with-logdir=/var/log/masqmail \
19 --with-spooldir=/var/spool/masqmail \
20 --with-user=mail --with-group=mail \
21 --with-confdir=/etc/masqmail \
22 --with-liblockfile \
23 --enable-auth \
24 --enable-ident \
25 --enable-maildir
27 i.e. with ESMTP AUTH support, with ident support and with Maildir support.
29 You will find all information necessary to configure Masqmail in the man
30 pages masqmail (8), masqmail.conf (5), masqmail.route (5), masqmail.get (5)
31 and masqmail.aliases (5). Its configuration files live in the directory
32 /etc/masqmail/ and in /etc/aliases.
34 For more information about Masqmail see
35 http://prog.marmaro.de/masqmail
37 Oliver Kurth <oku@masqmail.cx> Tue, 16 Apr 2002 13:44:18 +0200
39 Updated by markus schnalke <meillo@marmaro.de> Sun, 24 May 2009 20:28:19 +0200