Search K
Appearance
Appearance
TIP
"Dumpster" is an Open-Xchange proprietary App Suite feature that will list messages stored in a single Dovecot Lazy Expunge mailbox.
This config moves the last copy of a message, when deleted, to a hidden EXPUNGED
mailbox. Messages in the EXPUNGED
mailbox will be automatically expunged after 7 days. Messages in EXPUNGED
will not count toward the quota limit. The EXPUNGED
mailbox will NOT be visible to hosts connecting on any IP other than 127.0.0.2 (App Suite should connect to Dovecot on this address so that EXPUNGED
can be displayed by the Dumpster UI view).
namespace inbox {
mailbox EXPUNGED {
autoexpunge = 7d
# Hide EXPUNGED by default
acl owner {
rights = ip
}
quota_ignore = yes
}
}
mail_plugins {
lazy_expunge = yes
}
lazy_expunge_mailbox = EXPUNGED
lazy_expunge_only_last_instance = yes
protocol imap {
mail_plugins {
acl = yes
}
}
acl_driver = vfile