How to install imap & xmlrpc on DirectAdmin server

Modify the file: /usr/local/directadmin/custombuild/php_extensions.conf

and perform the changes (according to your needs):

#PHP Extension Settings
gmp=no
htscanner=no
imagick=no
imap=yes
ioncube=yes
ldap=no
opcache=no
phalcon=no
suhosin=no
snuffleupagus=no
xmlrpc=yes
zend=no

and save the file.

Then, run the command:

/usr/local/directadmin/custombuild/build php_imap
/usr/local/directadmin/custombuild/build php_xmlrpc

DONE! IMAP & XMLRPC will be installed on your server by running the above command.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to reinstall DirectAdmin in your web server?

Run the following commands to install: cd /usr/local/directadmin./directadmin i./directadmin p

How to install imagick with custombuild of DA?

Run the following command: cd /usr/local/directadmin/custombuild ./build update ./build...

The service ‘exim’ on server xxx is currently down

Rebuild your exim. cd /usr/local/directadmin/custombuild./build update./build set exim...

Change DA port to your choice where CSF installed

Here I will show you how to change the port from 2222 to 9999 in two steps. Step One:...

How to migrate cPanel account to DirectAdmin?

The cPanel conversion script currently only works for Admin Level restores. You must have to be...