git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@986 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-16 18:38:17 +00:00
parent 79e290c37e
commit 5f9548982e

View File

@@ -18,6 +18,7 @@ popper \- pop 3 server
.SH SYNOPSIS .SH SYNOPSIS
.B /usr/etc/popper .B /usr/etc/popper
[ -d ] [ -d ]
[ -a ]
[ -k ] [ -k ]
[ -t trace-file] [ -t trace-file]
[ -i ] [ -i ]
@@ -33,7 +34,9 @@ send electronic mail on behalf of a client.
The The
.B \-d .B \-d
flag sets the socket to debugging and turns on debugging. All debugging flag sets the socket to debugging and turns on debugging. All debugging
information is saved using syslog(8). The information is saved using syslog(8).
.PP
The
.B \-t trace\-file .B \-t trace\-file
flag turns on debugging and saves the trace information in flag turns on debugging and saves the trace information in
.I trace\-file .I trace\-file
@@ -42,6 +45,12 @@ using fprintf(s).
The The
.B \-k .B \-k
flag tells popper to talk the kerberised POP protocol (KPOP). flag tells popper to talk the kerberised POP protocol (KPOP).
.PP
The
.B \-a
flag tells popper not to accept any cleartext passwords, but only OTPs.
.PP
The
.B \-i .B \-i
flag tells popper it has not been started by inetd and should create flag tells popper it has not been started by inetd and should create
its own socket and listen on it. This is useful for debugging. its own socket and listen on it. This is useful for debugging.