Anyway I have trouble with quota reporting itself, because I tried to setup
a regular quota (100G) first, but somehow Thunderbird doesn't report free
quota as it does in case of Gmail accounts.
I added to 20-imap.conf:
protocol imap {
mail_plugins = $mail_plugins quota imap_quota
}
and to 90-quota.conf:
plugin {
quota = maildir
quota_rule = *:storage=100G
}
What else should I add to enable reporting? (without warning emails,
commands changing quota and all that stuff)
Try moving the quota outside of the protocol block.
mail_plugins = quota ...
protocol imap {
mail_plugins = $mail_plugins imap_quota
...
}
Try adding a text label for the client to use.
plugin {
quota = maildir:Quota Limit
...
}
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org