OSSP CVS Repository

ossp - Check-in [704]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 704
Date: 2001-Aug-20 14:57:38 (local)
2001-Aug-20 12:57:38 (UTC)
User:thl
Branch:
Comment: Add first cut for INSTALL document with Sendmail info
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/INSTALL      added-> 1.1

ossp-pkg/lmtp2nntp/INSTALL -> 1.1

*** /dev/null    Fri Apr 26 11:55:00 2024
--- -    Fri Apr 26 11:56:00 2024
***************
*** 0 ****
--- 1,39 ----
+    
+ Sendmail Integration
+ ====================
+ 
+ Create an cf/mailer/lmtp2nntp.m4 files with the following contents:
+ ______________________________________________________________________
+ 
+ PUSHDIVERT(-1)
+ 
+ _DEFIFNOT(`LMTP2NNTP_MAILER_PATH',         `/usr/local/bin/lmtp2nntp')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_FLAGS',        `mDFMuXz')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_MAX',          `800000')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_NNTPSERVER',   `news')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_DELIVERYMODE', `post')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_GROUPMODE',    `envelope')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_ARGS',         `')
+ _DEFIFNOT(`LMTP2NNTP_MAILER_NEWSGROUPS',   `\*')
+ 
+ POPDIVERT
+ 
+ #########################################
+ ###   LMTP2NNTP Mailer specification  ###
+ #########################################
+ 
+ Mlmtp2nntp, P=LMTP2NNTP_MAILER_PATH, F=LMTP2NNTP_MAILER_FLAGS,
+             S=EnvFromSMTP/HdrFromSMTP, R=MasqSMTP, E=\r\n,
+             L=990, T=DNS/RFC822/SMTP, M=LMTP2NNTP_MAILER_MAX,
+             A=lmtp2nntp -d LMTP2NNTP_MAILER_DELIVERYMODE dnl
+                         -g LMTP2NNTP_MAILER_GROUPMODE dnl
+                         -h LMTP2NNTP_MAILER_NNTPSERVER dnl
+                         LMTP2NNTP_MAILER_NEWSGROUPS
+ ______________________________________________________________________
+ 
+ Add to your sendmail.m4 (or sendmail.mc) the following entry:
+ 
+ dnl #  Mailer: LMTP2NNTP (mail to news gateway)
+ dnl define(`LMTP2NNTP_MAILER_PATH', `/path/to/your/lmtp2nntp')
+ dnl MAILER(lmtp2nntp)
+ 

CVSTrac 2.0.1