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: 504 Hosting DirectAdminVPS
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
Hosting 9 Points to consider on choosing best web hosting November 18, 2021 There are many companies around the world provides web hosting with a lot of features,… Read More
Hosting How to install and enable Redis on DirectAdmin with Ubuntu OS November 4, 2021 This article contains step by step on Installing And enable Redis On DirectAdmin With Ubuntu… Read More