How to use sieve_env_ variables in 2.4.4?
1 Jul
2026
1 Jul
'26
11:22 a.m.
Hi Dear Devs!
In the previous version 2.3.x I used variables with the **sieve_env_** prefix to access them later in Sieve scripts, for example sieve_env_hello = hello changed to "${env.vnd.dovecot.config.hello}". But now I am getting an error
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 11: sieve_env_hello: Unknown setting: sieve_env_hello
Thank you in advance!
10 Jul
10 Jul
11:43 a.m.
Op 1-7-2026 om 13:22 schreef inaugurator--- via dovecot:
Hi Dear Devs!
In the previous version 2.3.x I used variables with the **sieve_env_** prefix to access them later in Sieve scripts, for example
sieve_env_hello = hellochanged to"${env.vnd.dovecot.config.hello}". But now I am getting an errordoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 11: sieve_env_hello: Unknown setting: sieve_env_hello
Try:
sieve_environment {
hello = hello
}
Thank you in advance!
dovecot mailing list -- dovecot@dovecot.org To unsubscribe send an email to dovecot-leave@dovecot.org
6
Age (days ago)
21
Last active (days ago)
2 comments
2 participants
participants (2)
-
inaugurator@ya.ru
-
Stephan Bosch