*URGENT* Major mail issues

kcackler

Verified User
Joined
Apr 14, 2008
Messages
25
We are having some serious mail issues here right now with a single domain name (As far as I know, anyway)

For some reason, we are unable to check any mail on a single domain of ours, call it domain.com. We have deleted the account and recreated it to no success. When we attempt to log in (Through squirrelmail), we are shown:

ERROR: Connection dropped by IMAP server.


When this happens, the maillog has

Code:
Sep 22 09:57:10 andromeda dovecot[3827]: auth(default): shadow([email protected],127.0.0.1): unknown user
Sep 22 09:57:10 andromeda dovecot[3827]: auth(default): passwd([email protected],127.0.0.1): unknown user
Sep 22 09:57:10 andromeda dovecot[12111]: dovecot: Panic: Trying to allocate 0 bytes
Sep 22 09:57:10 andromeda dovecot[12111]: dovecot: Raw backtrace: dovecot [0x8059d40] -> dovecot [0x8059ddd] -> dovecot [0x8052130] -> dovecot [0x805965c] -> dovecot [0x805869e] -> dovecot [0x805884b] -> dovecot [0x80630c5] -> dovecot [0x8058a78] -> dovecot [0x8058f04] -> dovecot [0x8051f3e] -> dovecot [0x804f0f2] -> dovecot [0x804aa19] -> dovecot [0x805dbd7] -> dovecot [0x805ccd8] -> dovecot [0x8052a62] -> /lib/libc.so.6(__libc_start_main+0xdc) [0xb7da8e8c] -> dovecot [0x804a281]
Sep 22 09:57:10 andromeda dovecot[3827]: dovecot: child 12111 (imap) killed with signal 6 (core dumps disabled)
Sep 22 09:57:10 andromeda dovecot[3827]: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured

I've run the fix_permissions email script but it did not fix anything. Any help is very much appreciated, as I have a sneaking suspicion that this problem is affecting more than just this one account.

If you need any additional information, just let me know.
 
OK, a little more info.

I SSH'd to the imap directory for the domain in question and ls -lh the contents. I saw that the imap folder for the user was owned by root:root - So I chown user:mail directory and am given the following error message:

chown: changing ownership of `user': Disk quota exceeded

I don't get what the issue is, because the 'user' email account has an unlimited quota...The domain's account still has roughly 4GB of disk space available, and the server itself is nowhere near running out of space.

So this is obviously some sort of quota issue, but I've got no idea where to begin.
 
OK, fixed the problem. I have got no idea what is going on here. I ran quota -s user, and saw that for some reason, the user's quota was WAY down from what it should have been, even though directadmin was still showing the proper quota. So I went into DA, "Modified the User" (IE, just clicked the modify user button) and saved, and the quota was set back to its proper value.

I'm curious, though, as to how it got set to such a low value...
 
Back
Top