server - PHP IMAP module - does not work -


i install script (temporary email) on dedicated root server. this script requires php imap module. problem not module installed , / or activated.

i have tried enable , / or install php imap module using different methods:

apt-get install libc-client-dev cd /root wget files.directadmin.com/services/all/imap_php.sh chmod 755 imap_php.sh ./imap_php.sh  

or

sh imap.sh cd /usr/local/directadmin/custombuild mkdir -p custom/ap2 cp -p configure/ap2/configure.php5 custom/ap2 ./build php n 

or

apt-get install php5-imap php5enmod imap systemctl restart httpd.service 

or

aptitude install php5-imap apache2ctl graceful 

or

//in php.ini file//  ; configuration php imap module extension=imap.so //in extensions section of php.ini// 

but not work.

i have rebooted server , services countless times. still not work!

information server: server software debian , web control panel directadmin.

i have no experience when comes something. not know do!

i hope can me.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -