diff options
Diffstat (limited to 'usr.sbin/popa3d/popa3d.8')
-rw-r--r-- | usr.sbin/popa3d/popa3d.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/popa3d/popa3d.8 b/usr.sbin/popa3d/popa3d.8 index 9d8d59a6c3d..e37a3e0b6b9 100644 --- a/usr.sbin/popa3d/popa3d.8 +++ b/usr.sbin/popa3d/popa3d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: popa3d.8,v 1.12 2004/07/20 17:07:34 millert Exp $ +.\" $OpenBSD: popa3d.8,v 1.13 2004/09/15 22:44:35 jmc Exp $ .\" .\" Copyright (c) 2001-2003 Camiel Dobbelaar (cd@sentia.nl) .\" All rights reserved. @@ -94,13 +94,13 @@ can be used through This requires the following entry to be activated in .Pa /etc/inetd.conf : .Pp -.Pa pop3 stream tcp nowait root /usr/sbin/popa3d popa3d +.Dl pop3 stream tcp nowait root /usr/sbin/popa3d popa3d .Pp or, using .Xr tcpd 8 for TCP-wrappers access control: .Pp -.Pa pop3 stream tcp nowait root /usr/libexec/tcpd /usr/sbin/popa3d +.Dl pop3 stream tcp nowait root /usr/libexec/tcpd /usr/sbin/popa3d .Pp For access to a mailbox through the POP3 service, the username must be in the password database. @@ -147,7 +147,7 @@ the server enters the update state. All messages that were marked for deletion are now removed. The server then closes the connection. .Sh FILES -.Bl -tag -width Ds +.Bl -tag -width "/var/mailXX" .It Pa /var/mail User mail spools .It Pa /etc/hosts.allow, /etc/hosts.deny @@ -163,13 +163,13 @@ and is used in combination with .Xr tcpd 8 . .El .Sh SEE ALSO +.Xr hosts_access 5 , .Xr inetd 8 , -.Xr sendmail 8 +.Xr sendmail 8 , +.Xr tcpd 8 .Pp -Official Internet Protocol Standard -.%T STD 53 , -also known as -.%T RFC 1939 . +Official Internet Protocol Standard STD 53, +also known as RFC 1939. .Pp http://www.openwall.com/popa3d/ .Sh HISTORY |