Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Error on login Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Geert
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 05 May 2006 at 4:53am | IP Logged Quote Geert

Hello,

I have installed Webmail PHP and configured the admin part without a problem.

When trying yo login to an email account I get the following error message:

Wrong Email, Login and or Password. Authentication failed: Certificate failure for mail.pubyfiesta.com: self signed certificate: /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/emailAddress=postmaster@example.com

Hope you can help me!

Kind Regards,

Geert
Back to Top View Geert's Profile Search for other posts by Geert
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 05 May 2006 at 11:02am | IP Logged Quote Alex

We released WebMail PHP v1.0.10 (some minor bugs were fixed as long as bug which might cause
this problem). Please download updated WebMail PHP package from the link below:

http://www.afterlogic.com/download/webmail_php.asp

After downloading, you should replace old WebMail PHP files with new ones, except "settings_path.php".

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
Geert
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 05 May 2006 at 12:08pm | IP Logged Quote Geert

Hello,

Thanx for your swift response! After updating the files I was able to login, but it seems to go verry slow when opening messages... The ASP demo you have online is verry swift (That is why I am trying it).

It isn't because of the server, we have a dedicated dual xeon with 4GB RAM and only 1 site running on it (Red Hat Enterprise 3) ...
Back to Top View Geert's Profile Search for other posts by Geert
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 05 May 2006 at 1:04pm | IP Logged Quote Alex

Probably, response buffering is off on your server. Please try to enable it and let us know if this helps. Thanks!

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
Geert
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 05 May 2006 at 1:14pm | IP Logged Quote Geert

Hello,

One short question...

In /Data/config.php there is a variable called: imap_flags . I modified the value by mistake... it was something like "/pop3/Nocertificate" ...

Hope you give me the correct value, "/pop3" doesn't work.

Kind Regards,

Geert
Back to Top View Geert's Profile Search for other posts by Geert
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 05 May 2006 at 1:28pm | IP Logged Quote Alex

I guess it was '/pop3/novalidate-cert'.

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
Geert
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 05 May 2006 at 1:53pm | IP Logged Quote Geert

Hello again,

Good guess !! I have turned output_buffering = ON in the php.ini file and have restarted apache, but it is still as slow as it was.

Any more idears on how to solve this??

Kind Regards,

Geert
Back to Top View Geert's Profile Search for other posts by Geert
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 08 May 2006 at 7:55am | IP Logged Quote Alex

The topic continues at MailBee Forum : Slow

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
jokeruzzo
Newbie
Newbie


Joined: 28 July 2006
Online Status: Offline
Posts: 1
Posted: 28 July 2006 at 5:38am | IP Logged Quote jokeruzzo

hi there...
I ha same problem:

Wrong Email, Login and or Password. Authentication failed: Certificate failure for mail.pubyfiesta.com: self signed certificate: /C=US/ST=NY/L=New York/O=Courier Mail Server/OU=Automatically-generated POP3 SSL key/CN=localhost/emailAddress=postmaster@example.com

try to upgrade files...but no way.
there is some settings from server side ?

I've try to login from your on line live demo on my server but no way.

login server and pw are correct I use it every day....any suggestion ?
Back to Top View jokeruzzo's Profile Search for other posts by jokeruzzo
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 28 July 2006 at 7:47am | IP Logged Quote Alex

Quote:

hi there... I ha same problem: Wrong Email, Login and or Password.
Authentication failed. login server and pw are correct I use it every
day....any suggestion ?


The value of "imap_flags" variable is defined automatically by MailBee WebMail PHP, and apparently it is defined incorrectly. Right now it probably defined like imap_flags = '/pop3'. Thus, please open "config.php" file from the "data\settings\" subfolder of your MailBee WebMail PHP installation and change the value of "imap_flags" variable to "/pop3/novalidate-cert". The whole string should look as follows:

Code:

$config->imap_flags = '/pop3/novalidate-cert';


Please note, if the current value of the "imap_flags" variable is "/pop3/novalidate-cert", please change it to "/pop3". In such case, the whole string should look like:

Code:

$config->imap_flags = '/pop3';


Please let us know if it helps.

Also, we would be very pleased if you provide us with detailed configuration of the workstation where WebMail PHP is running (versions of your PHP, Apache, OS etc.). You can send this information to support@afterlogic.com.


Best regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

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