> Has anybody this problem?? How It can be fixed??
I don't think the quota mechanism is a solution for this.
I would recommend to establish a policy that
a) allows any user to receive any big mail
b) ensures that the POP-storage doesn't fill up over time
All users must have accepted this policy.
Write a script that does the following:
1. Check if the user is over your limit, if not quit.
2. Delete all mail that is over a specified time limit.
3. If the user is still over his (space) limit, delete
mail beginning at the oldest going to newest until
enough space is freed.
Ensure not to delete mail that is newer than a specified
time (f.e. two or three days).
4. Generate a mail that tells the user which mail was deleted
(Sender, Receiver, Return-Path, Delivered-To:, Message-Id,
Date, Subject, ...)
Share the script with us.
Regards, Frank