Thomas,
I'm thinking in a possible workarround until this feature appears.
Can you tell me the place where I could write a file on the server with the value of %h, and I'll read it in password plugin's config.inc.php About the PHP code I can do it, I just need to know the best/correct place in Roundcube to save it.
I'm thinking of saving it with the name "tmpfile" + username + remote_ip + ticks
To make sure there's no colition, but that part I'll handle,
-----Original Message----- From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of Jorge Bastos Sent: 14 de setembro de 2017 20:22 To: 'Roundcube Users mailing list' users@lists.roundcube.net Subject: Re: [RCU] Dynamic host with password plugin
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
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On Fri, Sep 15, 2017 at 11:15 AM, Jorge Bastos mysql.jorge@decimal.pt wrote:
Thomas,
I'm thinking in a possible workarround until this feature appears.
Can you tell me the place where I could write a file on the server with the value of %h, and I'll read it in password plugin's config.inc.php About the PHP code I can do it, I just need to know the best/correct place in Roundcube to save it.
I'm thinking of saving it with the name "tmpfile" + username + remote_ip + ticks
As you can see in the fix for your feature request ticket [1] that is
already in git master, there's no need to save a file for that. The
information is stored in session and the handy function
rcube_utils::parse_host()
will do the magic of replacing the %X vars
for you.
Best, Thomas
[1] https://github.com/roundcube/roundcubemail/commit/148ccda88ab79 [2] https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube...
Yes!!!
I thank you both!
I have my centralized RC instalation now, wow, so fantastic!! I'm fanatic with centralization!
Thanks a mile!
-----Original Message----- From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of Thomas Bruederli Sent: 16 de setembro de 2017 17:57 To: Roundcube Users mailing list users@lists.roundcube.net Subject: Re: [RCU] Dynamic host with password plugin
On Fri, Sep 15, 2017 at 11:15 AM, Jorge Bastos mysql.jorge@decimal.pt wrote:
Thomas,
I'm thinking in a possible workarround until this feature appears.
Can you tell me the place where I could write a file on the server with the value of %h, and I'll read it in password plugin's config.inc.php
About the PHP code I can do it, I just need to know the best/correct place in Roundcube to save it.
I'm thinking of saving it with the name "tmpfile" + username + remote_ip + ticks
As you can see in the fix for your feature request ticket [1] that is
already in git master, there's no need to save a file for that. The
information is stored in session and the handy function
rcube_utils::parse_host()
will do the magic of replacing the %X vars for
you.
Best, Thomas
[1] https://github.com/roundcube/roundcubemail/commit/148ccda88ab79 [2] https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube /rcube_utils.php#L555 _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users