quota setup assistance (postfix+dovecot+mysql)

2015-03-23 Thread rooster
Hello list, I have been struggling with establishing a working installation of dovecot with mySQL quota support. I have not been able to find a guide or tutorial that works for the current revisions of software I have at my disposal. Most notably, the error I see in the mail log

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-23 Thread rooster
> On 2015-03-23, at 1:43 AM, Gedalya wrote: > > The imap_quota plugin is relevant only under protocol imap {}. It reports > quota usage via the IMAP protocol. Under lmtp and any other protocol that can > change quota usage, you need to load only the quota plugin, which does the > actual work

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-23 Thread rooster
> On 2015-03-23, at 3:38 PM, Gedalya wrote: > > That idea is to set the global mail_plugins to contain the plugins you would > want enabled in *all* places. If there is not a single such plugin, then > indeed you can set the global mail_plugins to empty, but then you should > still use $mail_

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-24 Thread rooster
> On 2015-03-24, at 1:42 AM, Steffen wrote: > > it's a linker problem. Are you sure, > /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so exists at all, is > readable, is from the very same Dovecot version? > > - -- > Steffen It might be a operating permissions issue then. The file(

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-24 Thread rooster
> On 2015-03-24, at 2:33 AM, Steffen wrote: > > What are the permissions of the requested file itself? > You say who owns the directory entries, but do not mention the > permissions, please run: > > ls -alR /usr/lib/dovecot/modules/ all directories are drwx r-x r-x all file

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-24 Thread rooster
> On 2015-03-24, at 6:07 AM, Steffen Kaiser > wrote: > >> all directories are drwx r-x r-x >> all files are -rw -r- - r- - >> all links are lrwx rwx rwx > > :-) OK, this reply doesn't necessarily answers my question, please run & post > output of: > > f

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-25 Thread rooster
> On 2015-03-25, at 5:29 AM, Steffen Kaiser > wrote: > > it's a pity, I hoped there is a symlink problem. > > Could you please try the three commands with this file: > > /usr/lib/dovecot/modules/lib10_quota_plugin.so > > as well? > > - -- Steffen Kaiser I too wish it were somethin

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-28 Thread rooster
> On 2015-03-23, at 1:34 AM, rooster wrote: > > Hello list, > > I have been struggling with establishing a working installation of > dovecot with mySQL quota support. I have not been able to find a guide or > tutorial that works for the current revisions of

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-29 Thread rooster
> On 2015-03-23, at 1:34 AM, rooster wrote: > > Hello list, > > I have been struggling with establishing a working installation of > dovecot with mySQL quota support. I have not been able to find a guide or > tutorial that works for the current revisions of

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-30 Thread rooster
> On 2015-03-29, at 10:16 AM, Gedalya wrote: > > This problem can be reproduced in one second. Here you go: > > protocol lmtp { >mail_plugins = $mail_plugins sieve imap_quota > } > > Mar 29 13:13:33 mail dovecot: lmtp(25315): Connect from local > Mar 29 13:13:33 mail dovecot: lmtp(geda...@

Re: quota setup assistance (postfix+dovecot+mysql)

2015-03-30 Thread rooster
> On 2015-03-30, at 4:24 AM, Gedalya wrote: > > The order in which the config files are included and parsed ought not to > matter. Dovecot parses the entire config, resulting in what you see in > doveconf -n output, before it does anything. Only the final result applies. > > If your config fi