1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: serialmail
Section: non-free/mail
Priority: optional
Maintainer: Roberto Lumbreras <rover@debian.org>
Standards-Version: 2.4.0.0
Package: serialmail-src
Architecture: all
Depends: dpkg-dev (>= 1.4.0.20), patch (>= 2.5-0bo1), fakeroot | sudo, gcc, make
Description: tools for passing mail across serial links (source)
This is a source only package for building serialmail binary
package from source, because Dan Bernstein (serialmail's author)
only gives permission for qmail to be distributed in source form,
or binary for by approval.
.
Serialmail is for passing mail across serial links, like a modem
or a slow link: you use qmail to deliver messages to a maildir,
and then serialmail to deliver messages out of the maildir using
SMTP or QMTP.
.
Written by Dan J. Bernstein, serialmail uses ucspi-tcp/tcpclient
for networking, so it can be used with future UCSPI clients for
transparent compression, IPv6, etc.
|