On 03/30/2015 07:11 PM, rooster wrote:
I’m curious as to why on the 2nd test, there are quote marks in the
mail_plugins parameters but not in the 1st or 3rd test?
When you use $mail_plugins for the first time, it is equal to the empty
string, because it wasn't set yet.
When you set a co
> 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
On 03/30/2015 07:05 AM, rooster wrote:
10-mail.conf : mail_plugins = $mail_plugins zlib quota
15-lda.conf : mail_plugins = $mail_plugins sieve
20-imap.conf : mail_plugins = $mail_plugins imap_zlib imap_quota antispam
20-lmtp.conf : mail_plugins = $mail_plugins sieve
Am I to remove eac
> 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...@
On 03/29/2015 01:02 PM, Steffen wrote:
The actual question is, why your system cannot load the shared libray
lib11_imap_quota_plugin.so dynamically, although lib10_quota_plugin.so
works.
Maybe you should remove the failed file and force a reinstall of the
package. I don't suppose, the package is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
rooster wrote:
>
>> 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 tha
> 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 software I have at my
> disp
> 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 software I have at my
> disp
> 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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 24 Mar 2015, rooster wrote:
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 does
> 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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 24 Mar 2015, rooster wrote:
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/m
> 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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
rooster wrote:
>
>> 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?
>>
> It might
> 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(
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
rooster wrote:
> Most notably, the error I see in the mail log is as follows :
>
> Mar 23 00:55:31 host dovecot: lmtp(328): Debug: Module loaded:
> /usr/lib/dovecot/modules/lib10_quota_plugin.so Mar 23 00:55:31 host
> dovecot: lmtp(328): Error:
> dlop
On 03/24/2015 12:50 AM, rooster wrote:
10-mail.conf : mail_plugins = $mail_plugins zlib quota
15-lda.conf : mail_plugins = $mail_plugins sieve
20-imap.conf : mail_plugins = $mail_plugins imap_zlib imap_quota antispam
20-lmtp.conf : mail_plugins = $mail_plugins sieve
If the above are
> 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_
On 03/23/2015 06:24 PM, rooster wrote:
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,
> 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
On 03/23/2015 04: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 software I have at my disposal.
Most
21 matches
Mail list logo