squirrelmail cleanup bug?

donco

Verified User
Joined
Feb 5, 2004
Messages
45
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...
 
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.
 
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
 
Back
Top