Displaying 20 results from an estimated 248 matches for "quota_rule3".
Did you mean:
quota_rule
2013 Sep 27
1
fts-solr indexer-worker connects to wrong solr host dovecot-2.2.4
...-test.com): lookup shared/userdb/hammer at rp-auth-test.com
auth-worker(2195): Debug: dict(hammer at rp-auth-test.com): result: {"uid":"8","fts":"solr","quota_rule4":"Spam:ignore","_session":"talk15_590ec6d100042","quota_rule3":"Trash:ignore","quota_rule2":"*:messages=2684354","quota_rule":"*:storage=5242880k","mail":"maildir:/mail/mailstore01/215/573/hammer at rp-auth-test.com/:INDEX=/mail/index01/215/573/hammer at rp-auth-test.com/","fts_so...
2017 Sep 01
3
can't get quota working. I use static userdb driver.
...protocol lmtp {
postmaster_address = postmaster # required
mail_plugins = $mail_plugins sieve
}
protocol lda {
mail_plugins = $mail_plugins sieve
}
protocol imap {
mail_plugins = $mail_plugins imap_quota
}
plugin {
quota = maildir:"User quota"
quota_rule = *:storage=10M
quota_rule3 = INBOX.Trash:storage=+10%%
quota_exceeded_message = "552 5.2.2 Mailbox is full"
}
doveconf -n is attached.
# doveadm quota get
Quota name Type Value Limit
%
"User quota" STORAGE 0 10240
0
"User quota" MESSAGE 0 -
# doveadm qu...
2006 Sep 14
2
Quota plugin rewrite
...ion has also changed. Normally you'd use something like this:
quota = maildir
# 1GB quota in general
quota_rule = *:storage=1048576
# Trash mailbox gets 100MB more (so max. 1,1GB)
quota_rule2 = Trash:storage=102400
# Spam mailbox gets also +100MB (still maxes at 1,1GB, not 1,2GB)
quota_rule3 = Spam:storage=102400
You can place all the above into plugin { .. } section in dovecot.conf.
In userdb if users have different quotas you'd then need to override
only quota_rule (not quota, quota_rule2 and quota_rule3).
I tested quickly that this seemed to work as described above. Please
tes...
2011 Jul 19
1
Dovecot + Vpopmail quota issues
...ing the
'Archive' namespace/directory storage towards the total storage used.
My Quota configuration is as follows:
auth default {
mechanisms = plain login digest-md5 cram-md5
passdb vpopmail {
args = webmail=192.168.1.12
}
userdb vpopmail {
args = quota_template=quota_rule3=*:backend=%q
}
...
}
plugin {
quota = maildir
quota_rule = ?:storage=0
quota_rule2 = Archive:ignore
quota_rule3 = ARCHIVE:ignore
}
From what I've read, this is supposed to use the maildirsize file
when available or otherwise return no quota. It worked just fine
before this new Archive...
2018 Sep 16
3
Quotas not working with roundcube
...ssages" {
??? special_use = \Sent
? }
? mailbox Trash {
??? special_use = \Trash
? }
? prefix =
}
passdb {
? driver = bsdauth
}
passdb {
? args = /etc/dovecot/dovecot.passwd
? driver = passwd-file
}
plugin {
? quota_grace = 10%%
? quota_rule = *:storage=2G
? quota_rule2 = Trash:storage=+200M
? quota_rule3 = SPAM:ignore
? 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
}
ssl_ca = /etc/ssl/certs/CA_Intermed_Lets_Encrypt.crt
ssl_cert = &l...
2008 Aug 07
1
Dovecot 1.1 Quota Plugin Configuration?
...uota by setting their size (in bytes) to 0 (via mysql). Following the
upgrade to 1.1 this no longer seems to work and has resulted in a lot of
annoyed people having messages bumped :-(
The config I have is as follows...
quota = maildir
quota_rule = *:storage=15M
quota_rule2 = Trash:ignore
quota_rule3 = INBOX.Trash:ignore
quota_rule4 = INBOX.SpamTrain:ignore
quota_rule5 = SpamTrain:ignore
In the sql.conf I get the quota for each mailbox using this line
user_query = SELECT '/var/vmail/%d/%n' as home,
'maildir:/var/vmail/%d/%n' as mail, xxx AS uid, xxx AS gid,
concat('mai...
2011 Aug 09
1
Trash Plugin
ReHi;
I have a question about trash plugin. I added following lines into
dovecot.conf:
quota_rule = *:storage=2048000
quota_rule2 = Trash:storage=1MB
quota_rule3 = SPAM:ignore
When I set *:storage line as default quota_rule , There is no problem..
But when I removed this line and set Trash:storage as default
quota_rule, plugin is not working..
That I said, Do I have to add *:storage line as first default line in
config line?
Regards..
--
*Ayd?n Dem...
2011 Sep 20
1
how to disable quota for second namespace?
...cond namespace as archive, where no quota should be active
(work with type = shared).
But if I change the type to private the quota will allways count.
My dovecot version is the 2.0.13.
I have tried things like this:
plugin {
quota_rule = *:storage=500M
quota_rule2 = Trash:storage=+100M
quota_rule3 = Sent:storage=+50M
quota_rule4 = ns=archiv/%u/:ignore
}
It's also doesn't work with "quota_rule4 = archiv/%u/:ignore"
The namespace:
namespace {
type = private
separator = /
prefix = "archiv/%u/"
location =
maildir:/var/data/archiv/%d/%n:INDEX=/var...
2013 Dec 04
1
Question regarding quotas (is this a bug or intended behavior) ?
...ize=0
INBOX messages=0 vsize=0
(As you can see mails were moved to a Trash/TEST mailbox)
# doveadm -f flow quota get -u my_user
Quota name=Userquota Type=STORAGE Value=220918 Limit=1048576 %=21
Quota name=Userquota Type=MESSAGE Value=4997 Limit=- %=0
I tried to add the following quota_rule:
quota_rule3 = Trash/*:ignore
But this doesn't fix anything.
Do you have any idea about why this is not working ?
Thanks,
Regards,
Gilles.
2011 Sep 09
1
quota percents
I've noticed that http://wiki2.dovecot.org/Quota/Configuration is out of
date, it says:
plugin {
quota = maildir:User quota
quota_rule = *:storage=1GB
# 10% of 1GB = 100MB
quota_rule2 = Trash:storage=10%%
# 20% of 1GB = 200MB
quota_rule3 = Spam:storage=20%%
}
but if you use the '10%%' notation, dovecot complains, and *also* incorrectly:
dovecot: imap(test at example.net): Warning: quota root mail quota rule Trash:bytes=10%: obsolete configuration for rule 'bytes=10%' should be changed to 'bytes=+10%'
its...
2015 Jan 30
0
LDAP Quota Limits & Warnings
...So I assumed following should work - and it does - except for "ignore" -
even though LDAP does not hold multiple values for it - only a single
one for each limit:
user_attrs = [...] mailQuotaStorage=quota_rule=*:storage=%$,
mailQuotaMessages=quota_rule2=*:messages=%$,
mailQuotaIgnore=quota_rule3=*:ignore=%$
pass_attrs = [...] mailQuotaStorage=userdb_quota_rule=*:storage=%$,
mailQuotaMessages=userdb_quota_rule2=*:messages=%$,
mailQuotaIgnore=userdb_quota_rule3=*:ignore=%$
And unfortunately /var/log/maillog tells me:
dovecot: imap(abuse at netocean.local): Error: user abuse at netocea...
2013 Nov 12
1
Dovecot 2.0.9 Quota Limit issues
...s problem but haven't
found anything.
Currently I have a Dovecot 2.0.9 with virtual users from a SQL table.
Right now I'm only using global quota limits. Here is my quota setup:
plugin {
quota = maildir:User quota
quota_rule = *:storage=3G
quota_rule2 = Trash:storage=+100M
quota_rule3 = Archive:storage=+1G
quota_rule4 = Archive/2013:storage=+1G
quota_rule5 = Junk:ignore
}
According to the documentation this should allow the Archive folder to
have an additional 1G in it that is not counted toward the global 3G.
However I have users who have 2G in the Archive folder, and...
2018 Sep 17
2
Quotas not working with roundcube
...sdb {
>> ? driver = bsdauth
>> }
>> passdb {
>> ? args = /etc/dovecot/dovecot.passwd
>> ? driver = passwd-file
>> }
>> plugin {
>> ? quota_grace = 10%%
>> ? quota_rule = *:storage=2G
>> ? quota_rule2 = Trash:storage=+200M
>> ? quota_rule3 = SPAM:ignore
>> ? 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
>> }
>>...
2014 Mar 05
2
Bounce messages
...pecial_use = \Trash } prefix =}passdb { args = /etc/dovecot/dovecot-mysql.conf.ext driver = sql}plugin { quota = maildir:User quota quota_exceeded_message = Storage quota for this account has been exceeded, please try again later. quota_rule = *:storage=1G quota_rule2 = Trash:storage=+30%% quota_rule3 = Sent:storage=+30%% quota_warning = storage=90%% quota-warning 90 %u quota_warning2 = storage=75%% quota-warning 75 %u sieve = ~/.dovecot.sieve sieve_dir = ~/sieve}postmaster_address = postmaster at multidist.euprotocols = " imap lmtp pop3"quota_full_tempfail = yesrejection_subject =...
2018 Jan 16
0
nfs flush requires mail_fsync=always
...mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
plugin {
quota = dict:User quota::proxy::sqlquota
quota_grace = 10%%
quota_rule = *:storage=1000m:messages=300000
quota_rule2 = Trash:storage=+10%%:messages=+10%%
quota_rule3 = Junk:storage=+20%%:messages=+20%%
quota_status_nouser = DUNNO
quota_status_overquota = 552 5.2.2 Mailbox is full
quota_status_success = DUNNO
quota_warning = storage=75%%:messages=75%% quota-warning 75 %u
quota_warning2 = storage=95%%:messages=95%% quota-warning 95 %u
quota_warning3 =...
2017 Oct 20
1
quota only for oungoing
oops. no, quota doesn't change :(
thats my configs:
plugin {
quota = maildir:User quota
quota_rule = *:storage=300M
quota_rule2 = Trash:storage=+10%%
quota_rule3 = Sent:ignore
quota_rule4 = Archive*:ignore
quota_warning = storage=95%% quota-warning 95 %u
quota_warning2 = storage=80%% quota-warning 80 %u
quota_grace = 10%%
}
protocol lda {
mail_home = /var/spool/mail/%d/%n
mail_plugins = $mail_plugins sieve
log_path = /var/log/dovecot/dovecot-...
2008 Nov 21
2
folder deletion response problem
...cot-sql.conf
userdb:
driver: passwd
socket:
type: listen
client:
path: /var/run/dovecot/auth-client
mode: 432
master:
path: /var/run/dovecot/auth-master
mode: 438
plugin:
quota: maildir:User quota
quota_rule: *:storage=1G
quota_rule2: Trash:ignore
quota_rule3: Spam:ignore
sieve: /var/sieve-scripts/%n.sieve
=============================================
grep -v '^ *\(#.*\)\?$' output:
auth_debug=yes
protocols = imap
disable_plaintext_auth = no
log_path = /usr/local/dovecot/log
ssl_disable = yes
login_user = dovecot
mail_location = maildir:/var...
2017 Sep 05
2
can't get quota working. I use static userdb driver.
On 05.09.2017 11:28, Steffen Kaiser wrote:
> On Fri, 1 Sep 2017, ????? ????? wrote:
>
> > plugin {
> > quota = maildir:"User quota"
> > quota_rule = *:storage=10M
> > quota_rule3 = INBOX.Trash:storage=+10%%
> ^^ this should spell quota_rule2
> but is not the issue right now
>
actually dovecot probably stops looking after it fails to see quota_rule2.
Aki
2018 May 30
2
Fatal: nfs flush requires mail_fsync=always
...s = /etc/dovecot/dovecot-sql.conf.ext
>> driver = sql
>> }
>> plugin {
>> quota = dict:User quota::proxy::sqlquota
>> quota_grace = 10%%
>> quota_rule = *:storage=1000m:messages=300000
>> quota_rule2 = Trash:storage=+10%%:messages=+10%%
>> quota_rule3 = Junk:storage=+20%%:messages=+20%%
>> quota_status_nouser = DUNNO
>> quota_status_overquota = 552 5.2.2 Mailbox is full
>> quota_status_success = DUNNO
>> quota_warning = storage=75%%:messages=75%% quota-warning 75 %u
>> quota_warning2 = storage=95%%:message...
2018 Nov 16
2
Core dump during UID Search
...ial_use = \Trash
}
prefix =
separator = /
subscriptions = yes
}
passdb {
args = scheme=CRYPT username_format=%u /usr/local/vmail/domains/%d/passwd
driver = passwd-file
}
plugin {
fts = squat
quota = maildir:User quota
quota_rule = *:storage=5G
quota_rule2 = Trash:storage=+100M
quota_rule3 = Deleted Messages:storage=+100M
recipient_delimiter = +
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
stats_refresh = 30 secs
}
postmaster_address = postmaster at butler.0x58.com
protocols = imap lmtp sieve
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix...