How to set one click auto-login for Webmail on DirectAdmin gospopromo, September 6, 2021 Set one click auto-login for RoundCube on DirectAdmin is simple and needed for webmail and other apps that use that software. To do this, you are supposed to have direct access to your server shell via root access of your hosting. Here are the steps to follow; Switch to the ‘directadmin’ directory by using the following command. # cd /usr/local/directadmin/ Then, enable the one click Webmail auto-login by executing the following command. # ./directadmin set one_click_webmail_login 1 After that, restart the DirectAdmin service by executing the following command. # service directadmin restart Now, switch to the ‘custombuild’ directory. # cd custombuild After that, run the following command to update the build script. # ./build update Then, update changes to the dovecot configuration by executing the following command. # ./build dovecot_conf Execute the following command to update the changes to the EXIM configuration file. # ./build exim_conf Finally, execute the following command to update RoundCube. # ./build roundcube Done. Post Views: 485 Hosting DirectAdminVPS
Hosting How to set one click auto-login for PhpMyAdmin in DirectAdmin panel September 6, 2021 This article contains step by step on how to enable one click autoi-login for PhpMyAdmin… Read More
Hosting How to set webmail server system in DirectAdmin panel September 6, 2021 This article contains step by step on how to set webmail system for DirectAdmin users… Read More
Hosting How to convert MyISAM to InnoDB on Directadmin panel September 6, 2021 It is very important for webmasters to change traditional database tables MyISAM to InnoDB in… Read More