From 2d18d0f185dc16ab2c70ce31f02c02df4ccb3d3f Mon Sep 17 00:00:00 2001 From: Unknown <> Date: Thu, 31 Aug 2006 00:18:43 +0000 Subject: [PATCH] add files for 2006-08-31T00:18:43Z --- src/ipopd/ipopd.8 | 75 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 src/ipopd/ipopd.8 diff --git a/src/ipopd/ipopd.8 b/src/ipopd/ipopd.8 new file mode 100644 index 0000000..95a5b09 --- /dev/null +++ b/src/ipopd/ipopd.8 @@ -0,0 +1,75 @@ +.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 IPOPD 8 "August 30, 2006" +.UC 5 +.SH NAME +IPOPd \- Post Office Protocol server +.SH SYNOPSIS +.B /usr/etc/ipop2d +.PP +.B /usr/etc/ipop3d +.SH DESCRIPTION +.I ipop2d +and +.I ipop3d +are servers which support the +.B POP2 +and +.B POP3 +remote mail access protocols respectively. +.I ipop2d +and +.I ipop3d +can also be used by +.B POP2 +and +.B POP3 +clients respecitively to access mailboxes on +.B IMAP +servers by specifying a login user name in the form : +e.g., +.B SERVER.WASHINGTON.EDU:SMITH. +.PP +These daemons contain CRAM-MD5 and APOP support. See the md5.txt +documentation file for additional information. +.PP +.I ipop2d +and +.I ipop3d +are invoked by the internet server (see +.IR inetd (8)), +normally for requests to connect to the +.B POP +port as indicated by the +.I /etc/services +file (see +.IR services (5)). +.SH "SEE ALSO" +imapd(8) +.SH BUGS +The +.B POP2 +and +.B POP3 +protocols are intrinsically less flexible than +.B IMAP +and do not maintain `read' vs `unread' state on the server. As a result, +most +.B POP +based software transfers all the mail from the server to the client and +deletes it from the server. This necessarily locks the user into using only +a single client. +.PP +.B POP3 +does not allow you to specify an alternate folder from the user's default. -- 2.40.0