Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: gothge on March 30, 2018, 09:06:19 AM

Title: multiple server redirect to home server.
Post by: gothge on March 30, 2018, 09:06:19 AM
I like to setup up something like this:

User goes to https://mail.example.com, enters username and password, if user is valid user will be redirect to https://mail01.example.com or https://mail25.example.com dependent on a database setting or "IMAP4 Login Referrals"

Is this possible out of the box or do I need to hack the code. (which I don't want to)
Title: Re: multiple server redirect to home server.
Post by: SKaero on March 30, 2018, 11:11:40 AM
It seems like it would make sence to just build your own login page that does that check and host it on https://mail.example.com and then host Roundcube on https://mail01.example.com or https://mail25.example.com