config help with sieve_script
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
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
On Thu, 2025-04-17 at 08:06 +0300, Aki Tuomi via dovecot wrote:
O
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
Big thank you - I knew I was doing something silly.
I did all the checks on a test machine with a freshly installed 2.4.1 and sure enough I failed to install pigeonhole package.
After installing it, doveconf works without complaint.
So sorry for noise and thank you.
-- Gene
participants (2)
-
Aki Tuomi
-
Genes Lists