a9fd7c3ef3
- Check for tcpserver dependency in PATH rather than in ${PREFIX}/bin - Install additional documentation - Use DOCSDIR macro in pkg-plist - Cleanup and simplify Makefile - Make portlint(1) happy - Take maintainership PR: 53860 Submitted by: Sergei Kolobov <sergei@kolobov.com>
18 lines
787 B
Plaintext
18 lines
787 B
Plaintext
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.
|
|
|
|
Author: D. J. Bernstein <djb@cr.yp.to>
|
|
WWW: http://cr.yp.to/serialmail.html
|