5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] !HELP! - pop3d di...
FromSent OnAttachments
Sam VarshavchikOct 19, 2001 5:54 pm 
Ian WardOct 25, 2001 7:02 pm 
Laurence MooreOct 25, 2001 8:05 pm 
eddie karamOct 25, 2001 10:08 pm 
Ian WardOct 26, 2001 1:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] !HELP! - pop3d dies after authenticationActions...
From:eddie karam (eddi@hotmail.com)
Date:Oct 25, 2001 10:08:49 pm
List:net.sourceforge.lists.courier-users

I have had similar problems seting up, i think the problem is that you "Authmodule" is not loading, alot of times you have to copy the module from the source directory to the /authlib directory, and if authmodule is configured right, it should find it in there... hope that helps. I know i have been going htru a nghtmare set up fpor over 23 weeks now, and i'm still having problems...so good luck:)

From: Laurence Moore <lmo@starwon.com.au>

To: Ian Ward <ia@cyberpro.com.au> CC: "Courier ML (E-mail)" <cour@lists.sourceforge.net> Subject: Re: [courier-users] !HELP! - pop3d dies after authentication Date: Fri, 26 Oct 2001 11:11:17 +0800 (WST)

Check your AUTHMODULES entry in the pop3d configuration file and make sure it is the same as the imapd configuration file.

Cheers,

Larry.

On Fri, 26 Oct 2001, Ian Ward wrote:

Hi, I upgraded a courier installation using "rpm -Fvh ....." from Courier 0.35.0-1.7.1 to 0.35.1-1.7.1

Reason: to use the new IDLE in imap with outlook express

I performed this upgrade on two other systems with no problems. The rpm's were built on my system. All systems RedHat 7.1

All seemed ok, but pop3 people are having problems on this machine only (imap OK, smtp etc.OK). Pop3 is terminating immediately after successfull authentication:

# telnet 0 110 Trying 0.0.0.0... Connected to 0. Escape character is '^]'. +OK Hello there. USER cyberpro +OK Password required. PASS correctpassword Connection closed by foreign host. #

For each attempt. system maillog shows: Oct 26 11:54:50 aruba pop3d: Connection, ip=[::ffff:192.168.1.228] Oct 26 11:54:50 aruba pop3d: exec: No such file or directory

I rebuilt courier on this target system. same problem.

attemting to backtrack / removing and re-installing the previous version has not fixed it!!

When I try to re-install the previously built 35.0 rpms (kept on the system... wphew..) I get a failed dependancy, they require /usr/local/bin/perl so I had to do a --nodeps to get them to install.

/usr/local/bin/perl is there and executes ok. This system does have a slightly screwed perl installation (some time ago I allowed CPAN to auto fix some things #%%!#$)

The RedHat standard /usr/lib/perl5/XXX stuff is also present.

Can I increase debugging on the pop3 daemon perhaps? Any ideas ?

TIA