ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.8 -> 1.9
--- lmtp2nntp.pod 2001/08/28 13:12:58 1.8
+++ lmtp2nntp.pod 2001/08/29 14:58:21 1.9
@@ -11,10 +11,10 @@
[B<-d> I<deliverymode>]
[B<-g> I<groupmode>]
[B<-h> I<host>[I<:port>]]
+[B<-m> I<maxmessagesize>]
[B<-t> I<tracefile>]
[B<-v>]
[B<-V>]
-I<newsgroup> [I<newsgroup> ...]
B<FIXME NOT YET IMPLEMENTED>
[B<-o> I<origin>]
[B<-j> I<hostname>]
@@ -53,6 +53,11 @@
LMTP and NNTP protocol timeouts (in seconds).
+=item [B<-m> I<maxmessagesize>]
+
+Maximum message size in bytes. Default is 8388608 (8M). Values below 64 are
+considered unacceptable small.
+
=item B<-p> I<protocol>
Incoming protocol. Default is C<stdin> which means B<lmtp2nntp>
@@ -126,7 +131,26 @@
=head1 SENDMAIL INTEGRATION
- Mlmtp2nntp, P=/... /*FIXME*/
+t.virtusertable
+
+ # mail to news gateway
+ posting+*@mail.de.cw.net %2@lmtp2nntp
+
+t.mailertable
+
+ # mail to news gateway
+ lmtp2nntp lmtp2nntp:visp.engelschall.com
+
+sendmail.m4
+
+ dnl # Mailer: LMTP2NNTP (mail to news gateway)
+ define(`LMTP2NNTP_MAILER_PATH', `confMYBINDIR/lmtp2nntp')
+ define(`LMTP2NNTP_MAILER_MAX', `100000')
+ define(`LMTP2NNTP_MAILER_DELIVERYMODE', `post')
+ define(`LMTP2NNTP_MAILER_GROUPMODE', `envelope')
+ define(`LMTP2NNTP_MAILER_ARGS', `-t confMYVARDIR/lmtp2nntp.log')
+ define(`LMTP2NNTP_MAILER_GROUPS', `cw.\* en.\*')
+ MAILER(lmtp2nntp)
=head1 EXAMPLE
|
|