We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abb9bb commit 10b30d9Copy full SHA for 10b30d9
popa3d.8
@@ -5,6 +5,8 @@ popa3d \- Post Office Protocol (POP3) server
5
.B popa3d
6
.RB [ -D ]
7
.RB [ -V ]
8
+.RB [ -4 ]
9
+.RB [ -6 ]
10
.SH DESCRIPTION
11
12
is a Post Office Protocol version 3 (POP3) server.
@@ -44,6 +46,23 @@ In this mode
44
46
also does quite a few checks to significantly reduce the impact of
45
47
connection flood attacks.
48
.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
57
58
59
+.BR :: .
60
+If both
61
62
+and
63
64
+are combined, listen on a dual-stack socket.
65
66
.B -V
67
Print version information and exit.
68
.SH COMMANDS
0 commit comments