autoexpunge trash after 30 days

This commit is contained in:
Daniel Winzen 2022-08-24 08:18:49 +02:00
parent 7c0c23853e
commit a2ffb5d39a
No known key found for this signature in database
GPG key ID: 222FCC3F35C41077

View file

@ -15,6 +15,7 @@ verbose_ssl = no
mail_location = maildir:/var/mail/vmail/%d/%n
mail_plugins = $mail_plugins mail_crypt zlib
mailbox_list_index = yes
mail_always_cache_fields = date.save
#plugin setup
plugin {
@ -169,6 +170,7 @@ namespace inbox {
}
mailbox Trash {
special_use = \Trash
autoexpunge = 30d
}
mailbox Sent {