Author Topic: multiple server redirect to home server.  (Read 2983 times)

Offline gothge

  • Newbie
  • *
  • Posts: 1
multiple server redirect to home server.
« 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)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: multiple server redirect to home server.
« Reply #1 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