Author |
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 15 August 2010 at 3:05am | IP Logged
|
|
|
I've a WebMail pro 5.0.5 installed on my server (Windows 2008 R2), when syncronize webmail is very slow, but the outlook sync is ok! why?
This is a full configuration:
server : Windows 2008 R2 (x64)
DB Engine : MySQL 5.1.49 (x64)
IIS : 7.0
WebAppl. : WebMail pro 5.0.5 ASP.net
Mail Server: hmailserver
I've configured WebMail Pro with IMAP connection and test it with direct mode and none, but the speed is same. I've also configured connection database with ODBC driver 3.57 (32bit) and with ODBC driver 5.1 (x64) but result is same.
thanks for reply.
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 17 August 2010 at 3:21am | IP Logged
|
|
|
I want test speed of php version of WebMail Pro. I've installed a PHP 5.3.3 and connect it via FastCGI on IIS 7.5. After i've installed WebMail Pro PHP version and configured it, but when i add a user in domain receive a error:
"can't connect to imap4 server, check imap4 server setting!"
the setting are all ok, i test imap connection via telnet and it's ok, i'va also tested a imap connection with a script php use php_imap.dll and it's ok, this is the script:
<?php
$mail_server = "localhost" ;
$mail_port = 143 ;
$mail_username = "test@domain.com" ;
$mail_password = "password" ;
echo "<h1>".$mail_username." on ".$mail_server."</h1>\n\n" ;
$mbox = imap_open("{".$mail_server.":".$mail_port."}".$mail_folder, $mail_username, $mail_password) or die("Error opening mailbox: ".imap_last_error());
$mailboxheaders = imap_headers($mbox);
if ($mailboxheaders == false) {
echo "<p>".$mail_folder." is empty.</p>\n\n";
}
else {
echo "<h2>".$mail_folder."</h2>\n" ;
echo "<ol>\n" ;
$msgno = 0;
foreach ($mailboxheaders as $val) {
$msgno++;
echo " <li>".$val ."</li>\n";
}
echo "</ol>\n\n" ;
}
imap_close($mbox);
?>
Is a problem of imap class in WebMail???
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 August 2010 at 5:48am | IP Logged
|
|
|
I'd suggest to enable debug logging in AdminPanel as described here, that would allow you to check what's causing authentication issue, and why the connection is so slow, maybe something (e.g. firewall/antivirus) is standing in the way.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 17 August 2010 at 6:37am | IP Logged
|
|
|
Ok, i've a log for WebMail Pro ASP.net this is slow! but in the php version i see the error described in the second post reply !
I post the log in this thread?
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 17 August 2010 at 6:51am | IP Logged
|
|
|
i've activated log in php version, but no file is present il data/logs folder !!!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 August 2010 at 4:58am | IP Logged
|
|
|
Setting 777 permissions for the directory should do the trick.
ASP.NET version of WebMail Pro has debug logging as well.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 18 August 2010 at 7:34am | IP Logged
|
|
|
I've setting ALL permission to IUSR... on IIS server for data folder that contain logs folder !!!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 August 2010 at 7:37am | IP Logged
|
|
|
You might try granting Full Control permissions to EVERYONE user temporarily for testing purposes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 18 August 2010 at 8:19am | IP Logged
|
|
|
i set full control for EVERYONE but no logs write in folder !!!
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 18 August 2010 at 8:53am | IP Logged
|
|
|
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 19 August 2010 at 4:20am | IP Logged
|
|
|
Weird, all I can say. If you'd like us to check this, please provide the Remote Desktop access to your installation. You can send the credentials via HelpDesk.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mic.max Groupie
Joined: 15 August 2010
Online Status: Offline Posts: 43
|
Posted: 19 August 2010 at 7:40am | IP Logged
|
|
|
ok isend it via HelpDesk !!!
|
Back to Top |
|
|