freebsd-ports/mail/popper/files/patch-ac
SADA Kenji 96d4c405a7 Add a notation about user restriction.
PR:	ports/10114
Submitted by:	Issei Suzuki <issei@jp.FreeBSD.ORG>
1999-02-26 14:51:31 +00:00

50 lines
1.7 KiB
Text

--- popper.8.orig Fri Jul 10 08:44:08 1998
+++ popper.8 Tue Feb 16 13:17:13 1999
@@ -16,7 +16,7 @@
.SH NAME
popper \- pop 3 server
.SH SYNOPSIS
-.B /usr/etc/popper
+.B /usr/local/libexec/popper
[ -d ]
[ -s ]
[ -k ]
@@ -136,7 +136,7 @@
systems with BSD 4.3 syslogging, the server logs (by default) to the
"local0" facility at priority "notice" for all messages except
debugging which is logged at priority "debug". The default log file is
-/usr/spool/mqueue/POPlog. These can be changed, if desired. On
+/var/log/messages. These can be changed, if desired. On
systems with 4.2 syslogging all messages are logged to the local log
file, usually /usr/spool/mqueue/syslog.
.SH DEBUGGING
@@ -170,7 +170,7 @@
.PP
The server implements two extended commands.
.PP
-XTND XMIT: Sends a mail message using /usr/lib/sendmail.
+XTND XMIT: Sends a mail message using /usr/sbin/sendmail.
.PP
XTND XLIST header [num]: Extracts and returns the specified header line
for the specified message number. If the "num" parameter is missing,
@@ -178,7 +178,8 @@
marked for deletion.
.SH FILES
.nf
-/usr/spool/mail mail files
+/var/mail mail files
+/etc/ftpusers list of unwelcome/restricted users
/etc/inetd.conf pop program invocation
/etc/syslog.conf logging specifications
~/.popbull largest bulletin number seen by user
--- popauth.8.orig Thu May 30 09:40:04 1996
+++ popauth.8 Fri Dec 6 17:12:21 1996
@@ -34,7 +34,7 @@
With the `\-delete' 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
+/usr/local/etc/popper/pop.auth.* POP authorization DB
.SH ACKNOWLEDGEMENTS
This program was derived from MH 6.8.3
.SH SEE ALSO