| 10 | |
| 11 | === Vanaf Zarafa 6.40.x === |
| 12 | |
| 13 | Vanaf deze versie is er een speciale folder meer. Verwijderde mailstores worden nu "orphaned" en kunnen worden terug gehaald met zarafa-admin: |
| 14 | {{{ |
| 15 | The following functions are to control stores of users: |
| 16 | --list-orphans list all users without stores and stores without users. |
| 17 | --remove-store storeguid delete orphaned store of user that is deleted from external source. |
| 18 | --hook-store storeguid hook orphaned store to a user or copy to a public. |
| 19 | -u username update user to received orphaned store given in --hook-store. |
| 20 | --copyto-public copy the orphan store to the public folder. |
| 21 | --unhook-store unhook store from user. |
| 22 | |
| 23 | }}} |