Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2007 11:11:05 -0800
From:      Vizion <vizion@vizion.occoxmail.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: imap-uw manuals - configuration
Message-ID:  <20070105191105.MAQT60.dukecmmtao03.coxmail.com@dukecmmtao03>

next in thread | raw e-mail | index | archive | help


> -----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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070105191105.MAQT60.dukecmmtao03.coxmail.com>