To always force webmail to use HTTP on VeataCP, edit file
vi /etc/roundcube/defaults.inc.php
Find
$rcmail_config['force_https'] = false;
Replace with
$rcmail_config['force_https'] = true;
To always force webmail to use HTTP on VeataCP, edit file
vi /etc/roundcube/defaults.inc.php
Find
$rcmail_config['force_https'] = false;
Replace with
$rcmail_config['force_https'] = true;
Leave a Reply