Displaying 20 results from an estimated 10000 matches similar to: "Quotas 2.1clarification"
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
2018 Sep 16
3
Quotas not working with roundcube
Hello,
I'm trying to have quotas working with roundcube.
When I'm logged into roundcube I see 0% quota which seems to correspond to disabled.
However I did everything that I could to enable quotas
https://wiki.dovecot.org/Quota
# doveconf -n
auth_mechanisms = cram-md5 loginauth_verbose = yes
debug_log_path = /tmp/dovecot.log
first_valid_uid = 1000
log_path = /var/log/dovecot.log
2018 Sep 17
2
Quotas not working with roundcube
I was wondering about that myself, but then I couldn't find any info on
quota = in the wiki.
Please update:
https://wiki2.dovecot.org/Quota
:)
Thanks,
Reio
On 17/09/2018 08:57, Aki Tuomi wrote:
> You did everything except actually enable quota... =)
>
> Try adding this to your configuration
>
> quota = count:User quota
> quota_vsizes = yes
>
> inside the
2010 Oct 27
1
Help with implementing quota warning
Dear All,
I am using the latest version of doveot-2.0.6 and using
dovecot-lda to deliver mail in to Maildir. I have successfully
implemented the global quota as well as per user quota using ldap for
storing per user quota. Now i am trying to send warning message when
user exceed quota limit of 80% and 95% but unable to implement the
same.
Here is the output of doveconf -n
# 2.0.6:
2009 Jan 22
3
cmusieve don't works for me...
Ok, sorry to bother again, but i am going crazy to make work cmusieve
with dovecot. I intend to use it for the vacation system, but...seems
the system ignores the .dovecot.sieve file into the user dir... I am
doing something wrong, but i don't know what...
Here is my configs:
I use OpenSuse 11.0.
# 1.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.25.20-0.1-pae i686 openSUSE 11.0 (i586) ext3
2011 Feb 28
1
Dovecot+Postfix+Mysql+quotas doesn't work
Hi !
I'm using postfix with mysql, dovecot and squirrelmail for WEBMAIL
In my dovecot.conf I've:
plugin {
quota = maildir:User quota
quota2 = maildir:Shared quota:ns=Public/
quota_rule = *:storage=400M
quota_rule2 = Trash:storage=100M
quota_exceeded_message = Quota excedida. Por favor, exclua alguns emails!
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
quota_warning2 =
2012 May 12
2
Quota, message is never send?
I think i have quota setup correctly, but finally time arrived to check
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%%
2013 Apr 08
1
"No such file or directory" error setting up dict quota for mdbox
Hi, I've some troubles setting up the dict based quota plugin for mdbox, it
always returns a error when lmtp tries to deliver an e-mail:
Apr 8 12:40:16 mb07 dovecot: lmtp(3001, asmarre at ull.es): Error:
fstat(/sharedfs/10.4.1.107/ull.es/54/asmarre/dovecot-quota.lock) failed: No
such file or directory
Apr 8 12:40:16 mb07 dovecot: lmtp(3001, asmarre at ull.es): Error: file dict
commit:
2018 Nov 16
3
Antwort: Re: Quota in MySql Dict not recalculate automatic
With quota count and quota_clone it works, but can I use noenforcing with
quota count?
quota = count:User quota:noenforcing
When I test this config, I receive no quota-warning E-Mail:
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
# user = dovecot
user = vmail
unix_listener quota-warning {
user = vmail
group = vmail
mode = 0660
}
}
plugin {
2010 Jul 19
2
Dovecot 1.1 migration to 1.2
Hello all,
Here is my dovecot 1.1 conf:
# 1.1.3: /etc/dovecot/dovecot.conf
log_path: /var/log/dovecot-err.log
info_log_path: /var/log/dovecot-inf.log
protocols: imap imaps pop3 pop3s
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3):
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>
Sent: Wednesday, October 28, 2020
2009 Jun 17
3
quota.
Hallo.
Sorry for may bad english.
I'm running dovecot 1.0.15 on a debian lenny system.
I've set quota plugin and, under section plugin, I've set:
quota = maildir
quota_rule = *:storage=50M
quota_rule2 = Trash:storage=10%%
quota_warning = storage=95%% /usr/local/bin/quota-warning.sh 95
quota_warning2 = storage=80%% /usr/local/bin/quota-warning.sh 80.
For some accounts the quota limit
2009 Nov 22
1
quota dict
Hello,
i'm using dict quota stored in mysql (/etc/dovecot/dovecot-dict-quota.conf):
connect = host=localhost dbname=vmail user=dovecot password=
# CREATE TABLE quota (
# username varchar(100) not null,
# bytes bigint not null default 0,
# messages integer not null default 0,
# primary key (username)
# );
map {
pattern = priv/quota/storage
table = quota
username_field =
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/quota-warning.sh 70
reading
2013 Jun 24
1
Warning recipient when message delivery fails due to over-quota
I'm working to configure automated quota notifications in Dovecot and am
wondering if it is possible to send a warning message to a user when
message delivery fails because the user is over-quota.
I already have the following directives configured:
quota_warning = storage=95%% quota-warning 95 %u %d
quota_warning2 = storage=80%% quota-warning 80 %u %d
quota_warning3 = -storage=100%%
2011 Feb 21
4
Problem with ldap / quotas
Hi,
I am trying to enable per user quotas, but I get the following error:
Feb 18 23:59:20 vmail dovecot: auth(default):
ldap(tester,10.10.100.150): ldap_search((uid=tester)) failed: No such object
It seems as if ldapsearch for username/password won't work with my new
settings, but I can't find why.
I run Dovecot v1.2.11 on CentOS 5.5.
I changed my working dovecot.conf (see
2010 Oct 06
3
2.0.5: quota warning failing
>From the log:
Oct 6 09:54:10 postamt dovecot: imap(hkunte): Error: quota: connect(/usr/local/scripts/quota-warning2) failed: Permission denied
>From the config:
quota = maildir
quota_rule = INBOX.Trash:storage=+2048M
quota_warning = storage=99%% /usr/local/scripts/quota-warning2 99 %u
quota_warning2 = storage=95%% /usr/local/scripts/quota-warning2 95 %u
quota_warning3 = storage=90%%
2010 Aug 02
3
quota not updated
Hi,
we're using quota with the maildir backend. When new mail arrives, the quota
gets updated. But when mail is expunged, quota stays the same (see imap dialog
below). We're using the latest version from hg ( 1.2.13 ). Any ideas?
###quota part from dovecot -n
plugin:
quota: maildir:User quota
quota_rule: *:storage=2000M
quota_warning: storage=95%% /usr/local/bin/quota-warning.sh
2020 Oct 28
2
dovecot quota-warning detection mail
Hi, all.
we use quota-warning emails to notify you of quotas.
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 %%
2020 Oct 28
2
dovecot quota-warning detection mail
Morikawa,
What do you mean by "logged-in user"?
%u stands for the username.
If, for an example, user "morikawa" exists in your dovecot server (I mean as local user), your quota warning configuration should be fine.
But if user "morikawa" does not exist in your server, and, dovecot can't resolve the username to the mail address, then the quota warning mail be