summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/popper/popper.8
blob: 1493fd7c8e19ffede1389e39a358773a077ec4ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.\" $Id: popper.8,v 1.7 2002/08/20 16:37:05 joda Exp $
.\"
.Dd August 13, 2001
.Dt POPPER 8
.Os HEIMDAL
.Sh NAME
.Nm popper
.Nd
POP3 server
.Sh SYNOPSIS
.Nm
.Op Fl k
.Op Fl a Ar none Ns \*(Ba Ns otp
.Op Fl t Ar file
.Op Fl T Ar seconds
.Op Fl d
.Op Fl i
.Op Fl p Ar port
.Op Fl -address-log= Ns Pa file
.Sh DESCRIPTION
.Nm
serves mail via the Post Office Protocol.  Supported options include:
.Bl -tag -width Ds
.It Xo
.Fl a Ar none Ns \*(Ba Ns otp ,
.Fl -auth-mode= Ns Ar none Ns \*(Ba Ns otp
.Xc
tells
.Nm
what authentication modes are acceptable, passing
.Ar otp
disables clear text passwords. This has only effect when not using
Kerberos authentication.
.It Xo
.Fl -address-log= Ns Pa file
.Xc
logs the addresses of all clients to the specified file
.It Xo
.Fl d ,
.Fl -debug
.Xc
enables more verbose log messages
.It Xo
.Fl i ,
.Fl -interactive
.Xc
when not started by inetd, this flag tells
.Nm
that it has to create a socket by itself
.It Xo
.Fl k ,
.Fl -kerberos
.Xc
tells
.Nm
to use the Kerberos for authentication.
.It Xo
.Fl p Ar port ,
.Fl -port= Ns Ar port
.Xc
port to listen to, in combination with
.Fl i
.It Xo
.Fl t Ar file ,
.Fl -trace-file= Ns Ar file
.Xc
trace all command to file
.It Xo
.Fl T Ar seconds ,
.Fl -timeout= Ns Ar seconds
.Xc
set timeout to something other than the default of 120 seconds
.El
.\".Sh ENVIRONMENT
.\".Sh FILES
.\".Sh EXAMPLES
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr push 8 ,
.Xr movemail 8
.Sh STANDARDS
RFC1939 (Post Office Protocol - Version 3)
.\" RFC2449 (POP3 Extension Mechanism)
.\".Sh HISTORY
.Sh AUTHORS
The server was initially developed at the University of California,
Berkeley.
.Pp
Many changes has been made as part of the KTH Kerberos distributions.
.\".Sh BUGS
OpenPOWER on IntegriCloud