View previous topic :: View next topic |
Author |
Message |
kraylus l33t
Joined: 07 Jun 2002 Posts: 648 Location: ft.worth.tx
|
Posted: Mon Jun 17, 2002 10:23 am Post subject: courier imap not logging in... |
|
|
Code: | * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING for distribution information.
LOGIN root passwd
LOGIN NO Error in IMAP command received by server. |
also tried it with a non-priv account and got the same thing. i edited the /etc/courier-imap/authdaemonrc to what the desktop config guide said.
anyone know what's wrong? do i need to setup a username and pw separetely from the accounts already on the machine?
thanks,
ryan _________________ I used gentoo BEFORE it was cool. |
|
Back to top |
|
|
kraylus l33t
Joined: 07 Jun 2002 Posts: 648 Location: ft.worth.tx
|
Posted: Mon Jun 17, 2002 10:47 am Post subject: |
|
|
figured out that i wasnt typing exactly what was in the docs:
Code: | 1 LOGIN root passwd |
i was omitting the "1". however, logins still fail. this time though, it actually says login failed.
how do i add an account?
ryan _________________ I used gentoo BEFORE it was cool. |
|
Back to top |
|
|
trapni Retired Dev
Joined: 16 May 2002 Posts: 251 Location: Germany/Berlin
|
Posted: Tue Jun 18, 2002 9:22 pm Post subject: |
|
|
Hi, well... just if you didn't find out....
You should also add "pam" to the USE variable before emerging courier(-imap). you may also use some others (i.e. ldap, berkdb...).
If you've done so you should also tell the servers to use these authentification method by editing your /etc/courier[-imap]/authdaemondrc and set the "authdaemonlist" and "version" variable.
That's what I did, and it works:
USE="pam" # in /etc/make.conf
authdaemonrc="authpam"
version="authdaemond.plain" # well, here I'm not sure, but it works
Greets,
Christian Parpart. |
|
Back to top |
|
|
kraylus l33t
Joined: 07 Jun 2002 Posts: 648 Location: ft.worth.tx
|
Posted: Wed Jun 19, 2002 3:43 am Post subject: |
|
|
pam was already specified in my USE variable in make.conf _________________ I used gentoo BEFORE it was cool. |
|
Back to top |
|
|
[myrddin] n00b
Joined: 14 Jun 2002 Posts: 71 Location: Karlsruhe / Germany
|
Posted: Wed Jun 19, 2002 1:24 pm Post subject: |
|
|
Hi
you must have a .maildir before typing this. use mutt with the user you want and after mutt creates a maildir it works for me
hope this helps
tobias |
|
Back to top |
|
|
trapni Retired Dev
Joined: 16 May 2002 Posts: 251 Location: Germany/Berlin
|
Posted: Wed Jun 19, 2002 2:04 pm Post subject: |
|
|
man maildirmake <-- this tool comes with courier */
or just type
maildirmake ~/.maildir
Greets,
Christian Parpart. |
|
Back to top |
|
|
|