> Von: Sheldon Hearn [mailto:sheldonh@starjuice.net]
> What does it depend on? My impression is that, if the
> operating system
> supports quotas and they're not hard to activate, they're always going
> to be better than MTA-imposed quotas.
One argument in favour of using MTA quotas is that the MTA can send a
warning to the user
when the quota usage crosses a certain threshold (the MTA needs to check the
quota at delivery time anyways). If you're using OS (FS) quotas, it's more
difficult
to send warnings/error messages in response to quota levels (you'd need some
extra jobs
running which check levels and send out messages).
...Jason