Displaying 1 result from an estimated 1 matches for "password_db_dsn".
2017 Sep 12
0
Dynamic host with password plugin
Howdy,
I?m making my multi-server instalation ready, but I?m facing just one small issue, that is with password plugin.
So, in config.inc.php of it I have:
config['password_db_dsn'] = 'mysql://webmail:bdkddddddz at 192.168.69.222/postfix';
but, as I?m using in roundcube?s config.inc.php ?dynamic? host:
$config['default_host'] = 'mail.%s';
Can I have in the password plugin config.inc.php the same variable?
(I can use same user/password/db on bot...