Re: [Dovecot] how to setup different quota for multiple namespaces

2013-02-06 Thread Andreas Oster
Am 04.02.2013 10:40, schrieb Andreas Oster: > Am 22.01.2013 12:54, schrieb Timo Sirainen: >> On 17.1.2013, at 16.58, Andreas Oster wrote: >> I just saw on important difference in the doc and this configuration: see http://wiki2.dovecot.org/Quota/Configuration#Quota_for_public_n

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-02-04 Thread Andreas Oster
Am 22.01.2013 12:54, schrieb Timo Sirainen: > On 17.1.2013, at 16.58, Andreas Oster wrote: > >>> I just saw on important difference in the doc and this configuration: >>> >>> see >>> http://wiki2.dovecot.org/Quota/Configuration#Quota_for_public_namespaces >>> >>> the ns=name syntax is for _public

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-22 Thread Andreas Oster
Am 22.01.2013 14:06, schrieb Andreas Oster: > Am 22.01.2013 12:54, schrieb Timo Sirainen: >> On 17.1.2013, at 16.58, Andreas Oster wrote: >> I just saw on important difference in the doc and this configuration: see http://wiki2.dovecot.org/Quota/Configuration#Quota_for_public_n

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-22 Thread Andreas Oster
Am 22.01.2013 12:54, schrieb Timo Sirainen: > On 17.1.2013, at 16.58, Andreas Oster wrote: > >>> I just saw on important difference in the doc and this configuration: >>> >>> see >>> http://wiki2.dovecot.org/Quota/Configuration#Quota_for_public_namespaces >>> >>> the ns=name syntax is for _public

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-22 Thread Timo Sirainen
On 17.1.2013, at 16.58, Andreas Oster wrote: >> I just saw on important difference in the doc and this configuration: >> >> see >> http://wiki2.dovecot.org/Quota/Configuration#Quota_for_public_namespaces >> >> the ns=name syntax is for _public_ namespaces only. I just tested it >> with this set

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-17 Thread Andreas Oster
Am 17.01.2013 15:17, schrieb Steffen Kaiser: > On Wed, 16 Jan 2013, Steffen Kaiser wrote: > >> On Fri, 11 Jan 2013, Andreas Oster wrote: > >>> Am 10.01.2013 15:30, schrieb Steffen Kaiser: On Wed, 9 Jan 2013, Andreas Oster wrote: > namespace { > type = private > > I just saw on

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-17 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 16 Jan 2013, Steffen Kaiser wrote: On Fri, 11 Jan 2013, Andreas Oster wrote: Am 10.01.2013 15:30, schrieb Steffen Kaiser: On Wed, 9 Jan 2013, Andreas Oster wrote: namespace { type = private I just saw on important difference in the d

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-16 Thread Robert Schetterer
Am 16.01.2013 10:29, schrieb Andreas Oster: > Am 16.01.2013 09:55, schrieb Steffen Kaiser: >> On Fri, 11 Jan 2013, Andreas Oster wrote: >> >>> Am 10.01.2013 15:30, schrieb Steffen Kaiser: On Wed, 9 Jan 2013, Andreas Oster wrote: > namespace { > type = private > separator = .

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-16 Thread Andreas Oster
Am 16.01.2013 09:55, schrieb Steffen Kaiser: > On Fri, 11 Jan 2013, Andreas Oster wrote: > >> Am 10.01.2013 15:30, schrieb Steffen Kaiser: >>> On Wed, 9 Jan 2013, Andreas Oster wrote: >>> namespace { type = private separator = . prefix = Archives. location = maildir:/v

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-16 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 11 Jan 2013, Andreas Oster wrote: Am 10.01.2013 15:30, schrieb Steffen Kaiser: On Wed, 9 Jan 2013, Andreas Oster wrote: namespace { type = private separator = . prefix = Archives. location = maildir:/var/vmail/archive/%Ln/Maildir sub

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-14 Thread Andreas Oster
Am 09.01.2013 09:46, schrieb Andreas Oster: > Hello all, > > I am using dovecot for some time now but always had very basic > configurations. I recently have configured a new, additional namespace > in order to move archived mails (Thunderbird Archives) to another > storage system. > > namespace

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-14 Thread Andreas Oster
Am 09.01.2013 09:46, schrieb Andreas Oster: > Hello all, > > I am using dovecot for some time now but always had very basic > configurations. I recently have configured a new, additional namespace > in order to move archived mails (Thunderbird Archives) to another > storage system. > > namespace

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-13 Thread Andreas Oster
Am 10.01.2013 15:30, schrieb Steffen Kaiser: > On Wed, 9 Jan 2013, Andreas Oster wrote: > >> namespace { >> type = private >> separator = . >> prefix = Archives. >> location = maildir:/var/vmail/archive/%Ln/Maildir >> subscriptions = yes >> list = children >> inbox = no >> } > >> I configu

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-13 Thread Andreas Oster
Am 10.01.2013 15:30, schrieb Steffen Kaiser: > On Wed, 9 Jan 2013, Andreas Oster wrote: > >> namespace { >> type = private >> separator = . >> prefix = Archives. >> location = maildir:/var/vmail/archive/%Ln/Maildir >> subscriptions = yes >> list = children >> inbox = no >> } > >> I configu

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-10 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 9 Jan 2013, Andreas Oster wrote: namespace { type = private separator = . prefix = Archives. location = maildir:/var/vmail/archive/%Ln/Maildir subscriptions = yes list = children inbox = no } I configured the quota plugin in the foll

Re: [Dovecot] how to setup different quota for multiple namespaces

2013-01-10 Thread Andreas Oster
Am 09.01.2013 09:46, schrieb Andreas Oster: > Hello all, > > I am using dovecot for some time now but always had very basic > configurations. I recently have configured a new, additional namespace > in order to move archived mails (Thunderbird Archives) to another > storage system. > > namespace