PDA

View Full Version : Imap error



Guust
02-18-2004, 08:10 AM
ERROR : Connection dropped by imap-server.
Query: SELECT "INBOX"

This is the error what I get from squirrelmail, normal webmail just gives me: login failure/wrong password(password is correct, also changed it and retryed it).

This is only with 1 user....
please help me out, thanx.

DirectAdmin Support
02-18-2004, 08:52 AM
Hello,

Right after generating that error, check:
/var/log/messages
/var/log/maillog

John

prashantbhushan
12-29-2006, 02:53 AM
Hello,
I am also facing the same problem.

ERROR: Connection dropped by IMAP server.
Query: STATUS "INBOX" (MESSAGES UNSEEN RECENT)

I have only 5MB mailbox size.

maillog shows :

Command stream end of file, while reading line user=abc@xyz.com.





Originally posted by DirectAdmin Support
Hello,

Right after generating that error, check:
/var/log/messages
/var/log/maillog

John

Icheb
01-05-2007, 06:28 AM
I've gotten this error before, after I tried to manually update the imap daemon. But after going back to the supplied daemon in DA, everything worked again.

Are there any kind of strange things in the username?

DirectAdmin Support
01-05-2007, 11:02 AM
Hello,

It may be related to full quotas for the username. Check
quota -v usernameto see what his current usage is. If dovecot can't write it's files, things probably won't work correctly.

John

nobaloney
01-09-2007, 05:19 PM
Yep. It's always been overlimit when we've seen the problem.

Here's what we've found:

We don't have quota running on /var but we do have it running on /home.

When we switched to Dovecot, all the mail got moved from /var to /home.

And all of a sudden a lot of users were overlimit.

Jeff

vandal
01-10-2007, 12:57 PM
so you are saying the current mail system is not properly tracking users email boxes? I don't understand how before the upgrade some mail was not being considered in the quota.

Most systems should have the quota running on / correct?

nobaloney
01-10-2007, 03:14 PM
I didn't say that because I don't know what you've set up. Our systems only enforce the quota on /home; that's part of the linux quota system.

DA counts the email no matter where it is, but doesn't enforce quotas; it leaves that up to the quota system.

Jeff

vandal
01-10-2007, 03:19 PM
ahh ok thanks for clearing that up. I was just confused.