mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-21 23:20:25 +00:00
autoexpunge trash after 30 days
This commit is contained in:
parent
7c0c23853e
commit
a2ffb5d39a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ verbose_ssl = no
|
||||||
mail_location = maildir:/var/mail/vmail/%d/%n
|
mail_location = maildir:/var/mail/vmail/%d/%n
|
||||||
mail_plugins = $mail_plugins mail_crypt zlib
|
mail_plugins = $mail_plugins mail_crypt zlib
|
||||||
mailbox_list_index = yes
|
mailbox_list_index = yes
|
||||||
|
mail_always_cache_fields = date.save
|
||||||
|
|
||||||
#plugin setup
|
#plugin setup
|
||||||
plugin {
|
plugin {
|
||||||
|
@ -169,6 +170,7 @@ namespace inbox {
|
||||||
}
|
}
|
||||||
mailbox Trash {
|
mailbox Trash {
|
||||||
special_use = \Trash
|
special_use = \Trash
|
||||||
|
autoexpunge = 30d
|
||||||
}
|
}
|
||||||
|
|
||||||
mailbox Sent {
|
mailbox Sent {
|
||||||
|
|
Loading…
Reference in a new issue