CyberPanel Community

rainloop - Can't connect to server

ds
dsave #1

I have Upgrading CyberPanel v2.0.3 Stable

Login to Rainloop is Can’t connect to server

How to debug and fixing?

17 replies
mu
muttahir #2

Please make sure that postfix and dovecot are running and that you have a valid SSL for mail.domain.com

ds
dsave #3

Type your comment> @muttahir said:

Please make sure that postfix and dovecot are running and that you have a valid SSL for mail.domain.com

i’m sure SSL for mail.domain and domain…

In My manageSSL/sslForMailServer:
SSL Issued, your mail server now uses Lets Encrypt!

mu
muttahir #4

Can you confirm both postfix and dovecot are up and running?

ds
dsave #5

Type your comment> @muttahir said:

Can you confirm both postfix and dovecot are up and running?

How to check postfix and dovecot running, please give me…

That is
https://imgur.com/AdD5dqA

ys
ysintos #6

I have the same issue.
Any solution ?

ys
ysintos #7

i have the same issue in lots of installations.
What can i do to fix it ?

ys
ysintos #8

I tried to upgrade once again to see the results.
Now i get “Authentication failed”.
Dovecot and postfix are running normally.

ys
ysintos #9

Dovecot is running

ys
ysintos #10

I can’t login to rainloop admin as well.
I will send you screenshots from the report in a while.
Thank you !!

ph
phanvu #11

After updating to v.2.0.3
Then websute cannot be accessed

I have tried to change every version 1.9.5, 2.0.1, 2.0.2
But they all give one result

Di
DigitalDuck #12

Hi, Guys;

I’m suffering from the same issue as ysintos. Dovecot, postfix and all the other services are running. But I can’t connect to any of the email accounts, nor can I login to rainloops admin system.

Mostly just posting this to get updates to the thread.

ks
kstenqvist #13

+1 on this problem

al
alamili #14

I am on the same problem too

Di
Diego #15

Same problem for me

Di
Diego #16

Nothing is working @_@

da
daredashi #17

There is a configuration issue with sieve protocol. It brakes dovecot. simple fix till update from cyberpanel is to disable sieve protocol

edit /etc/dovecot/dovecot.conf

find “protocols = imap pop3 lmtp sieve”

replace with without quotes

“protocols = imap pop3 lmtp”

Search and remove the following lines or comment it out

protocol sieve {
managesieve_max_line_length = 65536
managesieve_implementation_string = dovecot
log_path = /var/log/dovecot-sieve-errors.log
info_log_path = /var/log/dovecot-sieve.log
}

save and exit

restart dovecot and whola your webmail or emails are back online

sudo service dovecot restart

Sign in to reply