29 Oct
2025
29 Oct
'25
8:22 p.m.
It seems that quota mechanism in newer linux (eg alma10) has changed. Now there are no quota files (aquota.user), but instead quotas must be enabled (ext4) using tune2fs. It seems that dovecot (in my case) cannot recognise this and still looks for quota files:
error: Failed to get quota resource STORAGE: quota-fs:
quotactl(Q_GETQUOTA, /dev/sda1) failed: No such file or directory
Any way to overcome this? Have no time to change backends at the moment.