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.