From 9a4bb3b75b1b140c888cd2aa4e58601a1107c1dc Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 12 Nov 2001 14:56:15 +0000 Subject: 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 Reviewed by: Ralf S. Engelschall --- mail/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/Makefile') 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 -- cgit v1.2.3