[Dovecot] Shared Namespace
Is there anyway of limiting a shared namespace to a domain? E.g. mailbox.com and mailbox2.com are setup with vpopmail. We've got a shared namespace but only want the ability on mailbox.com.
Thanks,
Tom
On 21.9.2011, at 15.50, Tom Clark wrote:
Is there anyway of limiting a shared namespace to a domain? E.g. mailbox.com and mailbox2.com are setup with vpopmail. We've got a shared namespace but only want the ability on mailbox.com.
Basically use %d instead of %%d in configuration. The client can't change it then.
Hi Timo,
I'm using %d which is working great. However, mailbox2.com can still create shared folders. We just wanted to limit the ability to create shared folders only to mailbox.com
Tom
-----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi] Sent: 22 September 2011 2:41 PM To: Tom Clark Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Shared Namespace
On 21.9.2011, at 15.50, Tom Clark wrote:
Is there anyway of limiting a shared namespace to a domain? E.g. mailbox.com and mailbox2.com are setup with vpopmail. We've got a shared namespace but only want the ability on mailbox.com.
Basically use %d instead of %%d in configuration. The client can't change it then.
By "create shared folders" I guess you basically mean "be able to use SETACL command", which you could do by limiting imap_acl plugin to be loaded only to mailbox.com domain. How to do this depends on your userdb and Dovecot version (with v2.0.14 you can just add mail_plugins+=imap_acl userdb extra field).
On 22.9.2011, at 16.50, Tom Clark wrote:
Hi Timo,
I'm using %d which is working great. However, mailbox2.com can still create shared folders. We just wanted to limit the ability to create shared folders only to mailbox.com
Tom
-----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi] Sent: 22 September 2011 2:41 PM To: Tom Clark Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Shared Namespace
On 21.9.2011, at 15.50, Tom Clark wrote:
Is there anyway of limiting a shared namespace to a domain? E.g. mailbox.com and mailbox2.com are setup with vpopmail. We've got a shared namespace but only want the ability on mailbox.com.
Basically use %d instead of %%d in configuration. The client can't change it then.
Hi Timo,
Ok great. I'll look into doing that then!
Thanks,
Tom -----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi] Sent: 22 September 2011 2:55 PM To: Tom Clark Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Shared Namespace
By "create shared folders" I guess you basically mean "be able to use SETACL command", which you could do by limiting imap_acl plugin to be loaded only to mailbox.com domain. How to do this depends on your userdb and Dovecot version (with v2.0.14 you can just add mail_plugins+=imap_acl userdb extra field).
On 22.9.2011, at 16.50, Tom Clark wrote:
Hi Timo,
I'm using %d which is working great. However, mailbox2.com can still create shared folders. We just wanted to limit the ability to create shared folders only to mailbox.com
Tom
-----Original Message----- From: Timo Sirainen [mailto:tss@iki.fi] Sent: 22 September 2011 2:41 PM To: Tom Clark Cc: dovecot@dovecot.org Subject: Re: [Dovecot] Shared Namespace
On 21.9.2011, at 15.50, Tom Clark wrote:
Is there anyway of limiting a shared namespace to a domain? E.g. mailbox.com and mailbox2.com are setup with vpopmail. We've got a shared namespace but only want the ability on mailbox.com.
Basically use %d instead of %%d in configuration. The client can't change it then.
participants (2)
-
Timo Sirainen
-
Tom Clark