<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">Le 06/10/2021 à 06:10, Stephane Magnier
      a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:423bfa25-7462-bf23-a9a2-7483ffa7de17@netcourrier.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <font face="Helvetica, Arial, sans-serif">Hi,<br>
        I am just running Dovecot v 2.3.8 .. seems to work fine.<br>
        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  :-(<br>
        <br>
        Any help please ?<br>
        <br>
        Tahnks for your help<br>
        <br>
        Here is my config :<br>
        <br>
      </font>
      <pre style="box-sizing: border-box; overflow: auto; font-family: "Roboto Mono Local", monospace; font-size: 12px; display: block; padding: 9.5px; margin: 0px; line-height: 1.42857; color: rgb(238, 238, 236); word-break: break-all; overflow-wrap: normal; background-color: rgb(41, 41, 41); border: 0px; border-radius: 0px; white-space: pre; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"># 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.8 (b7b03ba2)
# OS: Linux 4.18.0-305.12.1.el8_4.x86_64 x86_64 CentOS Linux release 8.4.2105 nfs4
# Hostname: mbox1.intranet.office.itx
auth_cache_negative_ttl = 5 mins
auth_cache_ttl = 5 mins
auth_mechanisms = plain login
auth_username_format = %u
debug_log_path = /var/log/dovecot-debug.log
default_vsz_limit = 4 G
info_log_path = /var/log/dovecot-info.log
listen = * [::]
log_path = /var/log/dovecot.log
login_trusted_networks = 172.18.0.0/16 127.0.0.1 ::1
mail_access_groups = dovecot
mail_fsync = always
mail_location = maildir:/var/spool2/mail/%u:LAYOUT=fs
mail_nfs_storage = yes
<font color="#ff0000">mail_plugins = " quota"</font>
mail_privileged_group = mail
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date ihave
mbox_very_dirty_syncs = yes
mbox_write_locks = fcntl
mmap_disable = yes
namespace inbox {
  disabled = no
  ignore_on_failure = no
  inbox = yes
  list = yes
  location = 
  mailbox Archive {
    auto = no
    comment = " All my Accepted/NON  SPAM"
    special_use = \Archive
  }
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    autoexpunge = 90 days
    special_use = \Junk
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox Trash {
    auto = no
    autoexpunge = 60 days
    special_use = \Trash
  }
  mailbox virtual/All {
    auto = no
    special_use = \All
  }
  prefix = 
  subscriptions = yes
  type = private
}
passdb {
  driver = pam
}
<font color="#ff0000">plugin {
  quota_grace = 10%%
  quota_max_mail_size = 100M
  quota_rule = *:storage=10000M
  quota_rule2 = Trash:Storage=+100M
  quota_rule3 = Spam:storage=+20%%
  quota_status_nouser = DUNNO
  quota_status_overquota = 552 5.2.2 Mailbox is full
  quota_status_success = DUNNO
  quota_warning = storage=95%% quota-warning 95 %u
  quota_warning2 = storage=80%% quota-warning 80 %u
  quota_warning3 = -storage=100%% quota-warning below %u
  sieve = <a class="moz-txt-link-freetext" href="file:~/sieve;active=~/.dovecot.sieve" moz-do-not-send="true">file:~/sieve;active=~/.dovecot.sieve</a></font>
}
pop3_uidl_format = %v-%u
service auth {
  unix_listener auth-master {
    mode = 0666
  }
  unix_listener auth-userdb {
    mode = 0600
    user = mail
  }
}
service dict {
  unix_listener dict {
    mode = 0600
    user = mail
  }
}
service imap-login {
  inet_listener imap {
    port = 143
  }
  inet_listener imaps {
    port = 993
    ssl = yes
  }
  process_min_avail = 4
  service_count = 0
}
service lmtp {
  inet_listener lmtp {
    port = 24
  }
  unix_listener /var/run/lmtp {
    group = mail
    mode = 0660
    user = mail
  }
}
service pop3-login {
  inet_listener pop3 {
    address = *
    port = 110
  }
  inet_listener pop3s {
    port = 995
    ssl = yes
  }
}
<font color="#ff0000">service quota-warning {
  executable = script /usr/local/bin/quota-warning.sh
  unix_listener quota-warning {
    user = mail</font>
  }
  user = dovecot
}
service submission {
  process_limit = 250
}
ssl = required
ssl_ca = </etc/mail/ssl/ssl1/xxxxxp_net.ca-bundle
ssl_cert = </etc/mail/ssl/ssl1/xxxxxx_net.crt
ssl_cipher_list = HIGH:!aNULL:!ADH:!DH:!RC4:!MD5:!RSA
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
userdb {
  driver = passwd
}
verbose_proctitle = yes
protocol lmtp {
  mail_fsync = optimized
  mail_plugins = autocreate quota acl fts fts_solr zlib mail_log notify sieve
  postmaster_address = <a class="moz-txt-link-abbreviated" href="mailto:it@intranet.office.itx" moz-do-not-send="true">it@intranet.office.itx</a>
}
protocol lda {
  mail_fsync = optimized
  mail_plugins = " quota sieve quota"
}
protocol imap {
  mail_max_userip_connections = 80
  mail_plugins = " quota quota imap_quota"
  ssl_cert = </etc/mail/ssl/ssl1/STAR_aztgrp_net.crt
  ssl_key = # hidden, use -P to show it
}
protocol pop3 {
  mail_max_userip_connections = 10
  mail_plugins = " quota"
}
protocol submission {
  mail_max_userip_connections = 10
  mail_plugins = " quota"
}</pre>
      <br>
    </blockquote>
    <br>
    Just for info<br>
    <br>
    [root@mbox1 xenia]# doveadm quota get -A |grep "STORAGE"<br>
    <font color="#ff0000">Nothing at all ?? weird</font><br>
    [root@mbox1 xenia]#<br>
    <br>
    [root@mbox1 xenia]# doveadm quota get -u <user1><br>
    Quota name Type Value
Limit                                                                          
    %<br>
    [root@mbox1 xenia]#<br>
    <font color="#ff0000">=> Absolutely nothing is displayed ????</font><br>
    <br>
    <br>
    normally, the size of the user1 email folder  is about  21 Gb<br>
    So..just modified the line :<b>quota_rule = *:storage=100G</b><b><br>
      But nothing has changed...<br>
    </b><br>
  </body>
</html>