#1487723 closed Bugs (invalid)
CRAM-MD5 imap auth
| Reported by: | samirnidal | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.6-beta |
| Component: | IMAP connection | Version: | 0.5 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Users are not able to check their mails.
I'm using postifix 2.8 and use CRAM-MD5 TO hash the password on the database, when try to log in imap using roundcube 0.5, it tells me "login failed", when I change the user password in the database to normal plain text it works fine.
I tried to configure "$rcmail_configimap_auth_type? = 'CRAM-MD5';" but no matter the authentication method I use, it only works as plain text.
and I want it to verify password with CRAM-MD5.
Change History (2)
comment:1 Changed 2 years ago by alec
- Milestone changed from later to 0.6-beta
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 2 years ago by verwilst
CRAM-MD5 does not require a clear-text password anywhere. Actually I'm using CRAM-MD5 as well for Dovecot/Postfix?, and roundcube works just fine for $rcmail_configimap_auth_type? = 'CRAM-MD5';

As I know CRAM-MD5 requires passwords in clear text. This is not Roundcube issue. BTW, Postfix is not an IMAP server.