Version: 2.3.15 (0503334ab1)
Hello everyone,
it seems that the delivery notification function on Outlook doesn't work with
Dovecot Submission service, is expected? Will it be implemented?
Thanks in advance
Hello,
Is it possible to use imapc for specific mailbox or namespace?
Something like this:
namespace Test {
list = no
type = private
inbox = no
hidden=no
prefix = TEST/
separator = /
location = imapc:
imapc_host = imap.example.com
imapc_password = secret
can anyone confirm this?
I know that it works with a mailbox in the inbox namespace, but I am trying
with different namespace for mail location purpose and to avoid conflict with
the users's own folders.
Of course if is not possible I will revert to the same configuration you have.
Thanks anyway for your response.
> D
Hello,
with this settings:
Dovecot 2.3.7.2 (3c910f64b)
namespace {
list = yes
type = private
inbox = yes
prefix = INBOX/
separator = /
}
namespace Archive {
list = yes
type = private
inbox = no
prefix = Archive/
separator = /
mailbox Incoming {