1

Topic: Could not save new password. Encryption function missing.

==== Required information ====
- iRedMail version (check /etc/iredmail-release): v0.9.5-1
- Linux/BSD distribution name and version: Ubuntu 14 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): v0.6.1 (MySQL)
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro? NO
- Related log if you're reporting an issue: NO
====

I have read

http://www.iredmail.org/forum/topic3198 … bmail.html
http://www.iredmail.org/forum/topic8831 … lugin.html

but i cant resolve my problem.

I dont know about how works doveadm and how is integrate with roundcube.

Can someone help me?

----

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

2

Re: Could not save new password. Encryption function missing.

It's a bug of iRedMail, the latest Roundcubemail-1.2.0 changed sample config file of its password plugin, this causes iRedMail didn't correctly configure path of 'doveadm' command. Please fix it by following steps below:

*) Open file /opt/www/roundcubemail/plugins/password/config.inc.php, search parameter name "password_dovecotpw". Like this:

$config['password_dovecotpw'] =

*) You will find duplicate parameters, remove one of them, and make sure the remained one is set to:

$config['password_dovecotpw'] = '/usr/bin/doveadm pw';

3

Re: Could not save new password. Encryption function missing.

Solved.

Enjoy your cofee.

Best.