Problem with autologin

DLozev

Verified User
Joined
Jul 11, 2021
Messages
6
Hello,
Recently mail autologin not working.
We receiving error: RoundCube missing direct_login option. Please re-install RoundCube.

I reinstalled the Roundcube, but no difference.

Can anyone help?
 
Hello,

Are you by chance using CloudLinux? Do you see any SSL errors when you run these commands?

Code:
cd /usr/local/directadmin
./directadmin set one_click_webmail_login 1
service directadmin restart
cd custombuild
./build roundcube

If so, can you try the following and let me know if it resolves it?

Code:
yum reinstall ca-certificates

Thanks,
 
Back
Top