Domain Disk Quota


By this file you can set different quotas for particular domains. If a domain exceeds the quota all messages will be rejected.

Formal Syntax:

quoteitems = *(quotaitem)  
quotaitem = domain "=" quotasize CRLF  
quotasize = 1*DIGIT ; kB limit
 

Example:

usa.net=5120
*=10240
This specifies that all domains have a 10 MB limit except from usa.net which has 5 MB limit.
The * must be at the end of the list.