• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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