diff options
-rw-r--r-- | etc/dovecot/conf.d/15-mailboxes.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/dovecot/conf.d/15-mailboxes.conf b/etc/dovecot/conf.d/15-mailboxes.conf index 39e44737..a4f8ca0c 100644 --- a/etc/dovecot/conf.d/15-mailboxes.conf +++ b/etc/dovecot/conf.d/15-mailboxes.conf @@ -60,6 +60,7 @@ namespace inbox { auto = subscribe # https://doc.dovecot.org/configuration_manual/namespace/#core_setting-namespace/mailbox/autoexpunge # https://github.com/LukeSmithxyz/emailwiz/blob/558c4de108a472eca70abca20888de2981ff17ca/emailwiz.sh#L259 + # https://doc.dovecot.org/settings/types/#time autoexpunge = 10d } |