Author Topic: Problem with imap auth type  (Read 5021 times)

Offline alcazone

  • Newbie
  • *
  • Posts: 6
Problem with imap auth type
« on: April 14, 2009, 06:46:30 AM »
Hi,

i still have some problems getting roundcube running.

STMP works fine, but IMAP Login is not possible:
Code: [Select]
Authentication for test@flashlight-network.de failed (AUTH): "a000 NO Authentication failed. ")

I had a look at the mail logs and the only thing that was different was the imap auth type:
Outlook: method=PLAIN (working)
Roundcube: method=CRAM-MD5 (not working)

So i check the roundcube config and switched the auth type to plain:
Code: [Select]
$rcmail_config['imap_auth_type'] = 'plain';

But it doens't help. Rouncube uses still CRAM-MD5.

Does anybody has an idea why roundcube doesn't use plain (what is configured in the config)?

Thanks
al cazone

Offline alcazone

  • Newbie
  • *
  • Posts: 6
Problem with imap auth type
« Reply #1 on: April 19, 2009, 08:19:00 AM »
Nobody have an idea? :confused:

Offline alcazone

  • Newbie
  • *
  • Posts: 6
Problem with imap auth type
« Reply #2 on: April 24, 2009, 04:05:01 PM »
Well, i solved it today.

Just change the dovecot config auth mechanisms to:
Code: [Select]
auth default{
 mechanisms = [I]plain login[/I]
 ...
}