@@ -12,9 +12,8 @@ dovecotlinks:
1212The lazy expunge plugin provides a "second-chance" to recover messages that
1313would otherwise be deleted from a mailbox by user action.
1414
15- It does this by moving the message to a defined location (either a mailbox, or
16- a namespace -- see below for further details) when a user deletes the message
17- from a mailbox.
15+ It does this by moving the message to a defined location when a user deletes
16+ the message from a mailbox.
1817
1918This behavior is useful for a variety of reasons:
2019
@@ -33,21 +32,19 @@ should be used to prune the mailbox to control storage usage.
3332
3433## Configuration
3534
36- ### Storage Locations
37-
38- #### Mailbox
35+ ### Storage Location
3936
4037Messages that are expunged are moved to a single mailbox.
4138
42- This is the simplest configuration. The mailbox is created automatically.
39+ The mailbox is created automatically.
4340
4441You probably also want to hide it with an [[ link,acl]] from the user, if
4542recovery is only expected to be an action performed by an admin/operator.
4643
4744To move to a mailbox, do NOT add a trailing delimiter to the
4845[[ setting,lazy_expunge_mailbox]] setting.
4946
50- ##### Example Configuration
47+ #### Example Configuration
5148
5249::: code-group
5350
@@ -130,15 +127,13 @@ See [[plugin,quota]].
130127
131128Doveadm can be used to manually clean expunge storage.
132129
133- Example to delete all messages in ` .EXPUNGED ` namespace older than one day:
130+ Example to delete all messages in ` .EXPUNGED ` mailbox older than one day:
134131
135132``` sh
136- doveadm expunge mailbox ' .EXPUNGED/* ' savedsince 1d
133+ doveadm expunge mailbox ' .EXPUNGED' savedsince 1d
137134```
138135
139136### Autoexpunge
140137
141- Set autoexpunge configuration for expunge storage to automatically clean
138+ Set [[ setting,mailbox_autoexpunge ]] configuration to automatically clean
142139old messages.
143-
144- See [[ link,namespaces]] .
0 commit comments