What does msuserpurge require to act?
This is the process to delete a user, as I understand it: (in version 6.2-7.50)
1) set user to 'deleted' status using commadmin
2) run msuserpurge to delete the msg store
3) purge user from ldap using commadmin
Instead of using commadmin I have a perl routine that changes the mailuserstatus to 'deleted'. My problem is that msuserpurge is not deleting the message store. I know it is not because I use mboxutil -l to show the mail folders for a given user. So, my question is what values does msuserpurge require to be in which attributes in order for it to delete the message store for a given user?
Below is a sample of the output from when I ran msuserpurge with the -v switch. Can anyone interpret this for me?
Grace period: 180 days
Purge users deleted before: 20060603230420Z
============================================================================
Domain Name: jaguar1.usouthal.edu
mailDomainStatus: active
inetDomainStatus: active
-
User NamemailUserinetUserModified Time Action
- - -
alightboactiveactive 20061128213109Z-
test997activedeleted 20060630155248Z pending
test999deleteddeleted 20060630155248Z pending
jmcphersondeletedactive 20060630155249Z pending
chedept inactiveactive 20060630154929Z-
csmithremovedactive 20061130173859Z-
...
-
total: 32578 | deleted: 51 | purged: 0 | pending: 51 | error: 0
thanks,
-Chris H

