Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: HTF on February 20, 2011, 03:05:30 AM

Title: What change password plugin...
Post by: HTF on February 20, 2011, 03:05:30 AM
Hello,

I would like to ask for the best password plugin for MTA - postfix
I have no virtual users so there is no MySQL database for this and the driver 'chpasswd' for UNIX users doesn't work:

QuotePHP Error: No handler found for action plugin.password-save in /roundcube/program/include/rcube_plugin_api.php on line 292 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
Title: What change password plugin...
Post by: ABerglund on February 21, 2011, 12:21:01 AM
I use poppassd on my mailserver for this. The regular Roundcube password plugin works fine with poppassd, as does the plugin with strength meter found here:

http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/6557-password-plugin-strength-meter.html

Either will require poppassd on your postfix server, and port 106 access (I do this via stunnel) if roundcube is on a different server.