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)
##########
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