Displaying 1 result from an estimated 1 matches for "senttest".
2015 Jun 16
1
Mailbox aliases problem
Hi,
i'm trying to implement malbox aliases but it's not fully working as i expected. This is my configuration:
mail_plugins = acl mailbox_alias
plugin {
mailbox_alias_old = INBOX/Odoslane
mailbox_alias_new = INBOX/SentTest
}
That 'INBOX/' must be there because of this (we were moving from Courier IMAP):
namespace inbox {
type = private
prefix = INBOX/
separator = /
inbox = yes
list = yes
}
All of this is working fine, if i create folder SentTest, the link to folder Odoslane is correctly created...