Installing the PHP Imap Directadmin extension
Here is a very simple way to install the php imap extension using custombuild.
We log into the terminal, and go to the custombuild directory.
1 | cd /usr/local/directadmin/custombuild |
We update packages:
1 | ./build update |
we run the w extension to be read by custombuild directadmin:
1 | ./build set_php "imap" yes |
We install:
1 | ./build "php_imap" |
The extension is installed by default for the set php versions php1_release, php2_release if we want to install for other php versions we change to options.conf php versions.
Related entries:
Installation of the redis module for the server with DirectAdmin
Change the domain directory (docroot) in the DirectAdmin panel
Installation of CSF Firewall on the server with DirectAdmin
Installation Mod_Pagespeed system for CentOS and DirectAdmin VESTACP
OpenLiteSpeed installation on a server with DirectAdmin