diff debian/README.Debian @ 0:08114f7dcc23 0.2.21

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200 (2008-09-26)
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/README.Debian	Fri Sep 26 17:05:23 2008 +0200
@@ -0,0 +1,38 @@
+
+MasqMail for Debian
+-------------------
+
+This is the Debian package of my MasqMail MTA.
+
+masqmail is an MTA specially designed for hosts with intermittent
+internet connections, i.e. hosts (or networks) at home or notebooks. It has
+special support for changing providers. It works both for sending mail
+(replacing exim, sendmail, postfix or qmail) and receiving mail (replacing
+fetchmail, but it also works in conjunction with fetchmail).
+
+Special support for 'changing providers' means individual configurations
+depending on the current connection to the internet and rewriting of sender
+addresses.
+
+It has been compiled with the options:
+                --prefix=/usr --mandir='$${prefix}/share/man' \
+                --with-logdir=/var/log/masqmail \
+                --with-spooldir=/var/spool/masqmail \
+                --with-user=mail --with-group=mail \
+                --with-confdir=/etc/masqmail \
+                --with-liblockfile \
+                --enable-auth \
+                --enable-ident \
+                --enable-maildir
+
+i.e. with ESMTP AUTH support, with ident support and with Maildir support.
+
+You will find all information necessary to configure masqmail in the man
+pages masqmail (8), masqmail.conf (5), masqmail.route (5), masqmail.get (5)
+and masqmail.aliases (5). Its configuration files live in the directory
+/etc/masqmail/ and in /etc/aliases.
+
+For more information about masqmail see
+http://masqmail.cx/masqmail
+
+Oliver Kurth <oku@masqmail.cx> Tue, 16 Apr 2002 13:44:18 +0200