Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
fuss:roundcube [2016/02/15 12:15] – [Do not Override Skin] officefuss:roundcube [2017/02/22 18:30] – external edit 127.0.0.1
Line 1: Line 1:
 +====== Set Username E-mail Domain ======
  
 +First, edit ''config/config.inc.php'' and set:
 +<code php>
 +$config['mail_domain'] = 'hostname.tld';
 +</code>
 +
 +where ''hostname.tld'' is the domain name you want to set.
 +
 +After that, the database needs to be updated:
 +<code sql>
 +UPDATE users SET mail_host='hostname.tld';
 +</code>
 +
 +====== Do not Override Skin ======
 +
 +To prevent the users from changing the roundcube skin, add:
 +<code php>
 +$config['dont_override'] = array('skin');
 +</code>
 +
 +to ''config/config.inc.php''.

fuss/roundcube.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.