Displaying 6 results from an estimated 6 matches for "quotastorag".
Did you mean:
quotastorage
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 already instaled 1.0rc24
Venilton C. Junior
HPS
Sercomp...
2006 Aug 16
5
ldap quota limitation problem
...tes
#######################
dovecot.conf
PROTOCOL IMAP
mail_plugins = quota imap_quota
PROTOCOL POP3
mail_plugins = quota
LDA
mail_plugins = cmusieve # quota
PLUGIN
quota = maildir:storage=256000
########################
dovecot-ldap.conf
user_attrs = uid,homeDirectory,,uid,uidNumber,gidNumber,quotaStorage=mailQuotaSize=dirsize:storage
#############################
Amadou TOURE
Sonatel Multimedia, 136 Sacre Coeur,
Pyrotechnique, BP 21100 Dakar
Tel +221-8699810. Fax +221-8641094
http://www.sentoo.sn
DAKAR - SENEGAL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <...
2007 Apr 27
2
dovecot + ldap + quota
...not working fine.
i configure like suggested in http://wiki.dovecot.org/Quota
in dovecot.conf:
protocol imap {
mail_plugins = quota imap_quota
}
plugin {
# 10 MB quota limit
quota = maildir:storage=10240
}
in dovecot-ldap.conf:
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid,quotaStorage=quota
if a mua send a attach near 9MB i receive a message tell me that the server
don't have more space, but if i attach files of 2MB this messages are
sending ok, and the cur directory of this user have 15 MB.
another question: in ldap entry, the attribute quota are the attibute that A
rep...
2007 May 13
1
mailquota in ldap attribute 'mailQuota'
...protocol imap {
mail_plugins = quota imapquota
}
plugin {
quota = maildir:ignore=Trash
}
the rest are defaults
added an attribute 'mailQuota' with value '10240' kbytes or 10Mbytes
as for /etc/dovecot-ldap.conf
user_attrs =
mail,homeDirectory=home,uidNumber=uid,gidNumber=gid,quotaStorage=mailQuota
Would appreciate if anyone could assist on this.
I'd prefer to use the above than setting the mail quota manually:
quota = maildir:storage=10240:ignore=Trash
We are actually in the planning stage of migrating all of current our
mailboxes from Netscape to Dovecot, instead of upgra...
2006 Jun 11
1
Quotas and LDAP
Hi,
first of all, it is very nice that dovecot has quotas now! Thank you very
much.
Now, I want to use quotas with LDAP requests, but I am having the following
issues.
First, contrary to what is written in the Wiki about quota and LDAP ("#
quotaStorage must be in the format mentioned above, # For example:
dirsize:storage=10240"), it is possible to have an LDAP field with just a
number in it. The configuration in dovecot-ldap.conf looks like:
user_attrs =
homedir=home,uidnumber=uid,primaryGroupID=gid,quotanumber=quota=maildir:storage
Th...
2007 Feb 22
0
Dovecot Quota + LDAP
...}
}
}
plugin {
# quota = maildir:/var/lib/imap/vmail/%d/%u/mail:storage=102400
# convert_mail = maildir:/var/lib/imap/vmail/%d/%u/mail
#quota = maildir:storage=102400
}
And here is my user attributes in my dovecot-ldap.conf:
user_attrs = mail,homeDirectory,,,,quotaStorage=quota=dirsize:storage
user_filter =
(&(objectClass=VirtualMailAccount)(mail=%u)(accountActive=TRUE)(delete=F
ALSE))
As you can see above in my dovecot.conf, I made a comment at plugin
section to ensure that there's no quota usage for all system. I'd like
to have per user quota sto...