Nobody have an idea?![]()
Hi,
i still have some problems getting roundcube running.
STMP works fine, but IMAP Login is not possible:
I had a look at the mail logs and the only thing that was different was the imap auth type:Code:Authentication for test@flashlight-network.de failed (AUTH): "a000 NO Authentication failed. ")
Outlook: method=PLAIN (working)
Roundcube: method=CRAM-MD5 (not working)
So i check the roundcube config and switched the auth type to plain:
But it doens't help. Rouncube uses still CRAM-MD5.Code:$rcmail_config['imap_auth_type'] = 'plain';
Does anybody has an idea why roundcube doesn't use plain (what is configured in the config)?
Thanks
al cazone
Nobody have an idea?![]()
Well, i solved it today.
Just change the dovecot config auth mechanisms to:
Code:auth default{ mechanisms = plain login ... }
There are currently 1 users browsing this thread. (0 members and 1 guests)