Displaying 5 results from an estimated 5 matches for "testarchive".
2016 Sep 20
5
Implementing secondary quota w/ "Archive" namespace
.../ getting the quotas to work right. Here are the basics of the setup:
Mac Pro Server 2012
Mac OS X Server 10.6.8
Dovecot 1.1.20apple0.5
Here is how I?ve configured my namespaces (during testing):
namespace private {
separator = /
prefix =
inbox = yes
}
namespace private {
separator = /
prefix = testArchive/
location = maildir:/Shared Items/MailArchive/%u
subscriptions = yes
}
My quota research has led me to try this:
quota = maildir:User quota:ns=
quota2 = maildir:ns=testArchive/
quota2_rule = *:storage=20G
The first line is already in the default config, with the exception of the added ?:ns=? at...
2016 Nov 20
0
Implementing secondary quota w/ "Archive" namespace
...Mac Pro Server 2012
> Mac OS X Server 10.6.8
> Dovecot 1.1.20apple0.5
>
> Here is how I?ve configured my namespaces (during testing):
>
> namespace private {
> separator = /
> prefix =
> inbox = yes
> }
>
> namespace private {
> separator = /
> prefix = testArchive/
> location = maildir:/Shared Items/MailArchive/%u
> subscriptions = yes
> }
>
> My quota research has led me to try this:
>
> quota = maildir:User quota:ns=
>
> quota2 = maildir:ns=testArchive/
> quota2_rule = *:storage=20G
>
> The first line is already in t...
2016 Nov 22
2
Implementing secondary quota w/ "Archive" namespace
...n 20 Sep 2016, at 21.28, Fred Turner <fred at c5consulting.net> wrote:
>>
>> Mac Pro Server 2012
>> Mac OS X Server 10.6.8
>> Dovecot 1.1.20apple0.5
>
> That's an old one..
>
>> quota = maildir:User quota:ns=
>>
>> quota2 = maildir:ns=testArchive/
>> quota2_rule = *:storage=20G
>>
>> The first line is already in the default config, with the exception of the added ?:ns=? at the end. The 2nd line in the examples I saw had a middle component w/ the quota name, but when I tried that, like so:
>>
>> quota2 = maild...
2016 Nov 21
0
Implementing secondary quota w/ "Archive" namespace
On 20 Sep 2016, at 21.28, Fred Turner <fred at c5consulting.net> wrote:
>
> Mac Pro Server 2012
> Mac OS X Server 10.6.8
> Dovecot 1.1.20apple0.5
That's an old one..
> quota = maildir:User quota:ns=
>
> quota2 = maildir:ns=testArchive/
> quota2_rule = *:storage=20G
>
> The first line is already in the default config, with the exception of the added ?:ns=? at the end. The 2nd line in the examples I saw had a middle component w/ the quota name, but when I tried that, like so:
>
> quota2 = maildir:Archive quota:ns=...
2016 Nov 22
0
Implementing secondary quota w/ "Archive" namespace
...at c5consulting.net> wrote:
> >>
> >> Mac Pro Server 2012
> >> Mac OS X Server 10.6.8
> >> Dovecot 1.1.20apple0.5
> >
> > That's an old one..
> >
> >> quota = maildir:User quota:ns=
> >>
> >> quota2 = maildir:ns=testArchive/
> >> quota2_rule = *:storage=20G
> >>
> >> The first line is already in the default config, with the exception of
> the added ?:ns=? at the end. The 2nd line in the examples I saw had a
> middle component w/ the quota name, but when I tried that, like so:
> >...