Displaying 1 result from an estimated 1 matches for "term'd".
2010 Jan 14
2
shared namespaces with common prefix prefix
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 {
separator = /
prefix = zz/shared/%%u/
location = maildir:/var/maildir/%%n:INDEX=/var/maildir/users/%%u
subscriptions = no
list = children
}
Since I added the shared namespace, I can no longer access the public
namespace. The folders show up but...