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@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@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