Re: Quota emails... nothing happened

2021-10-07 Thread Aki Tuomi
I'm not sure if this is some language barrier or what... That rule is not correct. quota_rule=azt000:storage=160gb means any *folder* called 'azt000' (think INBOX, Spam, Sent, etc. not usernames). The '*' is *evaluated* within that user's mailbox, not outside the mailbox. In *your* specific

Re: Quota emails... nothing happened

2021-10-07 Thread Stephane Magnier
Hi, sorry to bother you.. any idea ? how to give more space to a specific user ? And where to place the line, in order to overide the general rule ? I suspect that to increase the space for the specific user AZT000, that should be : quota_rule=azt000:storage=160gb.. but where Thanks and regard

Re: Quota emails... nothing happened

2021-10-06 Thread Aki Tuomi
No. The syntax is not correct. https://doc.dovecot.org/configuration_manual/quota/#quota-rules this says that the rule is: quota_rule = : so unless you want 160GB quota for mailbox folder `azt000` (not username), you want to use * here. Aki > On 06/10/2021 15:36 Stephane Magnier wrote: >

Re: Quota emails... nothing happened

2021-10-06 Thread Stephane Magnier
OK, but is the syntax correct ? Should it be : *azt000:quota_rule4=+160GB   ? *Is that correct ?* *Because I've made the test.. It didn't "shoot at me" while restarting the service, it apparently accept the syntax, but the result is still wrong.. It is still considering a limit of 30gb and no

Re: Quota emails... nothing happened

2021-10-06 Thread Aki Tuomi
The rules must be consecutive, if your global config has quota_rule1 quota_rule2 then the userdb must return quota_rule3. Or it will overwrite an existing rule. Aki > On 06/10/2021 13:07 Stephane Magnier wrote: > > > Hi, > > OK, I wrote this : > > > > userdb { > > driver = passwd >

Re: Quota emails... nothing happened

2021-10-06 Thread Stephane Magnier
Hi, OK, I wrote this : userdb {    driver = passwd   args = /etc/dovecot/quota-overrides result_success=continue-ok   # Override fields from passwd   #override_fields = home=/home/virtual/%u } but sorry I don't understand the following line username::quota_r

Re: Quota emails... nothing happened

2021-10-06 Thread Aki Tuomi
That `*` there is actually mailbox mask. You have to return an additional quota_ruleN from your userdb for that user. You can do e.g. userdb { .. result_success=continue-ok} } userdb { driver = passwd args = /etc/dovecot/quota-overrides } and put in there username::quota_

Re: Quota emails... nothing happened

2021-10-06 Thread Stephane Magnier
Hi Again, Juste another one... The quota I've decided is 30Gb for everybody I would like to add an exception for the user AZT000 so here is my test : I put 60 GB for AZT000, but apparently, this is not seen :-(    No error message  Is there a general syntax for a specific user ? NB: I tried

Re: Quota emails... nothing happened

2021-10-05 Thread Stephane Magnier
Great !! works fine.. I had in fact, twice the same déclaration of quotat and storage on the same file. one of them was with an upper case "S" for Storage.. Thanks again Le 06/10/2021 à 07:50, Aki Tuomi a écrit : On 06/10/2021 08:38 Stephane Magnier wrote: Le 06/10/2021 à 06:51,

Re: Quota emails... nothing happened

2021-10-05 Thread Aki Tuomi
> On 06/10/2021 08:38 Stephane Magnier wrote: > > > > > > Le 06/10/2021 à 06:51, Aki Tuomi a écrit : > > > > On 06/10/2021 07:30 Stephane Magnier wrote: > > > > > > > > > > > > > > > > > > Le 06/10/2021 à 06:10, Stephane Magnier a écrit : > > > > > > > > > > Hi, > > > > I am jus

Re: Quota emails... nothing happened

2021-10-05 Thread Stephane Magnier
Le 06/10/2021 à 06:51, Aki Tuomi a écrit : On 06/10/2021 07:30 Stephane Magnier wrote: Le 06/10/2021 à 06:10, Stephane Magnier a écrit : Hi, I am just running Dovecot v 2.3.8 .. seems to work fine. I just add the quota plugin.. and.. I cannot see any differences.. I cannot see a

Re: Quota emails... nothing happened

2021-10-05 Thread Aki Tuomi
> On 06/10/2021 07:30 Stephane Magnier wrote: > > > > > > Le 06/10/2021 à 06:10, Stephane Magnier a écrit : > > > Hi, > > I am just running Dovecot v 2.3.8 .. seems to work fine. > > I just add the quota plugin.. and.. I cannot see any differences.. I > > cannot see any information on

Re: Quota emails... nothing happened

2021-10-05 Thread Stephane Magnier
Le 06/10/2021 à 06:10, Stephane Magnier a écrit : Hi, I am just running Dovecot v 2.3.8 .. seems to work fine. I just add the quota plugin.. and.. I cannot see any differences..  I cannot see any information on Quota per user.. No specific info on Log file  :-( Any help please ? Tahnks for

Quota emails... nothing happened

2021-10-05 Thread Stephane Magnier
Hi, I am just running Dovecot v 2.3.8 .. seems to work fine. I just add the quota plugin.. and.. I cannot see any differences..  I cannot see any information on Quota per user.. No specific info on Log file  :-( Any help please ? Tahnks for your help Here is my config : # 2.3.8 (9df20d2db):