VestaCP redirect webmail to HTTPS

Written by

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;