How To Install IMAP On Direct Admin Servers
The OVH notification module requires IMAP compiled into PHP. Here we detail how to install the IMAP extension and compile it into your DirectAdmin setup.
Step-by-step guide
First, log in to your DirectAdmin server as the root user
- Issue the below command
- yum -y install pam-devel
- Next run the following commands in order;
- cd /root
- wget -O imap_php.sh files.directadmin.com/services/all/imap_php.sh
- chmod 755 imap_php.sh
- ./imap_php.sh
At this point, IMAP should be installed and compiled into PHP.
You might also like
More from OVH Notifications
How To Install OVH Notifications
How To Install OVH Notifications The OVH Notification module will forward critical OVH emails to your end-users keeping them informed about …
How To Install IMAP For PHP 7.x On cPanel Servers
How To Install IMAP For PHP 7.x On cPanel Servers If you are using our WHMCS OVH Notification module you will …
How To Manually Send Notifications To End Users
How To Manually Send Notifications To End Users To test OVH Notifications you can simulate the delivery of OVH emails and …