ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.10 -> 1.11
--- lmtp2nntp.pod 2001/08/30 08:35:44 1.10
+++ lmtp2nntp.pod 2001/08/30 09:01:59 1.11
@@ -13,12 +13,12 @@
[B<-g> I<groupmode>]
[B<-h> I<host>[I<:port>][,I<host>[I<:port>], ...]]
[B<-m> I<maxmessagesize>]
+[B<-n> I<hostname>]
[B<-t> I<tracefile>]
[B<-v>]
I<newsgroup> [I<newsgroup> ...]
B<FIXME NOT YET IMPLEMENTED>
[B<-o> I<origin>]
-[B<-j> I<hostname>]
[B<-i> I<messageid>]
[B<-T> I<timeout>]
[B<-l> I<logtarget>]
@@ -66,7 +66,7 @@
arguments. However, in these modes the command line arguments are filters
representing allowed groups. Filters can be specified as wildmat's.
-=item [B<-h> I<host>[I<:port>][,I<host>[I<:port>], ...]]
+=item B<-h> I<host>[I<:port>][,I<host>[I<:port>], ...]
Hostname or address and optional TCP port of a NNTP service. Unless a port is
specified, getserbyname(nntp) is queried with fallback to 119/tcp. If C<-h>
@@ -81,11 +81,16 @@
In regard to this program they must provide the same groups and talk to each
other.
-=item [B<-m> I<maxmessagesize>]
+=item B<-m> I<maxmessagesize>
Maximum message size in bytes. Default is 8388608 (8M). Values below 64 are
considered unacceptable small.
+=item B<-n> I<nodename>
+
+Own FQDN used in LMTP and NNTP protocols. This overrides the nodename returned
+by uname(3).
+
=item B<-t> I<tracefile>
Enable LMTP and NNTP protocol tracing into tracefile. When using C<syslog:>
@@ -108,10 +113,6 @@
Outgoing network IP address or hostname to bind to.
-=item B<-j> I<hostname>
-
-Own FQDN used in LMTP and NNTP protocols.
-
=item B<-i> I<messageid>
Message id of MTA (for logging purposes only).
|
|