> On 16 May 2018, at 20.16, forums at mehl-family.fr wrote: > > I have comment the line... > > But now I see other warning : > > Warning: /etc/dovecot/conf.d/OLD-90-quota.conf line 39: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/conf.d/15-lda.conf line 13 (if this is intentional, avoid this warning by moving the global setting before /etc/dovecot/conf.d/15-lda.conf line 13) > > AND... I see an error message : > > Error: Couldn't load required plugin /usr/lib/dovecot/modules/lib11_imap_quota_plugin.so: Plugin quota must be loaded also (you must set: mail_plugins=$mail_plugins quota) >Load your global plugins first, in global config file and protocol specific plugins later in the config. Sami -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180516/0895198b/attachment.html>
OK. I renamed "conf.d/90-quota.conf" to "conf.d/13-quota.conf" and I have no more this message. Thank's. --- ########## Philippe - Forums Le 2018-05-16 20:53, Sami Ketola a ?crit :>> On 16 May 2018, at 20.16, forums at mehl-family.fr wrote: >> >> I have comment the line... >> >> But now I see other warning : >> >> _WARNING: /ETC/DOVECOT/CONF.D/OLD-90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHANGE THE SETTING INSIDE AN EARLIER FILTER AT /ETC/DOVECOT/CONF.D/15-LDA.CONF LINE 13 (IF THIS IS INTENTIONAL, AVOID THIS WARNING BY MOVING THE GLOBAL SETTING BEFORE /ETC/DOVECOT/CONF.D/15-LDA.CONF LINE 13)_ >> >> AND... I see an error message : >> >> _ERROR: COULDN'T LOAD REQUIRED PLUGIN /USR/LIB/DOVECOT/MODULES/LIB11_IMAP_QUOTA_PLUGIN.SO: PLUGIN QUOTA MUST BE LOADED ALSO (YOU MUST SET: MAIL_PLUGINS=$MAIL_PLUGINS QUOTA)_ > Load your global plugins first, in global config file and protocol specific plugins later in the config. > > Sami-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180516/e345acb1/attachment.html>
On 2018-05-16 21:07, forums at mehl-family.fr wrote:> OK. > > I renamed "conf.d/90-quota.conf" to "conf.d/13-quota.conf" and I have > no more this message.This doesn't really fix your problem, you just removed the signs of it. The order of the files in /etc/dovecot/conf.d matters. Please provide the following: doveconf -n grep -B2 -A1 'mail_plugins =' /etc/dovecot/conf.d/*` shows the unexpanded mail_plugins settings from your config. -- Christian Kivalo