Re: Quota reporting

2014-10-30 Thread Steffen Kaiser

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 29 Oct 2014, Hanns Mattes wrote:


AFAICS there's one issue left: Thunderbird and Kmail don't show the
quota status. Using doveadm quota the information is shown correctly,
even the user-specific values (coming from openldap) are set correctly.

I think, I miss something obvious ... (and besides quota - any
configuration hint is very welcome)

linux:/etc/dovecot # doveconf -n



protocol imap {
 mail_plugins =  quota zlib fts fts_lucene trash quota imap_quota
imap_zlib
}



Any ideas?


Looks like imap_quota is present. However:

a) did you reloaded Dovecot after config change?
b) in which conf-file did you've configured imap_quota and why quota is 
mentioned twice?


manual test:

telnet server 143
*1 login user pwd
*2 GETQUOTAROOT INBOX
*3 logout

Command 1 should include QUOTA in capability string, cmd #2 should 
return success. If this test succeeds, you have a MUA problem.


- -- 
Steffen Kaiser

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQEVAwUBVFHnsHz1H7kL/d9rAQLxiAf/YtZIqMi2y7S7286r/sRUPxmi1af0rL6P
HrmXZDl5qayi9Pp0eFIVVkf1srSMflEya2sVUiKQKOxcHXiIa4xjLvky3TV59sP1
g4Kxw1FpaJ2pzFRpZxCjtmqr1+TTNazlG+Aj4pCptHljMlL7H2Jk9b57Gs8ysiTN
9HLFLWMQ/ETO7184Fe4evODirbPFfxxrSp599B3pC0dlE3/Ilce9jgLEGkh3XMWX
jNVxtg0DOEmhFh2einvJjEOniJjiAV522uPPsPGgCkMyYZUj/v6Y4PWc0ayEA97Q
bF8brGiFDpncQf77Z6kNDYFnfiv4aAhoC/II5DopEV+VthUZAilUiQ==
=h43a
-END PGP SIGNATURE-


Re: Quota reporting

2014-10-30 Thread Hanns Mattes
Hi

Am 30.10.2014 um 08:24 schrieb Steffen Kaiser:
 [quota not working]
 Looks like imap_quota is present. However:
 
 a) did you reloaded Dovecot after config change?

Yes

 b) in which conf-file did you've configured imap_quota 

The Plugin is listed in 20-imap.conf.

 and why quota is mentioned twice?

Accidentially added in 20-imap.conf after $mail_plugins

 
 manual test:
 
 telnet server 143
 *1 login user pwd

Quota is present

 *2 GETQUOTAROOT INBOX

OK No quota.

So it seems to be a problem with my configuration, not the MUA.

Any ideas?

Thanks in advance

Hanns


Re: Quota reporting

2014-10-30 Thread Hanns Mattes
Am 30.10.2014 um 09:39 schrieb Hanns Mattes:
 Hi
 
 Am 30.10.2014 um 08:24 schrieb Steffen Kaiser:
 [quota not working]

I've used prefetching with ldap. Turning it off, the quotas are
presented correctly. So the problem is somewhere in the prefetch-part of
my configuration.

Regards Hanns


Re: Quota reporting

2014-10-30 Thread Hanns Mattes
Hi,

answering myself...

Am 30.10.2014 um 10:21 schrieb Hanns Mattes:
 Am 30.10.2014 um 09:39 schrieb Hanns Mattes:
 Hi

 Am 30.10.2014 um 08:24 schrieb Steffen Kaiser:
 [quota not working]
 
 I've used prefetching with ldap. Turning it off, the quotas are
 presented correctly. So the problem is somewhere in the prefetch-part of
 my configuration.

Solved. I've missed a $ in the pass_attrs. Simple Typo...


Thanks to everyone

Hanns