From owner-freebsd-questions@FreeBSD.ORG Fri Jan 5 19:11:06 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 AA0E316A407 for ; Fri, 5 Jan 2007 19:11:06 +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 3CCB413C458 for ; Fri, 5 Jan 2007 19:11:06 +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 <20070105191105.MAQT60.dukecmmtao03.coxmail.com@dukecmmtao03> for ; Fri, 5 Jan 2007 14:11:05 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Fri, 5 Jan 2007 11:11:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070105191105.MAQT60.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 19:11:06 -0000 > -----Original Message----- > From: Mark Tinguely [mailto:tinguely@casselton.net] > Sent: Friday, January 05, 2007 10:52 AM > To: freebsd-questions@freebsd.org; vizion@vizion.occoxmail.com > Subject: Re: imap-uw manuals - configuration > > > > Stabbing some more into the dark ... > > You can check if inetd is executing the command: > > $ telnet -KN 127.0.0.1 143 > > it should reply something like: > > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS > STARTTLS AUTH=LOGIN] localhost IMAP4rev1 2004.357 at Fri, 5 > Jan 2007 12:46:59 -0600 (CST) > ^] > telnet> quit > Connection closed. > > $ telnet -KN 127.0.0.1 110 > > it should reply something like: > > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > +OK POP3 localhost 2004.89 server ready > QUIT > +OK Sayonara > > > /var/log/debug.log should have entries such as: > > Jan 5 12:46:59 ccn imapd[10186]: imap service init from 127.0.0.1 > Jan 5 12:47:44 ccn ipop3d[10257]: pop3 service init from 127.0.0.1 > Thanks Mark for sticking with me on this one.. your stabbing has been in the right place!! There is something very awry with telnet!! # telnet -KN 127.0.0.1 143 /libexec/ld-elf.so.1: Shared object "libkrb5.so.8" not found, required by "telnet" I recall some difficulty during a recent rather fraught portupgrade which indicate a clash between heimdal.. eventually it resolved itself and I thought no more about it. Umph any idea what is the best way to go from here? Thanks again David