On Monday 20 November 2000 12:14, you wrote:
> "Alen Salamun" <[EMAIL PROTECTED]> writes:
> > > > I had problems with POP clients that tried to retrieve mail. It only
> > > > worked if client was configured "Delete messages on server" if it was
> > > > setup with "Leave messages on server" it just hanged on "Retrieving
> > > > messages list...".
I had this problem as well with [imap-4.7c2-4mdk]. I tried many ways to get
the pop3 service working on the local net. The problem seemed to be during
the moving of the mail from server to client...it just hung. kmail showed
0/1 in the bottom left corner indicating it was trying to download a message
but the message was never delivered. After much frustration I installed the
imap pkg from LM 7.1 [4.7b_virtual-2mdk] and all pop3 problems disappeared.
During the problem I could always telnet to port 110 as in the example below
but could not get mail. I would be glad to provide other details and can
reproduce the problem since each of (4) LM 7.2 installs I have done needed
their imap package replaced [imap-4.7c2-4mdk]->[4.7b_virtual-2mdk].
jim
><>
> humm:
>
> (chmou@matrix)[~]-% cat /etc/mandrake-release
> Linux Mandrake release 7.2 (Odyssey) for i586
> (chmou@matrix)[~]-% sudo rpm -i /RPMS/imap-4.7c2-4mdk.i586.rpm
> (chmou@matrix)[~]-% telnet 192.168.1.24 pop-3
> Trying 192.168.1.24...
> Connected to 192.168.1.24.
> Escape character is '^]'.
> +OK POP3 matrix.mandrakesoft.com v7.64 server ready
> QUIT
> +OK Sayonara
> Connection closed by foreign host.
> (chmou@matrix)[~]-% sudo rpm -e imap
> (chmou@matrix)[~]-%