> On 16/04/2025 23:30 EEST Genes Lists via dovecot <dovecot@dovecot.org> wrote: > > > Any advice what I am doing wrong: > > I am in process of converting our 2.3 configs to 2.4.1 and sieve / > sieve_script has me stumped. > > When I use: > plugin { > sieve_script xxx { > ... > } > sieve_script yyy { > ... > } > } > > each xxx/yyy is personal or before or after etc. > > dovecot -n give: > > ./conf.d/90-sieve.conf line 6: Unknown section name: plugin > > If I remove the plugin { } part then I get: > > Unknown section name: sieve_script > > Obviously I am doing something wrong - appreciate any help? > > thank you > > > -- > Gene > > > Any advice what I am doing wrong: > > I am in process of converting our 2.3 configs to 2.4.1 and sieve / > sieve_script > has me stumped. > > When I use: > plugin { > sieve_script xxx { > ... > } > sieve_script yyy { > ... > } > } > > each xxx/yyy is personal or before or after etc. > > dovecot -n give: > > ./conf.d/90-sieve.conf line 6: Unknown section name: plugin > > If I remove the plugin { } part then I get: > > Unknown section name: sieve_script > > Obviously I am doing something wrong - appreciate any help? > > thank you > > > -- > Gene >
Hi! In 2.4 there is no longer plugin section at all. To configure sieve scripts see https://doc.dovecot.org/2.4.1/core/plugins/sieve.html you also must have sieve installed for this to work, otherwise the settings will be unknown. Sometimes this can also happen if a previous section is not closed properly. Aki _______________________________________________ dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-le...@dovecot.org