How to Enable Webmail Auto-Login for Email Accounts in DirectAdmin.
Step:- 1 Login in to the DirectAdmin panel.
2. Go to menu and click on E-mail Manager.
By default this feature is disabled in the configuration file so we need to change setting in directadmin.conf file.
There is no auto-login button.
i. Take SSH login and run the below command.
/usr/local/directadmin/directadmin c | grep one_click_webmail_login
ii. If the output shows:
one_click_webmail_login=0
The auto-login feature is disabled.
Iii. Run these below commands to enable auto-login feature via SSH.
cd /usr/local/directadmin
./directadmin set one_click_webmail_login 1 restart
cd custombuild
./build update
./build dovecot_conf
./build exim_conf
./build roundcube
3. Go to Email accountes and click on auto-login button.