Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion
> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 11:39 AM
> To: [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
Supplementary
> 
> Are there any messages in /var/log/debug.log ?
> 

> /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
Myrelease is FREEBSD 6.1-RELEASE #0 COMPILED SUN MAY 7 04:15.57 utc 2006
on AMD Athlon 64 Processor


> 
> Did your install get corrupted or did you remove things?

I think install was fine..
I am trying to search my files to find a record of the recent portupgrade where 
I may have mussed up. If I find it I will email you the info

Thanks afain for sticking with this


David
> 
> --Mark.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion


> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 11:39 AM
> To: [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
> 
> 
> Are there any messages in /var/log/debug.log ?
> 
> Since telnet is missing load libraries, could the imapd and 
> ipop3d also?
> Try the following:
> 
> $ ldd /usr/local/libexec/ipop3d  /usr/local/libexec/imapd  
> /usr/bin/telnet
> 
> It should say something like (FreeBSD 6.1):
> 
> /usr/local/libexec/ipop3d:
> libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 
> (0x28078000)
> libc.so.6 => /lib/libc.so.6 (0x28131000)
> libpam.so.3 => /usr/lib/libpam.so.3 (0x28209000)
> libssl.so.4 => /usr/lib/libssl.so.4 (0x2821)
> libcrypto.so.4 => /lib/libcrypto.so.4 (0x2823e000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x28331000)
> /usr/local/libexec/imapd:
> libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 
> (0x28081000)
> libc.so.6 => /lib/libc.so.6 (0x2813a000)
> libpam.so.3 => /usr/lib/libpam.so.3 (0x28212000)
> libssl.so.4 => /usr/lib/libssl.so.4 (0x28219000)
> libcrypto.so.4 => /lib/libcrypto.so.4 (0x28247000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x2833a000)
> 
> /usr/bin/telnet:
> libncurses.so.6 => /lib/libncurses.so.6 (0x2808b000)
> libipsec.so.2 => /lib/libipsec.so.2 (0x280ca000)
> libmp.so.5 => /usr/lib/libmp.so.5 (0x280d)
> libcrypto.so.4 => /lib/libcrypto.so.4 (0x280d3000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x281c6000)
> libpam.so.3 => /usr/lib/libpam.so.3 (0x281de000)
> libkrb5.so.8 => /usr/lib/libkrb5.so.8 (0x281e5000)
> libasn1.so.8 => /usr/lib/libasn1.so.8 (0x28219000)
> libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x2823a000)
> libroken.so.8 => /usr/lib/libroken.so.8 (0x2823c000)
> libc.so.6 => /lib/libc.so.6 (0x28248000)
> 
> 
> /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
> In FreeBSD 4.x, these files came seperately in the crypto package.
> I jumped from 4.x to 6.x, so I do not know the FreeBSD-5.x 
> distribution.
> 
> Did your install get corrupted or did you remove things?
> 
> --Mark.
> 
Here is the output you suggested:

# ldd /usr/local/libexec/ipop3d /usr/local/libexec/imapd /usr/bin/telnet 
/usr/local/libexec/ipop3d:
libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 (0x80062f000)
libc.so.6 => /lib/libc.so.6 (0x8007f7000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x8009f5000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x800afd000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x800c35000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x800e7b000)
/usr/local/libexec/imapd:
libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 (0x800639000)
libc.so.6 => /lib/libc.so.6 (0x800801000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x8009ff000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x800b07000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x800c3f000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x800e85000)
/usr/bin/telnet:
libncurses.so.6 => /lib/libncurses.so.6 (0x800644000)
libipsec.so.2 => /lib/libipsec.so.2 (0x80079d000)
libmp.so.5 => /usr/lib/libmp.so.5 (0x8008a4000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x8009a7000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x800bed000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x800d06000)
libkrb5.so.8 => not found (0x0)
libasn1.so.8 => /usr/lib/libasn1.so.8 (0x800e0e000)
libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x800f37000)
libroken.so.8 => /usr/lib/libroken.so.8 (0x801039000)
libc.so.6 => /lib/libc.so.6 (0x801147000)





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: imap-uw manuals - configuration

2007-01-05 Thread Mark Tinguely

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

--Mark Tinguely.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: imap-uw manuals - configuration

2007-01-05 Thread Vizion


> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 10:52 AM
> To: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> 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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: imap-uw manuals - configuration

2007-01-05 Thread Vizion

> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 7:16 AM
> To: [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
> 
> 
> >
> >  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 
> 
> The pop3 and imap4 line have run together. You want:
> 
> pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d
> imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
> 
> be sure to execute the shell command:
> 
>  # kill -1 `cat /var/run/inetd.pid`
> 
> after making the change.
> 
> --Mark Tinguely
> 

Thanks Mark for being on the ball-- unfortunately I ran the lines together when 
I copied them from inetd.conf  .. the original is OK. 

Thanks ..

David


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: imap-uw manuals - configuration

2007-01-05 Thread Vizion
 Le 05/01/2007 à 07:00:37-0800, Vizion a écrit
> 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 
> 
> [EMAIL PROTECTED] /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 whether it 
is functioning. IT seemed to me that something is basically wrong with its 
config.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: imap-uw manuals - configuration

2007-01-05 Thread Albert Shih
 Le 05/01/2007 à 07:00:37-0800, Vizion a écrit
> 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 
> 
> [EMAIL PROTECTED] /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
Observatoire de Paris Meudon
Heure local/Local time:
Ven 5 jan 2007 16:06:11 CET
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


imap-uw manuals - configuration

2007-01-05 Thread Vizion
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 

[EMAIL PROTECTED] /usr/local/libexec]# pkg_info | grep imap imap-uw-2004g_1,1 
University of Washington IMAP4rev1/POP2/POP3 mail servers

thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"