Roundcube Community Forum

 

IMAP issues...

Started by SubTexel, April 09, 2008, 10:51:25 AM

Previous topic - Next topic

SubTexel

Ok, running into an issue with Roundcube. Right now I have it running on an OS X 10.4.11 server with MySQL. Everything works just fine except logging in. During the test phase, it was able to login to my IMAP server and send a test e-mail just fine using my login credentials. Go to log in and I get this error in system.log:

imap[17608]: badlogin from: localhost [::1]. plaintext user: [email protected]. mail is not enabled for this user

Though, if I use the webmail client included with OS X I get this message:

imap[17608]: login: localhost [::1] user plaintext User logged in

The OD users were imported from AD and the passwords are set to crypt. Changing the password for my account allowed me to login, but I want to avoid this. And seeing how the webmail client for OS X (squirrel mail) works just fine with the imported passwords (crypted) I don't see why Roundcube would not.

Thanks!

SubTexel

Figured out the fix, slow moment for me.

I had set $rcmail_config['username_domain'] = ''; to $rcmail_config['username_domain'] = 'somedomain.com';. Removed the somedomain.com and it worked just fine.