Author Topic: Connection to storage server failed...  (Read 4290 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Connection to storage server failed...
« on: June 26, 2020, 11:38:33 AM »
im trying to log my Roundcube  get this error

Connection to storage server failed.


/var/log/dovecot.log

Quote
Jun 26 11:30:52 config: Fatal: Error in configuration file /etc/dovecot/sni.conf                         line 1: Expecting '='
Jun 26 11:30:52 master: Error: service(config): command startup failed, throttli                        ng
Jun 26 11:30:52 imap-login: Fatal: Error reading configuration: read(/var/run/do                        vecot/config) failed: Connection reset by peer
Jun 26 11:30:52 master: Error: service(imap-login): command startup failed, thro                        ttling
Jun 26 11:33:26 doveconf: Fatal: Error in configuration file /etc/dovecot/sni.co                        nf line 1: Expecting '='
Jun 26 11:33:26 config: Error: managesieve-login: dump-capability process return                        ed 89
Jun 26 11:33:26 config: Fatal: Error in configuration file /etc/dovecot/sni.conf                         line 1: Expecting '='
Jun 26 11:33:26 master: Error: service(config): command startup failed, throttli                        ng
Jun 26 11:33:26 imap-login: Fatal: Error reading configuration: read(/var/run/do                        vecot/config) failed: Connection reset by peer
Jun 26 11:33:26 master: Error: service(imap-login): command startup failed, thro                        ttling

please help me :'(
« Last Edit: June 26, 2020, 12:24:48 PM by T4B »

Offline
*
Re: Connection to storage server failed...
« Reply #1 on: August 01, 2020, 03:41:09 AM »
Hello,

Please post your sni configuration.

run this :

Code: [Select]
cat /etc/dovecot/sni.conf
Check if all entries are in this format :

Code: [Select]
      1 local_name "mail.domain.com webmail.domain.com" {
      2   ssl_cert = </etc/pki/tls/certs/domain.com.bundle
      3   ssl_key = </etc/pki/tls/private/domain.com.key
      4 }