Set Username E-mail Domain

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';

Do not Override Skin

To prevent the users from changing the roundcube skin, add:

$config['dont_override'] = array('skin');

to config/config.inc.php.

Log Remote IP Address using Dovecot

Roundcube does not log IP addresses when it is set up to connect to Dovecot over loopback. The following guide will allow logging the remote browser IP via Dovecot ID whenever a user logs in using the Roundcube website.

  1. Clone dovecot_ident to the Roundcube folder plugins/,
  2. Edit the Roundcube configuration config/config.inc.php and add dovecot_ident to the list of plugins,
  3. Edit /etc/dovecot.conf and set the login_trusted_networks configuration parameter to 127.0.0.1 ::1,
  4. Restart Dovecot.

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.