--- lmtp2nntp.pod 2001/09/05 15:01:57 1.17
+++ lmtp2nntp.pod 2001/09/07 13:53:16 1.18
@@ -33,7 +33,6 @@
=head1 SYNOPSIS
B<lmtp2nntp>
-[B<-V>]
[B<-b> I<bindaddr>[I<:port>]
[B<-d> I<deliverymode>]
[B<-g> I<groupmode>]
@@ -41,14 +40,13 @@
[B<-m> I<mailfrom>]
[B<-n> I<nodename>]
[B<-s> I<size>]
-[B<-t> I<tracefile>]
+[B<-l> I<level>[:I<logfile>]]
[B<-v>]
[B<-w> I<waittime>]
I<newsgroup> [I<newsgroup> ...]
B<FIXME NOT YET IMPLEMENTED>
[B<-i> I<messageid>]
-[B<-l> I<logtarget>]
=head1 DESCRIPTION
@@ -64,10 +62,6 @@
=over 4
-=item B<-V>
-
-Print version information.
-
=item B<-b> I<bindaddr>[I<:port>]
Bind address and/or port to be used by the LMTP client. If an address is
@@ -132,15 +126,9 @@
Size limitation on message in bytes. Default is 8388608 (8M). Values below 64
are considered unacceptable small.
-=item B<-t> I<tracefile>
-
-Enable LMTP and NNTP protocol tracing into tracefile. When using C<syslog:>
-these messages are logged with C<debug> level.
-
=item B<-v>
-Enable verbose processing messages in logfile. When using C<syslog:> these
-messages are logged with C<info> level.
+Print version information.
=item B<-w> I<waittime>
@@ -157,38 +145,10 @@
B<FIXME NOT YET IMPLEMENTED>
-=item B<-o> I<origin>
-
-Outgoing network IP address or hostname to bind to.
-
=item B<-i> I<messageid>
Message id of MTA (for logging purposes only).
-=item B<-p> I<protocol>
-
-Incoming protocol. Default is C<stdin> which means B<lmtp2nntp>
-reads the incoming mail from F<stdin> in RFC822 message format and reports errors to F<stderr>.
-Alternatively if I<protocol> is C<LMTP>, B<lmtp2nntp> speaks Local Mail
-Transport Protocol (LMTP) according to RFC 2033 on F<stdin>/F<stdout>.
-
-=item B<-l> C<stderr>
-
-=item B<-l> C<syslog>[C<:>I<facility>]
-
-=item B<-l> C<file:>I<localfile>
-
-
-Logging target. This option can be specified more than once. Default is no
-logging. Default I<facility> for C<syslog:> is C<lmtp2nntp>.
-
-=item B<-L> I<level>
-
-Logging level. Default is C<warn>. Possible levels from highest priority with
-least output to lowest priority with most most outpout are C<panic>,
-C<critical>, C<error>, C<warning>, C<notice>, C<info>, C<trace>, C<debug>
-where the chosen level includes all levels with higher priority.
-
=back
=head1 SENDMAIL INTEGRATION
|