--- smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-delete-user.deluser 2008-12-17 21:56:46.000000000 +1100 +++ smeserver-zarafa-0.9.0/root/etc/e-smith/events/actions/zarafa-delete-user 2008-12-17 22:01:59.000000000 +1100 @@ -0,0 +1,10 @@ +#! /bin/sh + +# Delete a user from zarafa when they are removed from SME. + +# The user will be deleted from the database. The store of the user will be +# placed in the public store, in a 'Deleted Stores' folder. This folder is only +# available to administrative users of Zarafa. + +exec /usr/bin/zarafa-admin -d "$2" +