News and Announcements > News & Announcements

Roundcube 1.6.0 released

<< < (2/4) > >>

Dmitry42:
"storage server failed" - I think problem not in SMTP.
May be SQL ?

I use 1.6.1 and its work

$config['smtp_host'] = 'localhost:587';
$config['smtp_user'] = '%u';
$config['smtp_pass'] = '%p';

ElasticUser:
The IMAP had the below config line:

$config['imap_host'] = 'ssl://mail.royalemail.club:143';

After I changed it to the config lines below this, I can log in.   8)

$config['default_host'] = 'localhost';

// TCP port used for IMAP connections
$config['default_port'] = '143';

Dmitry42:
I think problem was in your old config using SSL with 143 port -  usually 143 port must be connected without security.
ssl/tls usually used with 993 IMAP port. So when you set $config['default_host'] = 'localhost'; - its work with clear IMAP on 143 port.

If your RC on the same host where your mail server - I think imap is enough. But if RC on another server - you better use SSL or TLS for connect to mail.
Its more securely.

P.S.
And your config string $config['default_port'] = '143'; is deprecated in 1.6.1 - removed default_port option (non-standard port can be set via imap_host) - its written in first message of this thread.

ElasticUser:
I changed it to 993 on my outdated install, and on my 1.6.1 install.  Thanks!  😎

ElasticUser:
Also, I added my animated emojis / emoticons to 1.6.1 the Same way as I've had that for years.  However, a pop up error message is saying the below message.  Did that plugin Change?   8)

Failed to initialize plugin: emoticons

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version