Displaying 20 results from an estimated 10000 matches similar to: "enabling quota."
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
2008 Feb 22
3
on dovecot quota.
Is it true that if a user reaches quota limit he isn't be able to delete
his messages to free his mailbox space?
2008 Feb 15
2
quota doesn't work?
I'm using dovecot 1.0.rc15 with debian etch.
In dovecot.conf I have set
mail_plugins = quota imap_quota for imap
mail_plugins = quota for pop3
and quota = maildir:storage=10240.
I seems that it doesn't work 'cause I send messages over 10M and
it
doesn't block my maildir box.
I have to do something more?
2008 Jul 12
3
dbox and quota question
Hi all,
i am asking myself
how quota is done with dbox in a virtual setup
with having quotas in sql
dove 1.1.1
says quota maildir: No maildir storages, ignoring quota
lda means quota maildir: No maildir storages, ignoring quota
which is right
i dont wanna use dict , i only wanna use the qutoas out of sql crated by
postfixadmin
has someone used this ever ?
--
Best Regards
MfG Robert
2006 Aug 31
2
Maildir++ quota inconsistency
I've found what I think is an inconsistency in the Maildir quota
implementation. According to the Maildir++ quota specification at:
http://www.inter7.com/courierimap/README.maildirquota.html
Maildir++ quota can be specified as maximum size, or maximum number of
messages, or even both. The size specification is supposed to be in bytes.
So I could use '10000000S' to set a quota of
2007 Mar 05
2
Driving quota out of a database.
Hi there,
I'm using postgres as a userdb for dovecot. I'm am trying to get the
quota plugin to work.
I have a column in my table that returns the quota in KB. I am using the
postgres expression "('maildir:storage=' ||
mailstore_control.mailbox.quota) AS quota" as recommended in the
manuals. This expression is NULL to start with, which I take to mean
unlimited
2008 Oct 09
2
maildri++ quota
When is the maildir quota usages recalculated and written to the
second line of the "maildirsize" file?
I'm using 1.1.4, and I reset the quotas for my users by just taking
the first line of their maildirsize file and deleting the rest.
--
Ralf Hildebrandt (Ralf.Hildebrandt at charite.de) snickebo at charite.de
Postfix - Einrichtung, Betrieb und Wartung Tel. +49
2009 Jan 14
2
Maildir++ quota: When is it recalculated?
We use Maildir++ quota, with the rules taken from our LDAP backend. We also
have an old expunge script that's not quota-aware; it removes old messages
from the maildir by simply deleting the files.
Sometimes, a mailbox is over quota before the script runs, but well under
quota after the old messages are deleted. This change does not seem to be
picked up, however: When I try to deliver a new
2008 Apr 17
4
more than one ldap database.
If I have two databases in my ldap, ex: dc=dominio1,dc=it is the first
database and dc=dominio2,dc=it is the second one.
Can I put these two search bases in dovecot-ldap.conf?
2017 Mar 05
3
quota-warning: possible to have size also?
Hello Community,
My dovecot setup works fine with quotas and quota-warning.
I have a questions though: when running the warning script, the example
foundis it possible to pass the *quota size *as argument also? This
would be useful with per-user quota.
e.g. /some/script xx% username *xxxbytes* (order is not relevant of course)
Thank you for your help.
Cheers
2009 Apr 01
4
Quota calculation problem with 1.2 beta 4
Two of my users are reporting that their quota is not being
recalculated ALTHOUGH they deleted lots and lots of mails.
I'm using today's hg checkout of 1.2 beta 4
--
Ralf Hildebrandt
Postfix - Einrichtung, Betrieb und Wartung Tel. +49 (0)30-450 570-155
http://www.computerbeschimpfung.de
Wen du nicht mit K?nnen beeindrucken kannst, den verwirre mit
Schwachsinn!
-------------- next
2006 Nov 17
2
dovecot and ldap passwords.
Hallo.
First of all I'm sorry for my bad english.
I have a question about how dovecot use passwords.
I have all my mail accounts in a ldap database.
The user password are stored in form: {crypt}mypasswd.
In dovecot-ldap.conf I have default_pass_scheme = CRYPT.
All is working fine.
The problem in the crypt scheme is that I can't have passwords more than
8 characters long.
So I've tried
2008 Oct 06
2
Maildir++ problem
Hi to all,
I am semi-new to the dovecot system, but i like it very much for the
versatility of all the system. I have a problem: i am migrating my
servers from postfix with vda patch + courier imap to dovecot. All works
fine, except for one thing: i use Maildir++ format, but i don't know how
to make the file maildirsize into the home of the users. This file is
needed by me becouse i have a
2007 Mar 02
2
maildirsize corruption
Using maildir++ with LDA and POP/IMAP we have been seeing intermittant
maildirsize corruption. Where an operation will be prepended by a handful
of ASCI null characters ^@^@.
Eg:
# cat maildirsize
5120000S
-46895 -1
93359 1
60576 1
2858 1
49547 1
-206340 -4
94603 1
84785 1
54463 1
82486 1
97104 1
^@^@^@^@^@^@^@^@40488 1
73397 1
83662 1
24668 1
42673 1
12081 1
-713606 -12
The instances of this
2008 Sep 16
2
Dovecot LDA and quota
Hi List,
I recently upgraded to Dovecot 1.1.3 on FreeBSD and got into trouble
over the quotas. We implemented per-user quotas using
plugin {
quota = maildir
}
and
protocol lda {
mail_plugins = quota
}
We use a passwd-file userdb with extra fields, which used to be
quota=maildir:storage:<bytes>
which I changed to
quota_rule=*:bytes:<bytes>
What
2006 Jul 14
2
maildir++ specification compliance.
Hi folks.
I was doing some testing this morning and realized Dovecot RC2 isn't fully
compliant with the maildir++ specification.
Most notably, it appears that Dovecot isn't creating a "maildirfolder"
file (0 byte length) in folders it creates.
>From http://www.inter7.com/courierimap/README.maildirquota.html
"Within each subdirectory there's an empty file,
2007 Feb 26
2
Quota stored in LDAP
Hie folks,
Does anyone have any experiences using dovecot + per user quota + ldap?
I've configured my settings as this example:
# quotaStorage must be in the format mentioned above
# For example: dirsize:storage=10240
user_attrs = uid,homeDirectory,,,uidNumber,gidNumber,quotaStorage=quota
But, Dovecot isn't creating maildirsize file.
Any guesses?
PS: I've
2006 Jun 12
1
Multiple quota roots
IMAP RFC defines a way to have multiple quota roots. For example with
filesystem quota the first quota root would be "available disk space in
filesystem" and second quota root would be the user's normal quota.
I guess this could similarly be useful for example to have a per-domain
quota (eg. 10GB) and each user have their own separate quota (eg. 1GB),
so that 20 the users together
2009 Jul 12
1
[BUG] Incorrect maildir quota value after maildirsize creation
I found a problem with maildir++ quota. When dovecot creates maildirsize
file, it counts quota wrong. This is, how I reproduce a situation on
version 1.2.0:
First, I remove maildirsize file:
# cd /var/mail/test
# rm -f maildirsize
# ls -la
total 32
drwx--S--- 5 mbox mbox 4096 Jul 12 20:45 .
drwxrwsr-x 3 root mbox 4096 Jul 12 20:39 ..
drwx--S--- 2 mbox mbox 4096 Jul 9 20:45 cur
-rw------- 1 mbox
2006 Apr 17
1
Beta 7 maildir++ "unlimited quota"
Hi.
It looks like Beta 7 is treating a zero quota in maildirsize as a literal
quota value. The maildir++ specification says a zero quota means
unlimited.
Steve