6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ERR pop3login req...
FromSent OnAttachments
Aurelien BarrereAug 19, 2005 3:16 am 
Cyrille (Atia)Aug 19, 2005 4:40 am 
Aurelien BarrereAug 19, 2005 4:54 am 
Cyrille (Atia)Aug 19, 2005 5:11 am 
Aurelien BarrereAug 19, 2005 8:34 am 
Sam VarshavchikAug 19, 2005 3:57 pm 
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] ERR pop3login requires exactly two arguments/ERR Temporary problemActions...
From:Cyrille (Atia) (cyri@atia.com)
Date:Aug 19, 2005 5:11:43 am
List:net.sourceforge.lists.courier-users

Aurelien Barrere wrote:

Cyrille (Atia) wrote:

Aurelien Barrere wrote:

Hi all,

I compiled successfully courier with pop3 setting but I couldn't connect

telnet blabla.vme2.com 110

Trying 62.23.133.207...

Connected to bounce2.emv2.com (62.23.133.207).

Escape character is '^]'.

+OK Hello there.

user toto

+OK Password required.

pass tata

-ERR Temporary problem, please try again later

Connection closed by foreign host.

Is it started authdaemond daemon? I can't see it in your "ps -auwx" ? Cyrille

You right it's not present in ps and so it 's not started. This is precisely my problem

it exists on /usr/local/sbin/authdaemond after compilation but even if i do:

/usr/local/sbin/authdaemond start [root@bounce2 sbin]# ps auwxf | grep authdaemond root 15713 0.0 0.1 3752 696 pts/0 S+ 13:41 0:00 \_ grep authdaemond

the authdaemond doesn't want to launch

So i decided to add this to the courier line daemon but it's fails again:

/usr/lib/courier-imap/libexec/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 110 /usr/lib/courier-imap/bin/pop3d Maildir /usr/local/sbin/authdaemond

This morning I recompiled completely courier-authlib-0.57 and courier-imap-4.0.4 to ensure that nothing was missing. No errors during compilation.

So even with a new install it's still not working

Any idea? Regards Aurelien

If you compiling from sources (tha main packet courier-0.5..tar.gz and related courier-authlib-...) in main source dir of courier packet the is a very good starting script, called courier.sysvinit.in. Copy this script in some dir, for example /usr/sbin/, rename it ro "rccourier" for example and try to start Courier server with it /usr/sbin/rccourier start. It will start all of nessessarily services and daemons. Just try it. I am using it on my 2 courier servers, on Linux and OpenBSD and it works fine Cyrille