update to reflect new po-box syntax
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5034 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -17,24 +17,31 @@ fetch mail via POP
|
|||||||
.Oo Fl p Ar port-spec \*(Ba Xo
|
.Oo Fl p Ar port-spec \*(Ba Xo
|
||||||
.Fl -port= Ns Ar port-spec Oc
|
.Fl -port= Ns Ar port-spec Oc
|
||||||
.Xc
|
.Xc
|
||||||
.Ar hostname Ns Oo : Ns Ar username Oc
|
.Ar po-box
|
||||||
.Pa filename
|
.Pa filename
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
retrieves mail for
|
retrieves mail from the post office box
|
||||||
.Ar username
|
.Ar po-box ,
|
||||||
from the post office at
|
and stores the mail in mbox format in
|
||||||
.Ar hostname ,
|
|
||||||
and stores the mail in mbox format
|
|
||||||
.Pa filename .
|
.Pa filename .
|
||||||
|
The
|
||||||
|
.Ar po-box
|
||||||
|
can have any of the following formats:
|
||||||
|
.Bl -hang -compact -offset indent
|
||||||
|
.It Ql hostname:username
|
||||||
|
.It Ql po:hostname:username
|
||||||
|
.It Ql username@hostname
|
||||||
|
.It Ql po:username@hostname
|
||||||
|
.It Ql hostname
|
||||||
|
.It Ql po:username
|
||||||
|
.El
|
||||||
|
|
||||||
If no username is specified,
|
If no username is specified,
|
||||||
.Nm
|
.Nm
|
||||||
assumes that it's the same as on the local machine. If
|
assumes that it's the same as on the local machine;
|
||||||
.Ar hostname
|
.Ar hostname
|
||||||
is
|
defaults to the value of the
|
||||||
.\" Li is parsed, so we need to quote po...
|
|
||||||
.Ql \&po ,
|
|
||||||
the hostname is taken from the
|
|
||||||
.Ev MAILHOST
|
.Ev MAILHOST
|
||||||
environment variable.
|
environment variable.
|
||||||
|
|
||||||
@@ -76,8 +83,7 @@ that fails, Kerberos 4.
|
|||||||
|
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Ev MAILHOST
|
.It Ev MAILHOST
|
||||||
points to the post office, if the hostname is specified as
|
points to the post office, if no other hostname is specified.
|
||||||
.Ql \&po
|
|
||||||
.El
|
.El
|
||||||
.\".Sh FILES
|
.\".Sh FILES
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
|
Reference in New Issue
Block a user