Golfreeze.packetlove.com: Life style of Golfreeze Canon400D Family kammtan.com Jazz Freebsd Unix Linux System Admin guitar Music

All about unix linux freebsd and FAQ for Packetlove.com Web hosting , Mail hosting , VoIP + IP PBX server => Os kernel การปรับแต่ง เพิ่มเติม ลงโปรแกรม บน OS และ ControlPanel Directadmin,Cloud server => Topic started by: golfreeze on ธันวาคม 21, 2019, 12:08:14 PM

Title: install php imap module on directadmin
Post by: golfreeze on ธันวาคม 21, 2019, 12:08:14 PM
I need IMAP compiled into php   Last Modified: Mar 28, 2019, 11:58 am
If you need imap compiled into php, run these pre-install commands:
CentOS
yum -y install pam-devel

Debian
apt-get install libc-client-dev



Once pre-install is done for your OS, run the following:
cd /root
wget -O imap_php.sh files.directadmin.com/services/all/imap_php.sh
chmod 755 imap_php.sh
./imap_php.sh

supports both CustomBuild 1.x and 2.x.
For CB2, it will automatically detect the configure.phpX path.

Note that this is beyond our technical support.
Check IMAP in PHP status
Note that version 1.2 of this script now supports the ability to call it like this:
./imap_php.sh --check

===reference
https://help.directadmin.com/item.php?id=341