I would like to change the title so it changes dynamically. I have multiple domains using a single installation for webmail. Currently it says "Welcome to [company_name]". I would like it to say "Welcome to abc.com Webmail" where abc.com is derived from $_SERVER['HTTP_HOST']. Does anybody have a way to do this?
You can modify your login.html from
<div class="boxtitle"><roundcube:label name="welcome" /></div>
to something like:
at