This is an old revision of the document!
First, edit config/config.inc.php
and set:
$config['mail_domain'] = 'hostname.tld';
where hostname.tld
is the domain name you want to set.
After that, the database needs to be updated:
UPDATE users SET mail_host='hostname.tld';
To prevent the users from changing the roundcube skin, add:
$config['dont_override'] = array('skin');
to config/config.inc.php
.
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.