Next: Sieve Filters, Previous: MTA, Up: mail.local
Sometimes it is necessary to limit the maximum size of a user's mailbox. Such maximum size is called mailbox quota for this user.
When delivering a message, mail.local first cheks if the mailbox quota is specified for the recipient. If so, mail.local computes the difference between the quota value and the actual size of the recipient's mailbox. This difference represents the maximum size of the message the receipient's mailbox is able to accomodate. Let's call it msize. Depending on its value, mail.local takes decision on whether to deliver the message. There are three possible cases:
user: mailbox quota exceeded for this recipient
user: message would exceed maximum mailbox size for this recipient
Version 1.0 of gnu mailutils is able to retrieve mailbox quotas from a dbm or sql database.