git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11648 ec53bebd-3082-4978-b11e-865c3cabbd6b
122 lines
3.3 KiB
Groff
122 lines
3.3 KiB
Groff
.\" Copyright (c) 2001 - 2002 Kungliga Tekniska Högskolan
|
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\"
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\"
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\"
|
|
.\" 3. Neither the name of the Institute nor the names of its contributors
|
|
.\" may be used to endorse or promote products derived from this software
|
|
.\" without specific prior written permission.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
.\" $Id$
|
|
.\"
|
|
.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
|