Author |
|
othed Newbie
Joined: 09 August 2012 Location: United States
Online Status: Offline Posts: 1
|
Posted: 10 August 2012 at 8:38am | IP Logged
|
|
|
I am trying to move servers. I have everything working but the webmail will not connect when i try and test it. I get "Internal Server Error. Please, contact your system administrator in order to report the problem."
The log file gives me this -
[10:20:08.85] [INFO] Assembly version: 6.0.2.220.
[10:20:08.85] [INFO] Will resolve host "localhost".
[10:20:08.88] [INFO] Host "localhost" resolved to IP address(es) 127.0.0.1.
[10:20:08.88] [INFO] Will connect to host "localhost" on port 143.
[10:20:08.92] [INFO] Socket connected to IP address 127.0.0.1 on port 143.
[10:20:08.95] [RECV] * OK IMAPrev1\r\n [Total 15 bytes received.]
[10:20:08.98] [INFO] Get the list of IMAP4 capabilities via CAPABILITY command.
[10:20:08.98] [SEND] MBN00000001 CAPABILITY\r\n
[10:20:08.99] [RECV] * CAPABILITY IMAP4 IMAP4rev1 CHILDREN IDLE QUOTA SORT ACL NAMESPACE RIGHTS=texk\r\n [Total 81 bytes received.]
[10:20:08.99] [RECV] MBN00000001 OK CAPABILITY completed\r\n [Total 37 bytes received.]
[10:20:08.99] [INFO] Connected to mail service at host "localhost" on port 143 and ready.
[10:20:09.01] [INFO] Will login as "test@test.com".
[10:20:09.01] [INFO] Will try regular LOGIN authentication.
[10:20:09.01] [SEND] MBN00000002 LOGIN "test@test.com" "********"\r\n
[10:20:09.03] [RECV] MBN00000002 OK LOGIN completed\r\n [Total 32 bytes received.]
[10:20:09.03] [INFO] Logged in as "test@test.com".
[10:20:09.03] [INFO] Get namespaces for the account.
[10:20:09.03] [SEND] MBN00000003 NAMESPACE\r\n
[10:20:09.03] [RECV] * NAMESPACE (("" ".")) NIL (("#Public" "."))\r\n [Total 46 bytes received.]
[10:20:09.03] [RECV] MBN00000003 OK namespace command complete\r\n [Total 43 bytes received.]
[10:20:09.04] [SEND] MBN00000004 LOGOUT\r\n
[10:20:09.04] [RECV] * BYE Have a nice day\r\n [Total 23 bytes received.]
[10:20:09.04] [RECV] MBN00000004 OK Logout completed\r\n [Total 33 bytes received.]
[10:20:09.04] [INFO] Will disconnect from host "localhost".
[10:20:09.04] [INFO] Disconnected from host "localhost".
I cant figure out what is going on?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 11 August 2012 at 3:02am | IP Logged
|
|
|
The server reports quite strange NAMESPACE info. Try to disable NAMESPACE extension on the server and see if it helps.
Regards,
Alex
|
Back to Top |
|
|