Error with sieve on upgrade to 2.2.24

Richard G

Verified User
Joined
Jul 6, 2008
Messages
12,554
Location
Maastricht
Just upgrade dovecot on almost all servers. On 1 server we got sieve enabled which generated this error:
Warning: /etc/dovecot/dovecot.conf line 103: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/dovecot.conf line 62 (if this is intentional, avoid this warning by moving the global setting before /etc/dovecot/dovecot.conf line 62)

doveconf: Warning: /etc/dovecot/dovecot.conf line 103: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/dovecot.conf line 62 (if this is intentional, avoid this warning by moving the global setting before /etc/dovecot/dovecot.conf line 62)

Now line 103 says:
Code:
mail_plugins = $mail_plugins quota
and below comes the protocol imap container. So the above line looks to be stand alone.

Line 62 says:
Code:
 mail_plugins = quota

However, this is inside the pop3 container like this:
Code:
protocol pop3 {
  mail_plugins = quota
  pop3_uidl_format = %08Xu%08Xv
}

How can I fix this, can I safely remove line 103 or must I put it above line 62 or do something else?
 
Back
Top