Skip to content

Commit 10b30d9

Browse files
committed
Document IPv6 feature
1 parent 3abb9bb commit 10b30d9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

popa3d.8

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ popa3d \- Post Office Protocol (POP3) server
55
.B popa3d
66
.RB [ -D ]
77
.RB [ -V ]
8+
.RB [ -4 ]
9+
.RB [ -6 ]
810
.SH DESCRIPTION
911
.B popa3d
1012
is a Post Office Protocol version 3 (POP3) server.
@@ -44,6 +46,23 @@ In this mode
4446
also does quite a few checks to significantly reduce the impact of
4547
connection flood attacks.
4648
.TP
49+
.B -4
50+
When used with
51+
.BR -D ,
52+
listen on
53+
.BR 0.0.0.0 .
54+
.TP
55+
.B -6
56+
When used with
57+
.BR -D ,
58+
listen on
59+
.BR :: .
60+
If both
61+
.B -4
62+
and
63+
.B -6
64+
are combined, listen on a dual-stack socket.
65+
.TP
4766
.B -V
4867
Print version information and exit.
4968
.SH COMMANDS

0 commit comments

Comments
 (0)