Author Topic: Unable to access mail from RoundCube, other mail clients work normally  (Read 2371 times)

Offline npquang

  • Newbie
  • *
  • Posts: 1
Hi,

I have problem when accessing mail from RoundCubeMail. I can login with correct credentials but cannot see any mail and cannot send mail either. (There are several mails there, already check with other mail clients)
From both Outlook and IPhone, I can access with both POP3/IMAP.

Mail server: CentOS7, postfix, dovecot, mysql, apache24, php7, RoundCubeMail 1.3.0

This is my config in config/config.inc.php
$config['default_host'] = 'localhost';
$config['default_port'] = '';
$config['smtp_server'] = 'localhost';
$config['smtp_port'] = '';

When try with below config, I cannot log in
$config['default_host'] = 'ssl://mail.mydomain.com';
$config['default_port'] = 993;
$config['smtp_server'] = 'tls://mail.mydomain.com';
$config['smtp_port'] = 587;
Again, this config is used in Outlook/IPhone and work normally.

Update: Try with bin/install-jsdeps.sh and better now. I can see list for mails but cannot read the content.

Any suggest?

Thanks,
Quang