diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-02 19:55:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-02 19:55:05 +0000 |
commit | 8e058493fca8aad5172de5c097fe87d17c67de29 (patch) | |
tree | d3bdf244545599812e6ebcc13ebaf123cb80af7b /mail/serialmail/pkg-descr | |
parent | 61588de77e5ecbb34ced747c5492ace69e229109 (diff) | |
download | ports-8e058493fca8aad5172de5c097fe87d17c67de29.tar.gz ports-8e058493fca8aad5172de5c097fe87d17c67de29.zip |
Notes
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 |