This is an automated email from the ASF dual-hosted git repository. Arsnael pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 5ed94170cc83ad7861d6790520bbcadc48bc4393 Author: Rene Cordier <[email protected]> AuthorDate: Tue May 19 15:05:01 2026 +0700 JAMES-4204 Add documentation for the force parameter --- docs/modules/servers/partials/operate/webadmin.adoc | 2 ++ src/site/markdown/server/manage-webadmin.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/modules/servers/partials/operate/webadmin.adoc b/docs/modules/servers/partials/operate/webadmin.adoc index 0a3cc30f44..d89e14f2dc 100644 --- a/docs/modules/servers/partials/operate/webadmin.adoc +++ b/docs/modules/servers/partials/operate/webadmin.adoc @@ -1785,6 +1785,8 @@ and the following `additionalInformation`: .... Note: The account must be empty for the restore to succeed. If the user already has mailboxes, the task will fail. +If you wish to really force the restoration on a non-empty user, you can add the `?force=true` query parameter. +It will delete existing data of the user before proceeding with the restoration. === ReIndexing a user mails diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 3431b47717..e338ebc313 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -1711,6 +1711,8 @@ The scheduled task will have the following type `MailboxesRestoreTask` and the f ``` Note: The account must be empty for the restore to succeed. If the user already has mailboxes, the task will fail. +If you wish to really force the restoration on a non-empty user, you can add the `?force=true` query parameter. +It will delete existing data of the user before proceeding with the restoration. ### ReIndexing a user mails --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
