Exim problem with disk quota

sadeqn

Verified User
Joined
Jun 22, 2010
Messages
6
Last day I run customebuild to update my DA.
after that, It seems my exim is not working fine. for every incoming email address (local delivery addresses) raise an error message like:
2011-05-15 08:59:32 1QLXAc-00053u-Jj == [email protected] <[email protected]> R=virtual_user T=virtual_localdelivery defer (122): Disk quota exceeded: mailbox is full

I checked the disk quota for that domain (just 1.5G/4.0G is used). about 48% of disk is free too.

Then I tried to comment quota check in exim.conf and restarted the exim.
Nothing changed!

Any idea?
 
Hi I have the same problem:

I keep getting these messages for all e-mailadresses of one user (multiple domains):
2013-08-26 20:40:48 <email> R=virtual_user T=virtual_localdelivery defer (122): Disk quota exceeded: mailbox is full

The individual inbox quota's are all unlimited and for testing purposes I have set the user's disk quota to unlimited as well.
Still the emails containing an attachment won't get through.

DA runs on a VPS with a 'simfs' filesystem, but that should not matter when I have all quota's set to unlimited, right?

[root@server home]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 30G 6.1G 24G 21% /
none 512M 4.0K 512M 1% /dev
[root@server home]# /usr/sbin/repquota /
repquota: Mountpoint (or device) / not found.
repquota: Not all specified mountpoints are using quota.
[root@server home]#

I have never experienced this problem before in the last couple of years.


Hope someone can help me out!
Greetings

p.s. I run DirectAdmin 1.43.3
 
Last edited:
Hello,

I suspect exim is referring to the inbox quotas, not the system quotas.
It would be specific to that mailbox.. check:
Code:
User Level -> E-Mail Accounts
to see what the disk usage is, and what the limit is, for that account.

John
 
Back
Top