Howto: Configure plugin password roundcube with ispconfig3 postfix

Please refers to http://www.nixnux.or.id/2010/06/05/howto-configure-plugin-password-roundcube-with-vpopmailmysql-qmailtoaster/

If you want to install roundcube as your webmail interface, please goto http://www.nixnux.or.id/2010/06/05/howto-install-roundcubemail-from-svn-on-ubuntu-lucid-10-04/

This same step with my last article. go…

1. enable it (plugin password)

~]# cd /var/www/roundcube/config
~]# vim main.inc.php

[...]
$rcmail_config['plugins'] = array('password');
[...]

2. Configure it

~]# cd /var/www/roundcube/plugins/password
~]# cp config.inc.php.dist config.inc.php
~]# vim config.inc.php

[...]
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 'mysql://ispconfig:$PASSWORD@localhost/dbispconfig';
[...]
$rcmail_config['password_query'] = 'UPDATE mail_user SET password=%c WHERE email=%u LIMIT 1';
[...]

Good Luck.

Thanks to my lovely wife. I luv you. masterpop3

Tags: , , , , , , 459 views

3 Responses to “Howto: Configure plugin password roundcube with ispconfig3 postfix”

  1. [...] the original post here: Howto: Configure plugin password roundcube with ispconfig3 postfix … Posted in Postfix | Tags: configure, plugin-password, Postfix, [...]

  2. Test submit comment with captcha.

  3. RoundCube – Erro ao Salvar…

    I found your entry interesting thus I’ve added a Trackback to it on my weblog :)

Leave a Reply