diff options
author | rse <rse@FreeBSD.org> | 2001-11-12 22:56:15 +0800 |
---|---|---|
committer | rse <rse@FreeBSD.org> | 2001-11-12 22:56:15 +0800 |
commit | dc1b3a66d0829f3f6cb001d67f7d3bedfef58c30 (patch) | |
tree | 5c36d9d250ef978b319f2ef934f9f4861b761698 /mail/Makefile | |
parent | b2c5f4b367ce78fb9a3ac90fc7c0499375cdbc4b (diff) | |
download | freebsd-ports-gnome-dc1b3a66d0829f3f6cb001d67f7d3bedfef58c30.tar.gz freebsd-ports-gnome-dc1b3a66d0829f3f6cb001d67f7d3bedfef58c30.tar.zst freebsd-ports-gnome-dc1b3a66d0829f3f6cb001d67f7d3bedfef58c30.zip |
Add new port: OSSP lmtp2nntp 1.1.0
The OSSP lmtp2nntp program is an LMTP service for use in conjunction
with an MTA (like Sendmail), providing a reliable real-time mail to news
gateway. Input messages get their headers slightly reformatted to match
Usenet news article format. The article is then posted or feeded into
a remote NNTP service (like INN). Delivery must take place immediately
or the transaction fails. OSSP lmtp2nntp relies on the queuing
capabilities of the MTA in order to provide a fully reliable service.
For this the program returns proper delivery status notification which
indicates successful completed action, persistent transient failure or
permanent failure.
Submitted by: Thomas Lotterer <thomas.lotterer@cw.com>
Reviewed by: Ralf S. Engelschall <rse@freebsd.org>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a113a8424e18..1395f9364042 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -71,6 +71,7 @@ SUBDIR += liboe SUBDIR += listar SUBDIR += listmanager + SUBDIR += lmtp2nntp SUBDIR += mahogany SUBDIR += mailagent SUBDIR += mailcrypt |