From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 15:00:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2C97516A47B for ; Fri, 5 Jan 2007 15:00:39 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03.coxmail.com (dukecmmtao03.coxmail.com [68.99.120.70]) by mx1.freebsd.org (Postfix) with ESMTP id B707C13C441 for ; Fri, 5 Jan 2007 15:00:38 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03 ([172.18.22.61]) by dukecmmtao03.coxmail.com (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20070105150038.RFTV60.dukecmmtao03.coxmail.com@dukecmmtao03> for ; Fri, 5 Jan 2007 10:00:38 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Fri, 5 Jan 2007 7:00:37 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070105150038.RFTV60.dukecmmtao03.coxmail.com@dukecmmtao03> Subject: imap-uw manuals - configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 15:00:39 -0000 I am gaving some difficulty with my pop server -- There are no man pages for imap-uw -- can anyone point me to some guidance.. Here are some details: /etc/rc.conf includes: inetd_enable="YES" inetd.conf includes: pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd /usr/local/libexec includes: -r-xr-xr-x 1 root wheel 69600 Jan 2 01:00 imapd -r-xr-xr-x 1 root wheel 20224 Jan 2 01:00 ipop2d -r-xr-xr-x 1 root wheel 24256 Jan 2 01:00 ipop3d [root@dns1 /usr/local/libexec]# pkg_info | grep imap imap-uw-2004g_1,1 University of Washington IMAP4rev1/POP2/POP3 mail servers thanks