Our previous administrator had a program document (for compacting) that had Command line: mailcomp.ind -B. In the comments it was for compacting db’s that were over quota.I can’t seem to find any documention on this. Has anyone seen this before? Is it possible to compact only mail db’s over quota?
Subject: Compacting Mail
mailcomp.ind was most likely a text file that contained a list of mail files that were over quota. How the admin compiled that list would be the question. You could write some script to loop through all mail files on the server and compare the dbsize to the dbquota and if the quota is larger or close to the size then add the file name to the list.
Subject: RE: Compacting Mail
You were correct…thankyou.