[Dovecot] quotactl failed with disk quotas and dovecot 2.0
Patrick McLean
patrick at cim.mcgill.ca
Sat Aug 7 19:03:11 EEST 2010
Hi,
I have a machine running dovecot 2.0 rc4 and I can't seem to get the
imap_quota plugin working, every time I try to read the quotas, I get
the following in my log:
> Aug 7 11:58:43 talyn dovecot: imap(chutz): Error: quotactl(Q_GETQUOTA, rootfs) failed: No such file or directory
> Aug 7 11:59:53 talyn dovecot: imap(chutz): Error: quotactl(Q_GETQUOTA, rootfs) failed: No such file or directory
> Aug 7 11:59:54 talyn dovecot: imap(chutz): Error: quotactl(Q_GETQUOTA, rootfs) failed: No such file or directory
(Once for each try)
Here is the output of dovecot -n:
> # 2.0.rc4: /etc/dovecot/dovecot.conf
> # OS: Linux 2.6.34-gentoo-r3 i686 Gentoo Base System release 2.0.1
> listen = *
> mail_location = mdbox:~/.mdbox
> mail_plugins = acl quota zlib trash imap_quota
> managesieve_notify_capability = mailto
> managesieve_sieve_capability = comparator-i;octet comparator-i;ascii-casemap fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date spamtest spamtestplus virustest
> passdb {
> args = *
> driver = pam
> }
> plugin {
> quota = fs:User quota:user
> quota_warning = storage=80%% quota-warning 80 %u
> sieve = ~/.dovecot.sieve
> sieve_dir = ~/.sieve
> }
> protocols = imap lmtp
> service auth {
> unix_listener /var/spool/postfix/private/auth {
> group = postfix
> mode = 0660
> user = postfix
> }
> }
> ssl_cert = </etc/ssl/dovecot/server.pem
> ssl_key = </etc/ssl/dovecot/server.key
> userdb {
> driver = passwd
> }
> verbose_proctitle = yes
> protocol lda {
> mail_plugins = sieve quota
> }
More information about the dovecot
mailing list