just wanted to say if you mess up your ispconfig installation and get soap error: error getting html headers edit roundcube plugins/ispconfig3_account/config/config.inc.php and change from http to https
i.e.
<?php
$rcmail_config['remote_soap_user'] = 'santa';
$rcmail_config['remote_soap_pass'] = 'claus';
$rcmail_config['soap_url'] = 'https://127.0.0.1:8080/remote/';
?>
edit to fit your installation.
cheers
|