CyberPanel Community

Can't login to rainloop webmail [return unknown error]

ad
adepondra #1

after i create a email account, i want to test the email but i can’t login to rainloop and return unknown error.
how to fix it?

17 replies
Ho
Hope #2

Do you have selinux enabled?

Di
DinhoSV #3

Same problem here. Selinux enabled. Should be disabled?

us
usmannasir #4

@DinhoSV said:
Same problem here. Selinux enabled. Should be disabled?

SELinux should be disabled.

Di
DinhoSV #5

Ty. It’s working now.

ad
adepondra #6

It’s working, but i try to sent email to gmail account the email never received, in email logs shown “postfix/smtp[3577]: connect to alt1.gmail-smtp-in.l.google.com[173.194.203.27]:25: Connection timed out”

us
usmannasir #7

Your provider allows communicating over port 25?

ad
adepondra #8

i’m using digital ocean, i read some article says DO is blocked port 25 but i try to add port to iptables to be accept. But its still not work.

iptables -nL | grep 25

ACCEPT tcp – 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 ctstate NEW

us
usmannasir #9

You will need to ask them because it is not on the virtual machine level.

de
demirpolatb #10

Hi, i am trying to list my emails with
cyberpanel listEmailsJson --domainName www.mydomain.com
it returns 0.

But i am trying to add new emails with
cyberpanel createEmail --domainName mydomain.com --userName burak --password burak123
it returns {“errorMessage”: “This account already exists!”, “success”: 1}

Also SELinux disabled but rainloop return “unknown error”.

I did not open a new title to avoid crowds. I hope to reach @usmannasir

I am also tried

cd /usr/local/CyberCP
/usr/local/CyberCP/bin/python manage.py makemigrations
/usr/local/CyberCP/bin/python manage.py migrate

Cy
CyberPanel #11

Did you try GUI for the same operations, do you get same error?

de
demirpolatb #12

Yes i triedon GUI, same error “Cannot create email account. Error message: 0,This account already exists!”

va
vaibhav #13

this problem still present in my panel also i did not see any proper solution

de
demirpolatb #14

Can this problem occur after mysql password change?

Cy
CyberPanel #15

Before trying to login run this command on CLI journalctl -f | grep dovecot

Then login and paste the output here.

fa
fatihyasar #16

cd /usr/local/CyberCP/public/rainloop/rainloop/v

file version number edit 1.13.0 rename, no problem :smiley:

sh
shashank297 #17

I am having the same problem
getting this error:-
Apr 06 19:26:48 mail.serverzone.ga dovecot[1442999]: auth: Fatal: sql: Unknown database driver ‘mysql’
Apr 06 19:26:48 mail.serverzone.ga dovecot[1442987]: master: Error: service(auth): command startup failed, throttling for 60.000 secs

in
indobo #18

2021 still getting problem with Ubuntu 20 server. Any tutorial to fix this problem?

Sign in to reply