Netscape 4.1 empty trash 20k users

Hi expert,I have customer that have 20k users in their Netscape Messaging Server 4.1.I want to know on how to empty trash all 20k users.Where the trash located.If can't delete at once, can I delet one-by-one manuallythanks
[272 byte] By [707079] at [2007-11-25 8:26:32]
# 1
mboxutil -l >filename to find the mailboxes that contain trash folder that have some data in.then check the mboxutil manual, i dont remember exacle how to remove a mailbox or a subfolder of the INBOX...
george kiriakidis at 2007-7-1 14:51:44 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2

Thank you for your information.

I'll try to test that command.

Current situation is the iplanet hd already reach 95%.

One of the reason is probably because many discontinued user mailbox still there eventhough I already delete their a/c from ldap.

How to find the user that still exist in Netscape but no longer in ldap.

If I want to migrate to new host.

Probably what I have to do are:

-migrate ldap user using db2ldif

-migrate user mailbox. Can I just simply copy user directory which contain all users mailbox?

thanks

707079 at 2007-7-1 14:51:44 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3

You should take a look at reconstruct -o, this will list orphaned accounts (mailboxes with no entry in the directory). Spool the output to a file and run it to delete all of the mailboxes.

If you want to migrate to another host and you are moving from Solaris --> Solaris just copy everything over (including user/group accounts, symlinks, etc.).

I have done this many times without any problems.

Mark

Mark Woolever at 2007-7-1 14:51:44 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...