[Dovecot] ldap quota limitation problem
hi there
i have a such problem:
in dovecot.conf ... protocol imap { listen = *:143 ssl_listen = *:993 mail_plugins = quota imap_quota } ...
quota = dirsize:storage=10240
...
in dovecot-ldap.conf: ... user_attrs = uid,,,uid,uidNumber,gidNumber,boxQuota=quota=dirsize:storage ...
when an user try to answer out from overquoted box he got the message
"overquota blahblahblah", BUT the message still goes...
it seems that the imap_quota worked (report about the overquota) but
plugin quota dont work.
in dovecot logs :
...
Sep 14 09:10:23 xxxxxxxxxxx dovecot: IMAP(test4): dirsize quota limit =
1000kB
...
but in user maildir/maildirsize:
0S,0C
1179466 16
1248 1
what it can be?
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Thu, 14 Sep 2006, razor wrote:
when an user try to answer out from overquoted box he got the message "overquota blahblahblah", BUT the message still goes...
Where does the message goes? Is it delivered to the recipient or to a mailbox of the user? First one is usual as it uses SMTP.
Bye,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux)
iQEVAwUBRQkg6S9SORjhbDpvAQIA4ggAvvHvr5HqpROp9AZlpu8bqxpoos5Z6LVJ CsJ5eKx5lDvn9KSm6qiAfl/Y9h5ZMyO3dRtgtk5sxt/CDrFnURE32E83gwSguGXd 03PKz3MZYcB8y+zBcx2S39eQYGd+YwQqiJMVpJ12bKNl4kK/w6BiZcNakE6GGOIr Rru6AEFgGCqxoN/b/bl/6v3yzVW9F1ieJumzjikIrP8kzlYTjDGpDVWxWyGKwRGM KoS4DFlCLWJjWfpKBpG8hCLbuNZCajaz58sd1TSvJ3gjiC2XeHeNhsa7oK34HMSI cPnwfM4fDFbht8sAOfIbaJw8Vks1+fPTYTba0BLTatH6sfxdRa6iww== =RMWt -----END PGP SIGNATURE-----
On Thu, 2006-09-14 at 09:11 +0300, razor wrote:
when an user try to answer out from overquoted box he got the message
"overquota blahblahblah", BUT the message still goes... it seems that the imap_quota worked (report about the overquota) but
plugin quota dont work.
Goes where? If you got that error message, it shouldn't have gotten saved to the "Sent messages" (or whatever) mailbox. Did you verify from the server side that it did?
in dovecot logs : ... Sep 14 09:10:23 xxxxxxxxxxx dovecot: IMAP(test4): dirsize quota limit =
1000kB ... but in user maildir/maildirsize: 0S,0C 1179466 16 1248 1what it can be?
Since you're using dirsize, maildirsize file isn't used at all. dirsize is a bit slow to use with maildir though, so you might want to switch to quota=maildir.
participants (3)
-
razor
-
Steffen Kaiser
-
Timo Sirainen