On 20.04.2012 14:27, Thiago Cavalcante wrote:
Configuration file attached.
// tell PHP that it should work as under secure connection // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) // e.g. when you're running Roundcube behind a https proxy $rcmail_config['use_https'] = true;
Are you using some proxy? If so, I'd check without it, if possible.