Author |
|
j@ck Newbie


Joined: 08 September 2006 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 08 September 2006 at 4:37pm | IP Logged
|
|
|
Hello,
when i try to login from index.php, i get this error in IE:
--------------------------
There was a problem with the request. Status: 12152
--------------------------
And this one in Firefox:
--------------------------
Incorrect tag name of the root element
--------------------------
I have installed Postfix and Dovecot. There is no Problem when i connect via pop from thunderbird/outlook express.
I thought it's something with Ajax so i disabled it. But it didn't work either.
My System:
Debian Sarge 3.1
Apache 2.2.2
PHP 5.1.4
Thank you for your help!
Daniel
|
Back to Top |
|
|
j@ck Newbie


Joined: 08 September 2006 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 09 September 2006 at 8:19am | IP Logged
|
|
|
ok, i got the problem now!
The problem was the configuration of my IMAP-Server Dovecot.
i changed two things in dovecot.conf:
ssl_disable = yes
disable_plaintext_auth = yes
Now it works fine!!
Hope this helps if anyone has the same problem...
|
Back to Top |
|
|
j@ck Newbie


Joined: 08 September 2006 Location: Germany
Online Status: Offline Posts: 5
|
Posted: 09 September 2006 at 8:27am | IP Logged
|
|
|
j@ck wrote:
disable_plaintext_auth = yes |
|
|
that was wrong, i mean
disable_plaintext_auth = no
|
Back to Top |
|
|
Andrew AfterLogic Support

Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 11 September 2006 at 6:26am | IP Logged
|
|
|
Thank you for your cooperation.
The problem you faced is caused by an imperfection in php-imap extension. The problem appears in some cases if mail server has SSL protocol turned on. We have taken into account this issue and will find a workaround soon.
Best regards,
Andrew
|
Back to Top |
|
|