1

Topic: [FEATURE REQUEST] easy switch to CRAM-MD5 auth

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):  0.9.9 MariaDB
- Deployed with iRedMail Easy or the downloadable installer? downloadable
- Linux/BSD distribution name and version: Centos 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi! Thanks for nice product.

I would like to request a feature for future release. Please add simple auth mechanism changing and password storage in corresponding format. Like seamlessly change PLAIN for CRAM-MD5 auth and save passwords in corresponding format. For people like me, this is the kind of feature that makes a big difference. Thanks in advance

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: [FEATURE REQUEST] easy switch to CRAM-MD5 auth

- Dovecot supports CRAM-MD5, it should work if you replace existing password hash by a correctly generated CRAM-MD5.
- With iRedAdmin-Pro, it has a global setting to use CRAM-MD5 (or other). For example:

DEFAULT_PASSWORD_SCHEME = 'SSHA'

You can find other options in file "libs/default_settings.py" in iRedAdmin-Pro directory.