I just have thus to comment on the line in the file? --- ########## Philippe - Forums Le 2018-05-16 18:52, Sami Ketola a ?crit :>> On 16 May 2018, at 19.49, forums at mehl-family.fr wrote: >> >> Hi, >> >> In my maillog I see this warning message at every reception of e-mail: >> >> _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ >> >> It is just a warning, the e-mail was delivered. >> >> I don't find where is the problem. > > You have mail_plugins setting in 90-quota.conf that is ignored because you have defined mail_plugins in protocol lmtp {} before that in the config. The order matters. > > Sami-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180516/df643a61/attachment.html>
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)_ :-O --- ########## Philippe - Forums Le 2018-05-16 19:07, forums at mehl-family.fr a ?crit :> I just have thus to comment on the line in the file? > > --- > ########## > > Philippe - Forums > > Le 2018-05-16 18:52, Sami Ketola a ?crit : > > On 16 May 2018, at 19.49, forums at mehl-family.fr wrote: > > Hi, > > In my maillog I see this warning message at every reception of e-mail: > > _STATUS=SENT (DELIVERED VIA DOVECOT SERVICE (DOVECONF: WARNING: /ETC/DOVECOT/CONF.D/90-QUOTA.CONF LINE 39: GLOBAL SETTING MAIL_PLUGINS WON'T CHAN....._ > > It is just a warning, the e-mail was delivered. > > I don't find where is the problem. > > You have mail_plugins setting in 90-quota.conf that is ignored because you have defined mail_plugins in protocol lmtp {} before that in the config. The order matters. > > Sami-------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180516/845c3952/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smiley-surprised.gif Type: image/gif Size: 338 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20180516/845c3952/attachment.gif>
> 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>
On 2018-05-16 19: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)_The output of doveconf -n would help to see what plugins you are trying to load -- Christian Kivalo