From: Karl Fleischmann Date: Tue, 23 Jan 2024 07:36:14 +0000 (+0100) Subject: doc/example-config: Update description of import_environment setting X-Git-Tag: 2.4.1~1043 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90bd519fa5c014e7704c1b7c6ca421d846e380c9;p=thirdparty%2Fdovecot%2Fcore.git doc/example-config: Update description of import_environment setting --- 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