6 Sep
2022
6 Sep
'22
11:45 p.m.
On September 6, 2022 10:35:27 PM GMT+03:00, Tobias Florek dovecot@ibotty.net wrote:
Hi Aki!
You can use $ENV:variable syntax with Dovecot v2.3.14+. The environment variable needs to be listed in
import_environment
setting and be available for dovecot process on startup.Thank you for your answer. I will test it tomorrow.
I thought it was not supported because I interpreted
Expansion only works when it’s surrounded by spaces.
as it not being able to use for e.g.
default_fields = pass=$ENV:MY_ENV_VARIABLE
If it does indeed work I will submit a pull request clarifying the documentation.
Cheers, Tob
You can also try setting your envvar as pass=whatever
.
Aki