Skip to content

Commit f09544f

Browse files
slusarzsirainen
authored andcommitted
lazy-expunge: Remove all references to namespace storage
1 parent 5e38feb commit f09544f

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

docs/core/plugins/lazy_expunge.md

+8-13
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ dovecotlinks:
1212
The lazy expunge plugin provides a "second-chance" to recover messages that
1313
would 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

1918
This 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

4037
Messages 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

4441
You probably also want to hide it with an [[link,acl]] from the user, if
4542
recovery is only expected to be an action performed by an admin/operator.
4643

4744
To 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

131128
Doveadm 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
142139
old messages.
143-
144-
See [[link,namespaces]].

0 commit comments

Comments
 (0)