diff options
author | steve <steve@FreeBSD.org> | 1999-01-03 03:55:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-03 03:55:05 +0800 |
commit | 2d7659f08f521d0b9a21bb0b71f4ad6531c8b81b (patch) | |
tree | 1b77b8c96bea9789d4c1a3ea2e4b39c38f0c568c /mail/serialmail/pkg-descr | |
parent | 0e63b3931ffc6d1a1dccf7a6d812be9fcf26a333 (diff) | |
download | freebsd-ports-gnome-2d7659f08f521d0b9a21bb0b71f4ad6531c8b81b.tar.gz freebsd-ports-gnome-2d7659f08f521d0b9a21bb0b71f4ad6531c8b81b.tar.zst freebsd-ports-gnome-2d7659f08f521d0b9a21bb0b71f4ad6531c8b81b.zip |
Initial import of serialmail version 0.75.
Tools for passing mail across serial links.
PR: 8564
Submitted by: Tom Hukins <tom@eborcom.com>
Diffstat (limited to 'mail/serialmail/pkg-descr')
-rw-r--r-- | mail/serialmail/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/serialmail/pkg-descr b/mail/serialmail/pkg-descr new file mode 100644 index 000000000000..f68386617c8a --- /dev/null +++ b/mail/serialmail/pkg-descr @@ -0,0 +1,16 @@ +serialmail is a collection of tools for passing mail across serial +links. It works with qmail: you use qmail to deliver messages to a +maildir, and then serialmail to deliver messages out of the maildir. + +serialmail uses ucspi-tcp/tcpclient for networking. It can also be used +with future UCSPI clients for transparent compression, IPv6, etc. + +serialmail supports SMTP, including ESMTP PIPELINING, and QMTP. + +serialmail is under user control. A user delivering messages to a +maildir, and picking up the messages through qmail-pop3d, can switch to +maildirsmtp without pestering the sysadmin. The user can also decide +whether undeliverable messages should be left for POP retrieval or +bounced back to the sender. + +http://pobox.com/~djb/serialmail.html |