We are aware of a potentially service impacting issue. Learn more

نصب IMAP در directadmin Print


آموزش فعالسازی IMAP  
افزودن imap به php
چطور imap را در php فعال کنم؟

با خطای  
RROR: Your PHP is not compiled with IMAP Support.
*NIX Users should recompile the PHP with the --with-imap flag and Windows users can simply uncomment the extension='php_imap.dll' line in their php.ini 
 مواجه میشوم، چطور این مشکل را رفع کنم؟
 برای رفع این مشکل شما نیاز به نصب دوباره php همراه با imap دارید. 
نصب IMAP  در کنترل پنل دایرکت ادمین چگونه است؟
 جهت نصب دستورات زیر را اجرا نمائید:
yum -y install pam-devel
cd /root
wget files.directadmin.com/services/all/imap_php.sh
chmod 755 imap_php.sh
./imap_php.sh

Was this answer helpful?

  • 0
« Back