View Full Version : squirrelmail cleanup bug?
donco
03-02-2004, 06:26 PM
I noticed that after deleting a customer account, that the customer's squirrelmail files still exist here:
/var/www/html/squirrelmail/data
I assume the desired behavior is for these files to be deleted.
Let me know if I missed something...
existenz
03-02-2004, 06:47 PM
This is because it is just user data. DA just does not currently have the ability to remove the users data.
Honestly SquirrelMail is not really designed to be used in a virtual hosting situation. Their is not a perfect way to remove the users from SquirrelMail at this time.
donco
03-03-2004, 12:07 PM
Well, far be it for me to tell a programmer (which I am not) his own business, but I'd think at the very least, one could:
rm -f /var/www/html/squirrelmail/data/*@$CustomerDomain.*
rm -f /var/www/html/squirrelmail/data/$CustomerName.*
Which, BTW, is basically what we've done via the post user removal custom script.
Thanks, as always, for your attention...
-the donco
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.