0
|
1
|
|
2 MasqMail for Debian
|
|
3 -------------------
|
|
4
|
|
5 This is the Debian package of my MasqMail MTA.
|
|
6
|
|
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).
|
|
12
|
|
13 Special support for 'changing providers' means individual configurations
|
|
14 depending on the current connection to the internet and rewriting of sender
|
|
15 addresses.
|
|
16
|
|
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
|
|
27
|
|
28 i.e. with ESMTP AUTH support, with ident support and with Maildir support.
|
|
29
|
|
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.
|
|
34
|
|
35 For more information about masqmail see
|
|
36 http://masqmail.cx/masqmail
|
|
37
|
|
38 Oliver Kurth <oku@masqmail.cx> Tue, 16 Apr 2002 13:44:18 +0200
|