Mail when users over quota

2006-06-01 Thread Bart Braem
We are implementing quota on our servers and it worked out fine. But we
would like to warn users with a mail when they are over quota. Is there a
tool that does that? We found warnquota for linux but nothing for FreeBSD.
We are not the only users of quota who want to warn their users with a
mail, right?

Regards,
Bart

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mail when users over quota

2006-06-01 Thread Dan Nelson
In the last episode (Jun 01), Bart Braem said:
 We are implementing quota on our servers and it worked out fine. But we
 would like to warn users with a mail when they are over quota. Is there a
 tool that does that? We found warnquota for linux but nothing for FreeBSD.
 We are not the only users of quota who want to warn their users with a
 mail, right?

One way would be to parse the output of repquota, and send an email
to anyone with a + in the 2nd column.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]