M Manius New member Joined Oct 25, 2017 Messages 1 Oct 25, 2017 #1 Hello! How can I enable this in the image below? I mean use the space by mail: DirectAdmina:1.52.1 System: Debian 7.9 64-bit
Hello! How can I enable this in the image below? I mean use the space by mail: DirectAdmina:1.52.1 System: Debian 7.9 64-bit
W wavoe Verified User Joined Nov 21, 2007 Messages 75 Location Belgium Oct 27, 2017 #2 Verify if you can find the following code in your dovecot configuration: Code: mail_plugins = $mail_plugins quota protocol imap { mail_plugins = $mail_plugins imap_quota } plugin { quota = maildir } If it's not the case add it manually or try via custombuild: Code: cd /usr/local/directadmin/custombuild ./build set dovecot_conf yes ./build dovecot_conf Once the quota module is enabled in your dovecot it should be visible in the roundcube webmail..
Verify if you can find the following code in your dovecot configuration: Code: mail_plugins = $mail_plugins quota protocol imap { mail_plugins = $mail_plugins imap_quota } plugin { quota = maildir } If it's not the case add it manually or try via custombuild: Code: cd /usr/local/directadmin/custombuild ./build set dovecot_conf yes ./build dovecot_conf Once the quota module is enabled in your dovecot it should be visible in the roundcube webmail..