]> git.ipfire.org Git - people/ms/dma.git/blob - control
Implement local mailbox locking using liblockfile's maillock(3) function.
[people/ms/dma.git] / control
1 Source: dma
2 Section: mail
3 Priority: optional
4 Maintainer: Peter Pentchev <roam@ringlet.net>
5 Build-Depends: debhelper (>= 5), byacc, flex, liblockfile-dev, libssl-dev, pmake, quilt
6 Standards-Version: 3.8.0
7 Homepage: http://devel.ringlet.net/mail/dma/
8 Vcs-Svn: http://svn.ringlet.net/svn/ringlet/mail/dma/trunk/dma-pkg/debian/
9 Vcs-Browser: http://svn.ringlet.net/cgi-bin/viewvc/viewvc.cgi/ringlet/mail/dma/trunk/dma-pkg/debian/
10
11 Package: dma
12 Architecture: any
13 Depends: liblockfile1 (>> 1.01), ${shlibs:Depends}, ${misc:Depends}
14 Provides: mail-transport-agent
15 Conflicts: mail-transport-agent
16 Replaces: mail-transport-agent
17 Description: the DragonFly Mail Agent, a lightweight MTA
18 The DragonFly Mail Agent is a small Mail Transport Agent (MTA),
19 designed for home and office use. It accepts mails from locally
20 installed Mail User Agents (MUA) and delivers the mails either locally
21 or to a remote destination. Remote delivery includes several features
22 like TLS/SSL support and SMTP authentication.
23 .
24 dma is not intended as a replacement for real, big MTAs like Sendmail,
25 Postfix, or Exim. Consequently, dma does not listen on port 25 for
26 incoming connections.