#0x800ccc0f - Connection problem

streamservice

Verified User
Joined
Dec 14, 2005
Messages
174
Location
The Netherlands
Hello,

Could someone say me how I can fix the error above (#0x800ccc0f - connection problem)? I cannot find it in the logs why it happens, maybe i did look to the wrong log (so maybe you can say where i have to look).

The error when I try to login to that account with telnet (just to test the login):
Code:
+OK Logged in.
-ERR [IN-USE] Couldn't open INBOX: Internal error occurred. Refer to server log for more information. [2008-02-19 18:33:30]
Connection closed by foreign host.

How can I fix it?
 
Check the logs:

/var/log/maillog

/var/log/exim/paniclog
/var/log/exim/mainlog
/var/log/exim/rejectlog

If it is a pop3 problem it will mainly be logged into /var/log/maillog

0x800ccc0f is a windows error and relates to nothing on the server side. From looking it up online it says its a connection interrupted. You will have to look in the logs to find out what is happening.
 
Check the logs:

/var/log/maillog

/var/log/exim/paniclog
/var/log/exim/mainlog
/var/log/exim/rejectlog

If it is a pop3 problem it will mainly be logged into /var/log/maillog

0x800ccc0f is a windows error and relates to nothing on the server side. From looking it up online it says its a connection interrupted. You will have to look in the logs to find out what is happening.

It is a POP3 problem. In /var/log/maillog there are only lines related to this that I can find that are below (they don't point me to the solution):
Code:
Feb 19 18:33:30 server dovecot[13462]: auth(default): shadow([email protected],89.248.170.35): unknown user
Feb 19 18:33:30 server dovecot[13462]: auth(default): passwd([email protected],89.248.170.35): unknown user
Feb 19 18:33:30 server dovecot[13462]: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=89.248.170.35, lip=89.248.170.31
Feb 19 18:33:30 server dovecot[13462]: POP3([email protected]): stat(/home/domain/imap/domain.com/webmaster/Maildir/cur) failed: Permission denied
Feb 19 18:33:30 server dovecot[13462]: POP3([email protected]): stat(/home/domain/imap/domain.com/webmaster/Maildir/cur) failed: Permission denied
Feb 19 18:33:30 server dovecot[13462]: POP3([email protected]): Couldn't open INBOX: Internal error occurred. Refer to server log for more information. [2008-02-19 18$
Feb 19 18:33:30 server dovecot[13462]: POP3([email protected]): Couldn't open INBOX top=0/0, retr=0/0, del=0/0, size=0
Permission for /home/domain/imap/domain.com/webmaster/Maildir/cur is 770 (user: domain, group: mail).

Domainname and username are changed. But they shouldn't be the cause off the problem.
 
Last edited:
Try this first:

cd /usr/local/directadmin/scripts
./set_permissions.sh all
 
Back
Top