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 <[email protected]> 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:[email protected]/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 > [email protected] > http://lists.roundcube.net/mailman/listinfo/users _______________________________________________ Roundcube Users mailing list [email protected] http://lists.roundcube.net/mailman/listinfo/users
