Hi,
in config.inc.php
if i use $config['default_host'] = 'localhost'; // one-click works as expected
if i use $config['default_host'] = 'tls://%n'; // one-click still connects mailbox but Contacts is empty.
if i use $config['default_host'] = 'tls://localhost'; // authentication fails.
How can i fix this ?
Thanks
in config.inc.php
if i use $config['default_host'] = 'localhost'; // one-click works as expected
if i use $config['default_host'] = 'tls://%n'; // one-click still connects mailbox but Contacts is empty.
if i use $config['default_host'] = 'tls://localhost'; // authentication fails.
How can i fix this ?
Thanks