Remove one click webmail login

ThomasAM

New member
Joined
Mar 25, 2022
Messages
1
Hello,

Due to privacy reasons, I would like to remove one click webmail login option from the E-mail accounts list. Is there a way to do it from the DirectAdmin web interface?

Thank you
 
Maybe via the custombuild script, but I don't use that.

Here are the commands to do it via SSH.
Code:
cd /usr/local/directadmin
./directadmin set one_click_webmail_login 0
service directadmin restart
cd custombuild
./build update
./build dovecot_conf
./build exim_conf
./build roundcube
 
You can edit "one_click_webmail_login" options by File Editor

Admin -> File Editor -> directadmin.conf
then add or edit if exists options.

makesure you restart Directadmin after edit. ( Support & Help -> Update -> Restart Directadmin BUTTON )

Next step: custombuild 2.0 plugins -> Update Software Configuration
rebuild Dovecot, Exim configuration.

Next step: custombuild 2.0 plugins -> Build Software
rebuild Roundcube
 
Back
Top