[Dovecot] Quota warning not wokring

Kari Suomela (DC) dovecot at karico.ca
Tue Dec 2 01:48:33 EET 2008


Now I got quotas working and under control, but can't get quota-warning.sh to run. I tried to fire it by reducing my won quota, but nothing happens. Should the command go to passwd-file somehow?

KS

# 1.1.6: /etc/dovecot.conf
# OS: Linux 2.6.18-92.1.18.el5.centos.plusxen i686 CentOS release 5.2 (Final) 
log_path: /var/log/dovecot/dovecot.log
info_log_path: /var/log/dovecot/dovecot.log
protocols: imap pop3 imaps pop3s
listen: 209.222.57.19
ssl_listen: 209.222.57.19
verbose_ssl: yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dovecot/pop3-login
login_greeting: mail.karico.ca ready.
login_greeting_capability: yes
verbose_proctitle: yes
mail_access_groups: virtual
mail_location: maildir:~/Maildir
mail_debug: yes
mail_executable(default): /usr/libexec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota expire
mail_plugins(imap): quota imap_quota expire
mail_plugins(pop3): quota expire
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
auth external:
  verbose: yes
  debug: yes
  debug_passwords: yes
  socket:
    type: connect
    master:
      path: /var/run/dovecot/auth-master
      mode: 384
auth default:
  verbose: yes
  debug: yes
  debug_passwords: yes
  passdb:
    driver: passwd-file
    args: /etc/dovecot/passwd
  userdb:
    driver: passwd-file
    args: /etc/dovecot/passwd
  socket:
    type: listen
    client:
      path: /var/run/dovecot/auth-client
      mode: 432
    master:
      path: /var/run/dovecot/auth-master
      mode: 384
plugin:
  quota: maildir:User quota
  quota_rule: *:storage=1G
  quota_rule2: Trash:storage=20%%
  quota_rule3: Spam:storage=30%%
  expire: Trash 7 Trash/* 7 Spam 30
  expire_dict: proxy::expire
  quota_warning: storage=95%% /usr/local/bin/quota-warning.sh 95
  quota_warning2: storage=70%% /usr/local/bin/quota-warning.sh 70
dict:
  expire: db:/var/lib/dovecot/expire.db



More information about the dovecot mailing list