• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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