On January 19, 2010 2:54:35 PM +0200 Timo Sirainen wrote:
Right. Another thing that seems a bit scary is that you sometimes use %n
and sometimes %u. If %n is enough to identify the user, maybe it should
be consistently used everywhere?
That was intentional.
On Thu, 2010-01-14 at 14:22 -0500, Frank Cusack wrote:
> namespace public {
> separator = /
> prefix = zz/shared/
> }
> # to share other employees mailboxes (term'd or admin access)
> namespace shared {
> separator = /
> prefix = zz/shared/%%u/
> }
>
> Since I added the shared namespace, I
On Thu, 2010-01-14 at 14:28 -0500, Frank Cusack wrote:
> On January 14, 2010 2:22:08 PM -0500 Frank Cusack
> wrote:
> ># to share other employees mailboxes (term'd or admin access)
> > namespace shared {
> > separator = /
> > prefix = zz/shared/%%u/
> > location = maildir:/var/maildir/%%n:I
On January 14, 2010 2:22:08 PM -0500 Frank Cusack
wrote:
# to share other employees mailboxes (term'd or admin access)
namespace shared {
separator = /
prefix = zz/shared/%%u/
location = maildir:/var/maildir/%%n:INDEX=/var/maildir/users/%%u
subscriptions = no
list = children
}
In the
Can shared/public namespaces' prefixes have a common prefix? :)
namespace public {
separator = /
prefix = zz/shared/
location = maildir:/var/maildir/shared:INDEX=/var/maildir/%n/shared
subscriptions = no
}
# to share other employees mailboxes (term'd or admin access)
namespace shared {
separ