]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc/example-config: Update description of import_environment setting
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Tue, 23 Jan 2024 07:36:14 +0000 (08:36 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:12 +0000 (12:34 +0200)
doc/example-config/dovecot.conf.in

index 166c1be09bd88b77d0ddf9f82fbdf02e4cb6b5eb..3d2d2bf8fcef0de8610dce596a826c02d03ba520 100644 (file)
@@ -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:<key>} or alternatively using key=value pairs to always set specific
+# settings.
+#import_environment {
+#  GDB = 1
+#  TZ = %{env:TZ}
+#}
 
 ##
 ## Dictionary server settings