• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

Horde Imap issue

S

Salvia

Guest
Well upgraded to php5 that went successful but now I cannot login to Horde

A fatal error has occurred
Auth_imp: Required IMAP extension not found.


but my php ./configure

has
--with-pear
--with-imap=shared --with-imap-ssl
 
you can use it with plesk just fine... What prevents from using it with horde?
 
Sorry,

I am wrong :(

Horde FAQ;


Does Horde work with PHP5?

[Horde 2.x]: No.

[Horde 3.x]: Yes.

For a detailed answer read this article.
How do I build Apache with PHP?

The following is not meant to spare you from having to read the installation instructions that come with PHP and Apache, but since some of the steps aren't exactly intuitive, the general procedure is as follows:

1. If your Horde components require PHP support for specific packages (such as IMAP or database support), obtain and install those packages.
2. Obtain and untar Apache and PHP.
3. Move into the apache directory and run ./configure once. Don't worry about arguments for now; this run is just to put things that PHP requires in place.
4. Move to the php directory and run ./configure --help. Make sure that you note all of the options that your components need.
5. Run ./configure. A basic configuration with MySQL and IMAP support would be ./configure --with-apache=../apache-1.3.12 --with-mysql=/usr/local/mysql --with-imap=../imap-4.7c where ../apache-1.3.12 is your Apache source directory, and ../imap-4.7c is your UW-IMAP source directory, and /usr/local/mysql is your MySQL installation directory.
6. Run make install. If all is successful, PHP is installed and ready to go.
7. Change back to the Apache directory and run ./configure --help. Make sure that you note all of the options your local configuration needs.
8. Run ./configure. A basic configuration with PHP version 4 would be ./configure --activate-module=src/modules/php4/libphp4.a. Note that the file src/modules/php4/libphp4.a does not exist yet. While that seems wrong, that's how it's supposed to work, and it will be built when Apache builds.
9. Run make and make install. You now have a PHP-enabled Apache installed.




http://wiki.horde.org/FAQ/Admin/Prerequisites?referrer=FAQ/Admin#toc5
 
Back to the origional question:

Well upgraded to php5 that went successful but now I cannot login to Horde

A fatal error has occurred
Auth_imp: Required IMAP extension not found.


but my php ./configure

has
--with-pear
--with-imap=shared --with-imap-ssl
 
I am getting this error with Plesk 8.2 and php 5.2.3 installed. I tried reinstalling horde from the rpms, but no luck. Any other solution?
 
Check if PHP loads the right module.
We had to change the MOD_IMAP.SO to IMAP.SO and then it works.

The MOD_IMAP.SO does not seem to exist ;)
 
Hi,

Go to Plesk updater and update related or all available Plesk update. It help to fix this issue. The error message was no longer display.
 
Back
Top