Hello There,

I am try desperatly to setup quota-fs plugin in Dovecot. I have the following configuration in place:

/etc/dovecot/conf.d/10-mail.conf:mail_plugins = $mail_plugins quota zlib
/etc/dovecot/conf.d/20-imap.conf:  mail_plugins = $mail_plugins imap_quota
/etc/dovecot/conf.d/90-quota.conf:
plugin {
  #quota = dirsize:User quota
  #quota = maildir:User quota
  #quota = dict:User quota::proxy::quota
  #quota = fs:User quota:user
  quota = fs:user
}


The logs report the following error each time quota is requested:
Mar 11 17:56:20 mail.xxxxxxx.xx dovecot[4923]: imap(xxxx)<4939><S0Opc9SDjLyjrKVa>: Error: Failed to get quota resource STORAGE: quota-fs: quotactl(Q_GETQUOTA, /dev/vda1) failed: No such file or directory

I have no idea of which file or directory is missing.

Any advice is welcome.

Thanks and best regards,

-
Eric Grammatico _/)