From 90bd519fa5c014e7704c1b7c6ca421d846e380c9 Mon Sep 17 00:00:00 2001 From: Karl Fleischmann Date: Tue, 23 Jan 2024 08:36:14 +0100 Subject: [PATCH] doc/example-config: Update description of import_environment setting --- doc/example-config/dovecot.conf.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/example-config/dovecot.conf.in b/doc/example-config/dovecot.conf.in index 166c1be09b..3d2d2bf8fc 100644 --- a/doc/example-config/dovecot.conf.in +++ b/doc/example-config/dovecot.conf.in @@ -83,10 +83,15 @@ dovecot_storage_version = @DOVECOT_CONFIG_VERSION@ # UNIX socket or host:port used for connecting to doveadm server #doveadm_socket_path = doveadm-server -# Space separated list of environment variables that are preserved on Dovecot -# startup and passed down to all of its child processes. You can also give -# key=value pairs to always set specific settings. -#import_environment = TZ +# List of environment variables that are preserved on Dovecot startup and +# passed down to all of its child processes. There are two options to set +# variables: You can either import variables from the environment using +# %{env:} or alternatively using key=value pairs to always set specific +# settings. +#import_environment { +# GDB = 1 +# TZ = %{env:TZ} +#} ## ## Dictionary server settings -- 2.47.3