imapd
时间:2006-08-13 来源:anima
imapd
imapd [options]
TCP/IP command. The Interactive Mail Access Protocol (IMAP) server daemon. imapd is invoked by xinetd and listens on port 143 for requests from IMAP clients. IMAP allows mail programs to access remote mailboxes as if they were local. IMAP is a richer protocol than POP because it allows a client to retrieve message-level information from a server mailbox instead of the entire mailbox. IMAP can be used for online and offline reading. The popular Pine mail client contains support for IMAP. There are several versions of imapd available. Here we document the Cyrus IMAP server.
Options
-C fileRead configuration options from file instead of /etc/imapd.conf.
-sEncrypt data using the Secure Socket Layer (SSL).
-T nWait n seconds for a new connection before closing the process. The default is 60.
-U nReuse process for new connections no more than n times.