• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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