imapext-2007

diff src/imapd/imapd.8 @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/imapd/imapd.8	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,48 @@
     1.4 +.ig
     1.5 + * ========================================================================
     1.6 + * Copyright 1988-2006 University of Washington
     1.7 + *
     1.8 + * Licensed under the Apache License, Version 2.0 (the "License");
     1.9 + * you may not use this file except in compliance with the License.
    1.10 + * You may obtain a copy of the License at
    1.11 + *
    1.12 + *     http://www.apache.org/licenses/LICENSE-2.0
    1.13 + *
    1.14 + * 
    1.15 + * ========================================================================
    1.16 +..
    1.17 +.TH IMAPD 8 "August 30, 2006"
    1.18 +.UC 5
    1.19 +.SH NAME
    1.20 +IMAPd \- Internet Message Access Protocol server
    1.21 +.SH SYNOPSIS
    1.22 +.B /usr/etc/imapd
    1.23 +.SH DESCRIPTION
    1.24 +.I imapd
    1.25 +is a server which supports the
    1.26 +.B IMAP4rev1
    1.27 +remote mail access protocol as documented in RFC-3501.
    1.28 +.I imapd
    1.29 +is invoked by the internet server (see
    1.30 +.IR inetd (8)),
    1.31 +normally for requests to connect to the
    1.32 +.B IMAP
    1.33 +port as indicated by the
    1.34 +.I /etc/services
    1.35 +file (see
    1.36 +.IR services (5)).
    1.37 +Normally, this is port 143 for plaintext IMAP and 993 for SSL IMAP.
    1.38 +.PP
    1.39 +This daemons contains CRAM-MD5 support.  See the md5.txt documentation
    1.40 +file for additional information.
    1.41 +.PP
    1.42 +.I imapd
    1.43 +can also be accessed via
    1.44 +.IR rsh (1)
    1.45 +by many Unix-based clients.  To do this, the
    1.46 +.I imapd
    1.47 +binary must have a link to
    1.48 +.I /etc/rimapd
    1.49 +since this is where this software expects it to be located.
    1.50 +.SH "SEE ALSO"
    1.51 +rsh(1) ipopd(8)

UW-IMAP'd extensions by yuuji