• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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