debian/masqmail-debian

annotate README.Debian @ 40:b6294495cd02

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