masqmail-0.2

diff debian/control @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children af25f5c39d90
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/debian/control	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +Source: masqmail
     1.5 +Section: mail
     1.6 +Priority: extra
     1.7 +Maintainer: Oliver Kurth <oku@debian.org>
     1.8 +Standards-Version: 3.5.7
     1.9 +Build-Depends: debhelper (>> 3.0), liblockfile-dev, libglib2.0-dev, libident-dev
    1.10 +
    1.11 +Package: masqmail
    1.12 +Architecture: any
    1.13 +Depends: ${shlibs:Depends}, debconf (>> 0.5) | debconf-2.0, netbase
    1.14 +Replaces: mail-transport-agent
    1.15 +Provides: mail-transport-agent
    1.16 +Suggests: mail-reader, logrotate
    1.17 +Conflicts: mail-transport-agent
    1.18 +Description: A mailer for hosts without permanent internet connection
    1.19 + MasqMail is a MTA (mail transport agent) and POP3 client for hosts 
    1.20 + that don't have a permanent internet connection, eg. a home network 
    1.21 + or a single host at home and notebooks. It has special support for
    1.22 + connections to different ISPs.
    1.23 + .
    1.24 + In these cases, MasqMail is a slim replacement for full-blown MTAs 
    1.25 + such as sendmail, exim, qmail or postfix. The POP3 client can be
    1.26 + a small replacement for other full-featured tools like fetchmail.