Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Courier pop3d and imapd
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
splooge
l33t
l33t


Joined: 30 Aug 2002
Posts: 636

PostPosted: Thu Dec 19, 2002 5:09 pm    Post subject: Courier pop3d and imapd Reply with quote

Code:
cstevens@mail cstevens $ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK Hello there.
USER cstevens
+OK Password required.
PASS password
-ERR Login failed.
^]
telnet> quit
Connection closed.
cstevens@mail cstevens $ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc.  See COPYING for distribution information.
1 LOGIN cstevens password
1 NO Login failed.
^]
telnet> quit
Connection closed.
cstevens@mail cstevens $


What gives? I know I'm using the right password. My use and cflags are pretty basic:
Code:
USE="X gtk gtk2 xfs -gnome -arts -kde 3dfx -pdflib"
CFLAGS="-march=pentium2 -O3 -pipe


It's a new install. I don't know if prelinking the system would have anything to do with this? I dunno, I'm at a loss.

thanks in advance!
Back to top
View user's profile Send private message
splooge
l33t
l33t


Joined: 30 Aug 2002
Posts: 636

PostPosted: Thu Dec 19, 2002 5:18 pm    Post subject: Reply with quote

D'oh, I posted too soon.

authdaemond.plain apparently needed to be running, but didn't get started by the init scripts or didn't survive a reboot or something. :oops:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum