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