Quota-Monitor is a simple pear script. That goes though the xmail smtp log for that day (That day meaning the log file that corresponds the day in switch the script is run on). And Look for the EFULL string which xmail uses to define the error "INBOX FULL". Then it gets which user the error belongs to. And Finally it emails the Admin with that users email address. -::Requirments::- 1. Perl 2. Perl Modules => Net::SMTP 3. grep 4. awk |