From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 16:55:18 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 BE7D616A403 for ; Fri, 5 Jan 2007 16:55:18 +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 38AF513C465 for ; Fri, 5 Jan 2007 16:55:18 +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 <20070105165516.ZJA60.dukecmmtao03.coxmail.com@dukecmmtao03> for ; Fri, 5 Jan 2007 11:55:16 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Fri, 5 Jan 2007 8:55:14 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20070105165516.ZJA60.dukecmmtao03.coxmail.com@dukecmmtao03> Subject: RE: 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 16:55:18 -0000 Le 05/01/2007 =E0 07:00:37-0800, Vizion a =E9crit > I am gaving some difficulty with my pop server -- There are no man page= s for imap-uw -- can anyone point me to some guidance.. > = > Here are some details: > = > /etc/rc.conf includes: = > inetd_enable=3D"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 stre= am 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 > = And can you tell us what's kind of difficulty you have ? Regards -- Albert SHIH Thanks albert = -- the pop server does not respond -- and I do not know how to check whet= her it is functioning. IT seemed to me that something is basically wrong = with its config.