Displaying 20 results from an estimated 725 matches for "quota_warning".
2007 Sep 26
1
about quota_warning behavior
Hi,
We've been using v1.0.5 +quota_warning patch, however
quota_warning does't seem to be working properly.
For example, in order to enable 80% over for quota warning,
and we configured like following:
-----------------------------------------------------------------------
plugin {
quota_warning = storage=80%% /usr/local/path/to/plu...
2008 Oct 27
2
quota warning not working
Hi all,
I have finally get working the quota with dovecot. Now i am setting up
the quota warning, with this in dovecot.conf:
quota_warning = storage=70%% /usr/bin/quota_warning.sh 70
In the plugin section naturally.
All seems to work fine, the quota is calculated right, but seems the
script is not executed... In dovecot logs i have this:
deliver(test at test.com): Oct 27 15:14:53 Info: Quota warning:
bytes=10752000 (70%) messages=0...
2009 Sep 10
1
Question regarding reverse quota_warning
Hi Everyone,
I have a question regarding reverse quota_warnings. I'm building a new
setup, and I would like to block sending messages if a person is over
his/her quota limit. Although this can be accomplished using a
quota_warning script, I can't find how to accomplish the reverse. Has
anyone tried to do something like this?
By looking at the source c...
2009 Sep 10
1
quota_warning threshold from ldap
Hello all,
I'm trying to get dovecot read three different quota_warnings values
directly from ldap. I configured correctly the quota_rule value, know
I'm trying to override this values:
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
quota_warning2 = storage=80%% /usr/local/bin/quota-warning.sh 80
quota_warning3 = storage=70%% /usr/local/bin/quo...
2009 Jan 22
3
cmusieve don't works for me...
...iver: sql
args: /etc/dovecot/dovecot-mysql.conf
userdb:
driver: passwd
userdb:
driver: sql
args: /etc/dovecot/dovecot-mysql.conf
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
plugin:
quota: maildir
quota: maildir:user quota
quota_warning: storage=80%% /usr/bin/quota_warning.sh 80
quota_warning2: storage=90%% /usr/bin/quota_warning.sh 90
quota_warning3: storage=99%% /usr/bin/quota_warning.sh 90
I have also created a .dovecot.sieve file into the user dir like this:
ls -la .dovecot.sieve
-rw-r--r-- 1 postfix postfix 149 Jan 24 0...
2011 Jun 29
1
Dovecot 2.0, mysql and quota
...4flags copy include variables body enotify
environment mailbox date
namespace {
hidden = no
inbox = yes
list = yes
location =
prefix = INBOX.
subscriptions = yes
type = private
}
passdb {
args = /etc/dovecot/dovecot-mysql.conf
driver = sql
}
plugin {
quota = maildir:User quota
quota_warning = storage=80%% /usr/bin/quota_warning.sh 80
quota_warning2 = storage=90%% /usr/bin/quota_warning.sh 90
quota_warning3 = storage=99%% /usr/bin/quota_warning.sh 90
sieve = /var/mail/virtual/%d/%u/.dovecot.sieve
sieve_storage = /var/mail/virtual/%d/%u/sieve
}
protocols = imap pop3 sieve
servic...
2020 Oct 28
2
dovecot quota-warning detection mail
Morikawa-san,
Your conf is wrong.
Should be:
quota_warning = storage = 95 %% quota-warning 95 %u
Your conf:
quota_warning = storage = 95 %% quota-warning 95% u
There's a space between % and u.
First of all, try the above and let us know if it changes.
Kouga
-----Original Message-----
From: ????? <morikawa-k6 at itec.hankyu-hanshin.co.jp>...
2007 Feb 14
3
quota warning
Hi,
Is there a way with dovecot to warn users who are close to reach their
quota?
Although I never used it, I think cyrus supports something like that by
droping a warning message into the INBOX when delivering a message that
brings the total size over a certain percentage.
Would it be feasible to implement something like that with an extra
plugin or by changing the quota plugin?
Cheers,
2008 Jun 29
2
quota_warning script
Hello.
I'm reading http://wiki.dovecot.org/Quota/1.1 one last time before my upgrade, and I have a question about quota_warning option. Which type of script must we use for this example:
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
What the script must doing? It sends an email? It deletes some emails?
Thanks!
--
-Nicolas.
2010 Jun 21
0
quota and quota_warning
hi everyone, i have dovecot 1.2.11 and postfix with virtual users and
domains and mailscanner all is working fine but i cant made works the
quota_warning i have in my script touch quota to see is the script run but
never hapen i have in dovecot-sql.conf 'storage=10%% /etc/postfix/limit.sh'
as quota_warning and in the log he show this but nothing happend, anyone
have this same problem and anyone have a server with virtual users and
domains wo...
2010 Aug 13
1
quota_warning bug?
Hi,
Today I was testing with dovecot 2.0 rc5 and experienced some odd
behaviour with quota_warning rules. It's reproducable. When I set a
rule (this one simply writes some message to a text file) and go over
quota (2 messages in this case), it works as expected. But if I restart
my client, remove one message, restart my client again and remove the
last message from my inbox, it executes...
2008 Feb 26
3
Update from 1.0.10 -> 1.1rc1: quota warning not working anymore
from dovecot -n:
plugin:
fts: squat
quota: maildir
quota_rule: Trash:storage=100M
quota_warning: storage=10%% /usr/local/scripts/quota-warning 90
quota_warning2: storage=5%% /usr/local/scripts/quota-warning 95
quota_warning3: storage=1%% /usr/local/scripts/quota-warning 99
trash: /usr/local/etc/dovecot-trash.conf
The quota warning that used to work in 1.0.10 (with the quota_warning
p...
2010 Jul 19
2
Dovecot 1.1 migration to 1.2
...iver: sql
args: /etc/dovecot/dovecot-mysql.conf
userdb:
driver: passwd
userdb:
driver: sql
args: /etc/dovecot/dovecot-mysql.conf
socket:
type: listen
master:
path: /var/run/dovecot/auth-master
mode: 384
plugin:
quota: maildir
quota: maildir:user quota
quota_warning: storage=80%% /usr/bin/quota_warning.sh 80
quota_warning2: storage=90%% /usr/bin/quota_warning.sh 90
quota_warning3: storage=99%% /usr/bin/quota_warning.sh 90
Now, is out the OpenSuSE 11.3, and i have noticed it uses dovecot
1.2.11. My question is: there is any difference or incompatibility in...
2007 May 25
1
Quota warning not generated
I am testing out the unofficial quota warning patch with Dovecot 1.0.0,
and no matter what values I use for the storage or messages values, the
warning script is never executed.
My plugin settings are:
plugin {
quota = maildir:storage=20480
quota_warning = storage=80%:messages=10 /usr/local/bin/quota-warning.sh
}
I've tried the following quota_warning lines without any luck:
quota_warning = storage=80% /usr/local/bin/quota-warning.sh
quota_warning = messages=10 /usr/local/bin/quota-warning.sh
quota_warning = storage=80%:messages=10 /usr/local...
2012 May 12
2
Quota, message is never send?
...eck
that ;)
opensuse:/etc/dovecot # doveadm quota get -u luuk
Quota name Type Value Limit %
User quota STORAGE 571973 716800 79
User quota MESSAGE 45555 - 0
It seems i am at 79% of my quota
so, i added a line to conf.d/90-quota.conf, to get a wraning when quota
exceeds 10%:
....
plugin {
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95 %u
quota_warning2 = storage=90%% /usr/local/bin/quota-warning.sh 90 %u
quota_warning3 = storage=10%% /usr/local/bin/quota-warning.sh 10 %u
}
....
But this message is never send, what am i missing (in my config)?
Below is some info from a debu...
2008 Jun 11
2
quota-rewrite patch & userdb quota overriding
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've spent the past couple of hours trying to figure this out by
checking the wiki and googling, but haven't come up with anything that
works yet.
I just installed dovecot 1.0.14 with the quota-rewrite (1.09) patch and
i'm trying to get the quota overridden via a passwd-file type userdb.
I had 1.0.13 without the new quota style patched
2015 Mar 23
1
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
...ote:
>
> On 21.11.2014 20:04, Grzegorz Nosek wrote:
>> Hi all,
>>
>> I noticed that in some circumstances quota warnings are ignored. The
>> bug arises when both of the following are used:
>>
>> 1. percentage-based quota warnings, i.e.:
>>
>> quota_warning = storage=1%% quota-warning 1 %u
>>
>> 2. filesystem quota backend (and probably others, except for quotas
>> configured directly in dovecot config)
>>
>> Percentage-based quota warnings have rule.bytes_limit recalculated
>> based on root_set->default_rule.b...
2014 Nov 21
2
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
Hi all,
I noticed that in some circumstances quota warnings are ignored. The bug
arises when both of the following are used:
1. percentage-based quota warnings, i.e.:
quota_warning = storage=1%% quota-warning 1 %u
2. filesystem quota backend (and probably others, except for quotas
configured directly in dovecot config)
Percentage-based quota warnings have rule.bytes_limit recalculated based
on root_set->default_rule.bytes_limit, however this value is zero when
FS quot...
2020 Oct 28
2
dovecot quota-warning detection mail
...In rare cases, the email address has changed to the logged-in user.
(Because the address of %u is passed as the logged-in user.)
So I couldn?t send the email with ?Recipient address rejected: User unknown in local recipient table?.
Why does my email address change to a logged-in user?
%u of "quota_warning = storage = 95 %% quota-warning 95% u"
The output is the logged-in user.
By Morikawa
2007 Jul 17
1
Quota warning patch and config parsing in 1.0.2
Dovecot 1.0.2 patches and compiles fine with the quota warning patch
(http://www.dovecot.org/patches/quota-warning.patch). But, when parsing
the configuration file , deliver now seems to strip all of the spaces in
the QUOTA_WARNING environment variable, generating an error.
This is the plugin{} section from my dovecot.conf:
plugin {
quota = maildir:storage=20480
quota_warning = storage=10% /usr/local/bin/quota-warning
}
And this is the error Dovecot generates for anyone with a quota:
quota warning: No command specif...