bf1c949c88
4.1 * IPv6 support * Significantly improved performance * Cygwin compatibility (for use under Windows) * Ability to execute arbitrary programs when users log in * And lots more
52 lines
1.7 KiB
Text
52 lines
1.7 KiB
Text
$NetBSD: patch-ae,v 1.12 2012/03/22 14:13:29 taca Exp $
|
|
|
|
--- man/popauth.8.orig 2011-05-30 19:13:39.000000000 +0000
|
|
+++ man/popauth.8
|
|
@@ -7,11 +7,11 @@
|
|
.\" See License.txt file for terms and conditions for modification and
|
|
.\" redistribution.
|
|
.\"
|
|
-.TH POPAUTH 8
|
|
+.TH QPOPAUTH 8
|
|
.SH NAME
|
|
-popauth \-\- manipulate POP authorization DB
|
|
+qpopauth \-\- manipulate POP authorization DB
|
|
.SH SYNOPSIS
|
|
-.B popauth
|
|
+.B qpopauth
|
|
[
|
|
.BI \-trace " tracefile"
|
|
] [
|
|
@@ -46,18 +46,18 @@ popauth \-\- manipulate POP authorizatio
|
|
]
|
|
|
|
.SH DESCRIPTION
|
|
-The \fIpopauth\fR program allows POP subscribers to add or change the secret
|
|
+The \fIqpopauth\fR program allows POP subscribers to add or change the secret
|
|
values used to generate their authentication credentials, or to verify the
|
|
existance of their records.
|
|
|
|
In addition, the super\-user or master POP user can add, delete, or reset
|
|
credential data for a user, or list which records exist. Only the
|
|
-super\-user may initialize the database. \fIpopauth\fR is useful only when
|
|
+super\-user may initialize the database. \fIqpopauth\fR is useful only when
|
|
the APOP (or SCRAM) configuration option is defined. See the INSTALL file
|
|
in the Qpopper distribution for more information.
|
|
|
|
Under normal usage,
|
|
-\fIpopauth\fR prompts for a new secret,
|
|
+\fIqpopauth\fR prompts for a new secret,
|
|
just like the \fIpasswd\fR program. It then updates the authorization DB.
|
|
|
|
With the
|
|
@@ -85,8 +85,8 @@ With the
|
|
switch, the super-user or master POP user can remove
|
|
a user entry from the authorization DB.
|
|
.SH FILES
|
|
-/etc/pop.auth.* POP authorization DB
|
|
+@PKG_SYSCONFDIR@/etc/pop.auth.* POP authorization DB
|
|
.SH ACKNOWLEDGEMENTS
|
|
This program was derived from MH 6.8.3
|
|
.SH SEE ALSO
|
|
-popper(8), poppassd(8)
|
|
+qpopper(8), poppassd(8)
|