diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2017-06-30 14:16:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-30 14:16:11 +0700 |
commit | e08d2594b5e20e6effc6682076fc40dfb1dede11 (patch) | |
tree | c1496c94e833fc48aa28f09aa34eac9fce6a638f /network/serialmail/README | |
parent | c8d1ca49e344ec5f1bd26540106eccf532db18b6 (diff) | |
download | slackbuilds-e08d2594b5e20e6effc6682076fc40dfb1dede11.tar.gz |
network/serialmail: Added (pass mail over intermittent links).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/serialmail/README')
-rw-r--r-- | network/serialmail/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/serialmail/README b/network/serialmail/README new file mode 100644 index 0000000000..afd32a03bc --- /dev/null +++ b/network/serialmail/README @@ -0,0 +1,12 @@ +serialmail (pass mail over intermittent links) + +NB: serialmail is only useful if you are running the qmail MTA. +Please check the entry for netqmail before installing serialmail. + +serialmail is a collection of tools originally designed for passing +mail across serial (dialup) links. Nowadays you can use it over +any intermittently available links, e.g. wifi at a conference. +serialmail works with qmail: you use qmail to deliver messages to a +maildir, and then serialmail to deliver messages out of the maildir. + +serialmail supports SMTP, including ESMTP PIPELINING, and QMTP. |