• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Enable PHP IMAP module on Plesk 12.x

It is already enabled on my test plesk 12 server:

# cat /etc/php.d/imap.ini
; Enable imap extension module
extension=imap.so
 
Thank you! Yes, it's there. I would like to install Active Collab project management tool, and it requires this module. I used this software on my previous servers before, but this time it's not works, due the php-imap error. :/
 
If I correctly understood you install this software on one of Plesk domains? Try to check with phpinfo() function that imap module is enabled for this domain. As you may know, php settings can be modified for separate domain instead of using server wide php settings.
 
Back
Top