ติดตั้ง php-imap extension ใน Directadmin

How to install php-imap in directadmin



CentOS :
 yum -y install pam-devel

Debian : 
apt-get install libc-client-dev


เมื่อติดตั้งเรียบร้อยแล้วสำหรับระบบปฏิบัติการของคุณให้รันข้อมูลต่อไปนี้:


cd /tmp
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.

ที่มา https://help.directadmin.com/item.php?id=341
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Comodo WAF can now be easily integrated into DirectAdmin

If your server is running DirectAdmin you may enable Comodo ModSecurity protection...

How do you install Node.JS on CentOS?

  down vote If you have CentOS 6.x, and...

การ Compile PHP พร้อม xmlrpc (DirectAdmin Custombuild)

หากต้องการติดตั้ง xmlrpc ใน PHP ของเซิฟเวอร์ที่มีการติดตั้ง DirectAdmin แบบ CustomBuild...

การตั้งค่า DKIM กับ DirectAdmin

DKIM (DomainKeys Identified Mail) เป็นลายเซ็นดิจิทัลในส่วนหัวของข้อความ E-Mail...

ติดตั้ง Anti DDOS Attack สำหรับ DirectAdmin

# cd /usr/local/directadmin/custombuild # wget...