Author |
|
dani.andrus Newbie
Joined: 29 August 2006 Location: Romania
Online Status: Offline Posts: 1
|
Posted: 29 August 2006 at 6:28am | IP Logged
|
|
|
Hi
I am tryng to install and i get the following error:
The IMAP module does not seem to be installed on this PHP setup, please see WebmailPHP documentation.
I mention that mod_imap is loaded. Do i need to install something else, or what port should i open in firewall?
Thanx
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 29 August 2006 at 8:07am | IP Logged
|
|
|
dani.andrus wrote:
I mention that mod_imap is loaded. Do i need to install something else, |
|
|
You need php-imap, php-iconv, php-domxml (php-dom for PHP 5 and higher) extensions be available in your PHP installation. You can check their availability as follows:
1. Type in any text editor the following code:
and save it with .php extension
2. Put this file into web server's folder (htdocs under Apache, inetpub/wwwroot under MS IIS).
3. Run this script via web browser and check availability of the extensions.
Also, you can find some useful information in the Confusion about Installation topic of this forum.
dani.andrus wrote:
or what port should i open in firewall? |
|
|
SMTP (25) and POP3 (110) ports must be open in firewall on the server where WebMail PHP installed. MailBee WebMail PHP does not require any other ports be open.
Best regards,
Andrew
|
Back to Top |
|
|
Sara Newbie
Joined: 17 August 2006
Online Status: Offline Posts: 15
|
Posted: 29 August 2006 at 10:30am | IP Logged
|
|
|
Hello !
Remove the ';' from the line ";extension=php_imap.dll" from php.ini and be sure that your php.ini configuration file keeps reference to your PHP's ext or extensions folder, mean php.ini keeps the full path to your extensions folders like this,
extension_dir = c:\php\ext (or extensions) OR
extension_dir = c:\php\ext\
|
Back to Top |
|
|