diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-04-21 01:00:29 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-04-21 01:00:29 +0000 |
commit | 231aec8e37112d4312caa98a79bcd7da0fe2a6a1 (patch) | |
tree | a633169cff00809aee6b11cdb29baa0616162c2a /mail/serialmail/PLIST | |
parent | 3735bb972b5cdc73d69c954d2cd013f2d1226c28 (diff) | |
download | pkgsrc-231aec8e37112d4312caa98a79bcd7da0fe2a6a1.tar.gz |
Initial import of serialmail 0.75.
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 is designed to handle three common types of mail delivery
between a dialup computer and an ISP:
* Delivery to the ISP. The dialup computer sends all outgoing mail
to the ISP.
* AutoTURN delivery from the ISP. After the dialup computer makes
an SMTP connection to the ISP, it automatically receives an
SMTP connection back from the ISP if there is any new mail for
it. This provides the same power as ETRN but does not require
a special client.
* User-controlled delivery from the ISP. A user with a shell account
can switch from qmail-pop3d to serialmail without pestering the
sysadmin. The user can also decide whether undeliverable messages
should be left for POP retrieval or bounced back to the sender.
Diffstat (limited to 'mail/serialmail/PLIST')
-rw-r--r-- | mail/serialmail/PLIST | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/serialmail/PLIST b/mail/serialmail/PLIST new file mode 100644 index 00000000000..c09897ee633 --- /dev/null +++ b/mail/serialmail/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/04/21 01:00:29 schmonz Exp $ +bin/maildirqmtp +bin/maildirserial +bin/maildirsmtp +bin/serialqmtp +bin/serialsmtp +man/cat1/maildirqmtp.0 +man/cat1/maildirserial.0 +man/cat1/maildirsmtp.0 +man/cat1/serialqmtp.0 +man/cat1/serialsmtp.0 +man/man1/maildirqmtp.1 +man/man1/maildirserial.1 +man/man1/maildirsmtp.1 +man/man1/serialqmtp.1 +man/man1/serialsmtp.1 +share/doc/serialmail/AUTOTURN +share/doc/serialmail/FROMISP +share/doc/serialmail/TOISP +@dirrm share/doc/serialmail |