Hello,
I've installed Roundcube from SVN. Works wonderfully so far, but I've noticed that when I installed from SVN, I do not see the "mailserver selectbox" on my login screen.
When I had initially installed Roundcube from apt-get on Ubuntu server, my login page let me pick the IMAP server I was connecting too.
How do I add this dropdown box?
Thank you.
you can specify the servers your want to appear on the login screen from the main config file, in the default_host variable
Thank you JohnDoh for the reply. I've done a bit of searching after reading your comment and found where I need to update the config file:
Howto_Config (http://trac.roundcube.net/wiki/Howto_Config)
Thank you for your help.