Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Imap Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
dani.andrus
Newbie
Newbie
Avatar

Joined: 29 August 2006
Location: Romania
Online Status: Offline
Posts: 1
Posted: 29 August 2006 at 6:28am | IP Logged Quote dani.andrus

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 View dani.andrus's Profile Search for other posts by dani.andrus
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 29 August 2006 at 8:07am | IP Logged Quote Andrew

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:
Code:
<?php
phpinfo();
?>

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 View Andrew's Profile Search for other posts by Andrew
 
Sara
Newbie
Newbie


Joined: 17 August 2006
Online Status: Offline
Posts: 15
Posted: 29 August 2006 at 10:30am | IP Logged Quote Sara

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 View Sara's Profile Search for other posts by Sara
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide