View previous topic :: View next topic |
Author |
Message |
DarkArctic n00b
Joined: 19 Jul 2002 Posts: 11 Location: Canada
|
Posted: Tue Dec 03, 2002 11:13 pm Post subject: Courier-imap and MySQL problems |
|
|
I'm trying to put together a mail server with Postfix and Courier-IMAP. I have Postfix set up fine, but Courier-IMAP is giving me grief.
I ahve Courier-IMAP merge (this is in Gentoo) and it's set up to validate user log ons by using MySQL. This is what happens when I try to login via telnet:
Code: |
bash-2.05a# telnet no-where 143
Trying 192.168.1.68...
Connected to no-where.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc. See COPYING for distribution information.
1 login mjcaley [i]password-here[/i]
1 NO Login failed.
|
As far as I can tell all the configuration files are all right. It just can't seem to validate my login name. Any ideas?
-DarkArctic |
|
Back to top |
|
|
DarkArctic n00b
Joined: 19 Jul 2002 Posts: 11 Location: Canada
|
Posted: Tue Dec 03, 2002 11:51 pm Post subject: |
|
|
Solution:
It turns out that my authmysqlrc was named authmysqlrc.dist. I forgot to rename it when I tried it out.
-DarkArctic |
|
Back to top |
|
|
|