Hello Jorge
Please have a look into the Multi Domain Setup configuration capabilities for Roundcube: https://github.com/roundcube/roundcubemail/wiki/Configuration:-Multi-Domain-...
Although it's not as dynamic as the %h parameter which refers to the host name chosen in the drop-down menu on the login page but you can maintain different configurations for virtual hosts all pointing to the same Roundcube installation.
Regards, Thomas
On Tue, Sep 12, 2017 at 9:44 PM, Jorge Bastos mysql.jorge@decimal.pt wrote:
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@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 both servers for password change)
Thanks in advanced,
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Hi Thomas,
I've filled an issue/feature request in the tracker and Allec as you already said password plugin should support %h, at least. I've saw the multi-domain but I'd preffer to have it processing the info automatic, don't know about the others but my users are not so cleaver!!
I think I'll wait for the %h to be implemented for the password plugin, to finish my centralized installation!! Thank you Thomas! :)
Hello Jorge
Please have a look into the Multi Domain Setup configuration capabilities for Roundcube: https://github.com/roundcube/roundcubemail/wiki/Configuration:-Multi- Domain-Setup
Although it's not as dynamic as the %h parameter which refers to the host name chosen in the drop-down menu on the login page but you can maintain different configurations for virtual hosts all pointing to the same Roundcube installation.
Regards, Thomas
On Tue, Sep 12, 2017 at 9:44 PM, Jorge Bastos mysql.jorge@decimal.pt wrote:
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@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 both servers for password change)
Thanks in advanced,
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users