From 094ca96844842928810f14844413109fc6cdd890 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 3 Feb 2013 00:59:38 -0700 Subject: Initial Alpine Version --- imap/src/imapd/imapd.8 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 imap/src/imapd/imapd.8 (limited to 'imap/src/imapd/imapd.8') diff --git a/imap/src/imapd/imapd.8 b/imap/src/imapd/imapd.8 new file mode 100644 index 00000000..2d2f8c8e --- /dev/null +++ b/imap/src/imapd/imapd.8 @@ -0,0 +1,48 @@ +.ig + * ======================================================================== + * Copyright 1988-2006 University of Washington + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * + * ======================================================================== +.. +.TH IMAPD 8 "August 30, 2006" +.UC 5 +.SH NAME +IMAPd \- Internet Message Access Protocol server +.SH SYNOPSIS +.B /usr/etc/imapd +.SH DESCRIPTION +.I imapd +is a server which supports the +.B IMAP4rev1 +remote mail access protocol as documented in RFC-3501. +.I imapd +is invoked by the internet server (see +.IR inetd (8)), +normally for requests to connect to the +.B IMAP +port as indicated by the +.I /etc/services +file (see +.IR services (5)). +Normally, this is port 143 for plaintext IMAP and 993 for SSL IMAP. +.PP +This daemons contains CRAM-MD5 support. See the md5.txt documentation +file for additional information. +.PP +.I imapd +can also be accessed via +.IR rsh (1) +by many Unix-based clients. To do this, the +.I imapd +binary must have a link to +.I /etc/rimapd +since this is where this software expects it to be located. +.SH "SEE ALSO" +rsh(1) ipopd(8) -- cgit v1.2.3-54-g00ecf