Do I have any #
Dovecot experts among my followers? I'm trying to setup Dovecot so that I can assign #
quotas to both individual users and entire domains. The individual quotas are working, that's fairly well documented and there are many example configurations to be found online that can provide inspiration.
Domain quotas are different though. I know I'm pretty bad at searching (well, searching is ok, but finding isn't my strongest point), but it seems like nobody does domain quotas the way I want to. I want to be able to assign a quota to a domain and leave all users within that domain without quota, so that everyone can keep receiving mail until the domain quota is reached.
I'm using a dictionary in MySQL to keep track of individual user quotas, and my SMTP-servers can check quotas in realtime so they can decide whether to accept or reject an incoming message for that user. I want my domainquota information in a MySQL dictionary too, which would be flexible enough to add a couple of extra Dovecot servers when I have to scale up.