Displaying 1 result from an estimated 1 matches for "quota_warning95".
Did you mean:
quota_warning5
2011 Apr 26
1
Why is my quota warning script not getting executed?
...'m burning
my eyes trying to find any syntax issues but can't. I'm including
output of dovecot -n and the quota2 table schema below.
dovecot.conf:
==========
dict {
?quotadict = mysql:/usr/local/etc/postfix/dovecot-dict-sql.conf
}
plugin {
?quota = dict:emailaccount::proxy::quotadict
?quota_warning95 = storage=95%% /usr/local/bin/dovecot-quota-warning.sh 95
?quota_warning90 = storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90
?quota_warning80 = storage=80%% /usr/local/bin/dovecot-quota-warning.sh 80
}
/usr/local/etc/postfix/dovecot-dict-sql.conf:
===============================
# v1.2+ o...