RoundCube Auto login

factor

Verified User
Joined
Jul 22, 2017
Messages
3,769
Location
USA
Hey everyone,
Wanted to see if anyone had issues with https://help.directadmin.com/item.php?id=2115
The Roundcube one didn't seem to work for me. Had to do a few things. The PMA is fine works as expected based on the feature.

1) Discovered it wont install if you have a custom Roundcube config

2) you might need the long version here https://www.directadmin.com/features.php?id=2470
Code:
cd /usr/local/directadmin
./directadmin set one_click_webmail_login 1
service directadmin restart
cd custombuild
./build update
./build dovecot_conf
./build exim_conf
./build roundcube

I am going to put back my custom RC config now and see if it still works.
 
Ok putting back the custom RC config after running the long commands worked. Might want to add something about custom configs and using the longer list in the KB..
 
Back
Top