ispCP - Board - Support
Maia Installation - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Maia Installation (/thread-1472.html)



Maia Installation - Nomis - 10-08-2007 03:29 AM

Hi

I am busy following the Maia Installation on the Wikki.

I have gotten up to

15.) Test the GUI
Open this URL on your Server: http://admin.yourserver.tld/tools/antispam/admin/configtest.php

And I fail on 3 things

IMAP library :FAILED: Not installed, but only required if you want to be able to authenticate with IMAP or POP3. See this page for more information about downloading the IMAP extensions to PHP, and instructions for recompiling PHP with the --with-imap flag.

I have gone to the link but am not sure exactly what I must down load ( imap.tar.Z) and it tells me that I need to compile it with these functions to work, you have to compile PHP with --with-imap[=DIR], where DIR is the c-client install prefix. Is that POP3.

Help not sure how to go forward.


RE: Maia Installation - BeNe - 10-08-2007 04:16 PM

Quote:Here should everything looks 'OK'. If not install the needed modules with

pear install modulname
Did you do that ??
Try:
Code:
pear install imap

Greez BeNe