Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Auth_imp: Required IMAP extension not found  (Read 2562 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Auth_imp: Required IMAP extension not found
« on: January 01, 2014, 02:31:41 pm »
Plesk gives following error for horde

Auth_imp: Required IMAP extension not found.

It requires IMAP module of php to be installed on the server.

To install the php-imap do the following

1) download and install repository
wget -q -O - http://www.atomicorp.com/installers/atomic | sh

2) check the version of php
If php has latest version then install the imap with following command
yum install php-imap
If php has older versions then compatible modules is to be installed.

3) restart httpd
/etc/init.d/httpd restart

4) restart plesk
/etc/init.d/psa restart