Roundcube contacts not accessible when logged in using functionality 'One-Click login to any RoundCube' and ssl/tls

Bibi40k

Verified User
Joined
Sep 5, 2013
Messages
18
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
 
User profiles and it's linked contacts are stored in the database associated with a host. Please check "mail_host" column at da_roundcube.users DB.

Another profile is created if you access the email account using a different host on config.
 
Back
Top