summaryrefslogtreecommitdiff
path: root/usr.sbin/popa3d/popa3d.8
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-07-20 17:07:35 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-07-20 17:07:35 +0000
commitd72d974d64e1d28e141b4b1ec0899eb48e58eca3 (patch)
treee9cfbf5a70ee10735e00daae36a57ea86fd7de90 /usr.sbin/popa3d/popa3d.8
parentc0994a25cb3e771d8ee589fb60bf9f35815eda76 (diff)
IPv6 support originally by itojun@ with standalone mode fixes by me.
Tested by several people in both inetd and standalone mode w/ IPv4 and IPv6.
Diffstat (limited to 'usr.sbin/popa3d/popa3d.8')
-rw-r--r--usr.sbin/popa3d/popa3d.813
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.sbin/popa3d/popa3d.8 b/usr.sbin/popa3d/popa3d.8
index 61389528de9..9d8d59a6c3d 100644
--- a/usr.sbin/popa3d/popa3d.8
+++ b/usr.sbin/popa3d/popa3d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: popa3d.8,v 1.11 2004/07/17 20:54:24 brad Exp $
+.\" $OpenBSD: popa3d.8,v 1.12 2004/07/20 17:07:34 millert Exp $
.\"
.\" Copyright (c) 2001-2003 Camiel Dobbelaar (cd@sentia.nl)
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Nd "Post Office Protocol (POP3) server"
.Sh SYNOPSIS
.Nm
-.Op Fl D | V
+.Op Fl 46DV
.Sh DESCRIPTION
.Nm
is a POP3 server.
@@ -60,6 +60,14 @@ To send mail, the SMTP protocol is commonly used; see
.Pp
The options are as follows:
.Bl -tag -width Ds
+.It Fl 4
+In standalone mode
+.Pq Fl D ,
+listen to IPv4 only.
+.It Fl 6
+In standalone mode
+.Pq Fl D ,
+listen to IPv6 only.
.It Fl D
With this option set,
.Nm
@@ -77,7 +85,6 @@ also does quite a few checks to significantly reduce the impact of
connection flood attacks.
.It Fl V
Show version information and exit.
-.Pp
.El
.Pp
Alternatively,