This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Howdy,
Well, using the command line tools -- you can modify the quota for an email account, though you can't actually remove it.
So you could set it to a very high value.
You can see that option by running:
virtualmin modify-user
You could make a script that loops through the output of "virtualmin list-users --all-domains", and changes the quota on each of them.
-Eric