I'm working on a University Project, and I have a little issue.
They asked us to install a webmail service, SquirrelMail, or if we wanted to get a better mark, some other. So I tried with RoundCube, as I have been using it at MediaTemple for a log while, and I feel very comfortable with it, but ... now I need to do something that I've been told I can do with SquirrelMail, and I don't know how to do it with RoundCube.
At the login page, I have:
Username: [TextField]
Password: [PasswordField]
Server: [TexField]
and I would like to have:
Username: [TextField]
Password: [PasswordField]
Server: [TexField, defaultValue=pad-2].alu.upf.edu
So, we only need to add the beginning of the server to the address, and btw, the default value is the most used one, to avoid losing time typing it.
How can I do that?
The servervalue is filled (pull-down menu) from a setting in the config.inc.php ($rcmail_config['default_host']). You can use the label to just show the first part of the servername