Displaying 3 results from an estimated 3 matches for "sharedmaildirs".
Did you mean:
sharedmaildir
2009 Jun 25
2
dovecot-acl-list not honouring owner / permissions that are set on dovecot-shared
Hi,
I've just upgraded our dovecot installation from 1.0.15 to 1.1.13.
This went smoothly and just worked -- thank you very much for writing such
a high performance and robust piece of software.
However, we have a shared mailbox that people can subscribe to. After
upgrading to 1.1.13 ... dovecot tries to create a dovecot-acl-list file in
the top level of this ... but it creates it
2008 Oct 18
1
workaround for shared maildirs
...secondary namespaces from
Mail.app, I though that tricking the namespace prefix to push the
shared mailboxes inside the private INBOX namespace could be a
solution and tried the following:
namespace public {
separator = .
prefix = INBOX.Public.
inbox = no
location = maildir:/SharedMaildirs/Public:CONTROL=~/Maildir/
control/Public:INDEX=~/Maildir/index/Public
hidden = yes
list = yes
subscriptions = yes
}
note the bogus INBOX.Public prefix.
Note also that CONTROL might be better not set as this is a Maildir
(see Keyword sharing in http://wiki.dovecot.org/SharedMailboxe...
2005 Oct 17
1
Shared Folder usage alpha3
...ildirIndex
namespace private {
separator = /
prefix =
inbox = yes
}
namespace public {
# the prefix needs to be postponed with the separator
prefix = Public/
# the location path given as [<mailbox-type>:]<path>/mailbox
location = maildir:/home/SharedMaildirs
separator = /
inbox = no
hidden = no
}
auth default {
...
# using deliver through a socket
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0666
}...