From 5f9548982e95d4fba5e6ee933c2e0e7a3e4b753b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 16 Nov 1996 18:38:17 +0000 Subject: [PATCH] updated git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@986 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/popper.8 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/appl/popper/popper.8 b/appl/popper/popper.8 index 62e62f30d..de62ef5b4 100644 --- a/appl/popper/popper.8 +++ b/appl/popper/popper.8 @@ -18,6 +18,7 @@ popper \- pop 3 server .SH SYNOPSIS .B /usr/etc/popper [ -d ] +[ -a ] [ -k ] [ -t trace-file] [ -i ] @@ -33,7 +34,9 @@ send electronic mail on behalf of a client. The .B \-d 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 flag turns on debugging and saves the trace information in .I trace\-file @@ -42,6 +45,12 @@ using fprintf(s). The .B \-k 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 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.