Re: Roundcube Webmail - Encryption function missing
Hi,
After much looking around I've found what the issue(s) are.
As a MariaDB install of Roundcube uses the SQL driver, there are a couple of entries in the config.inc.php for roundcube that need to be updated.
1.
Default entry - $config['password_algorithm'] = "dovecot";
Should be - $config['password_algorithm'] = "ssha512";
2.
Default entry - $config['password_algorithm_prefix'] = "dovecot";
Should be - $config['password_algorithm_prefix'] = "{SSHA512}";
Maybe devs this should be updated in the install process?
Hope this helps someone.
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.