summaryrefslogtreecommitdiff
path: root/mail/poppassd/files/poppassd.8
diff options
context:
space:
mode:
Diffstat (limited to 'mail/poppassd/files/poppassd.8')
-rw-r--r--mail/poppassd/files/poppassd.865
1 files changed, 0 insertions, 65 deletions
diff --git a/mail/poppassd/files/poppassd.8 b/mail/poppassd/files/poppassd.8
deleted file mode 100644
index debc8d1746f8..000000000000
--- a/mail/poppassd/files/poppassd.8
+++ /dev/null
@@ -1,65 +0,0 @@
-.Dd August 22, 1996
-.Dt POPPASSD 8
-.Os BSD 4.4
-.Sh NAME
-.Nm poppassd
-.Nd Eudora password change server
-.Sh SYNOPSIS
-.Nm /usr/local/libexec/poppassd
-.Sh DESCRIPTION
-.Nm
-is a server that allows users of Eudora, PCEudora,
-NUPOP and similar programs to change their password using their mail agent.
-.Pp
-.Nm
-is invoked by the internet server (see
-.Xr inetd 8 )
-for requests to connect to the pop3pw port as indicated by the
-.Pa /etc/services
-file (see
-.Xr services 5 ) .
-.Pp
-.Sh EXAMPLES
-Assuming the
-.BB poppassd
-binary is located in
-.Pa /usr/local/libexec
-an entry like:
-.Pp
-.Bd -offset left
-pop3pw stream tcp nowait root /usr/local/libexec/poppassd poppassd
-.Ed
-.Pp
-is required in the
-.Pa /etc/inetd.conf
-file.
-.Pp
-An entry like:
-.Pp
-pop3pw 106/tcp
-.Pp
-is required in the
-.Pa /etc/services
-file.
-.Pp
-Assuming you wish
-.BB poppassd
-to log errors to
-.Pa /var/log/pop.log
-an entry like:
-.Pp
-local2.err /var/log/pop.log
-.Pp
-is required in
-.Pa /etc/syslog.conf .
-.Pp
-.Sh FILES
-.nf
-/etc/services
-/etc/syslog.conf logging specifications
-/etc/inetd.conf poppassd invocation
-.fi
-.Sh "SEE ALSO"
-.Xr inetd 8 ,
-.Xr services 5 ,
-.Xr popper 8