diff --git a/extension/ext_conf_template.txt b/extension/ext_conf_template.txt
index 1bdad52797aec36b5a0aee2712388477b87b4124..92bd4ba68b6ada07ef276706ed0e87f09adf5cea 100644
--- a/extension/ext_conf_template.txt
+++ b/extension/ext_conf_template.txt
@@ -46,7 +46,8 @@ fillStoreSystemBySql3 =
 fillStoreSystemBySqlErrorMsg3 =
 
 
-
+# cat=debug/mail; type=string; label=Redirect all mail to ...:Default is empty. If set, redirect all QFQ generated mails (Form, Report) to the specified email address.
+redirectAllMailTo =
 
 # cat=debug/logDir; type=string; label=QFQ log directory:Default is '/var/www/protected/log'. PathFile is absolute or relative to '<site path>'.
 logDir = fileadmin/protected/log/qfq.log
@@ -69,9 +70,6 @@ mailLog = fileadmin/protected/log/mail.log
 # cat=debug/info; type=string; label=Show debug info:Default is 'auto'. Possible values: [yes|no|auto][,download]. For 'auto': If a BE User is logged in, a debug information will be shown on the FE.
 showDebugInfo = auto
 
-# cat=debug/mail; type=string; label=Redirect all mail to ...:Default is empty. If set, redirect all QFQ generated mails (Form, Report) to the specified email address.
-redirectAllMailTo =
-
 
 # cat=database/db1; type=string; label=Init database:Default is 'set names utf8'. Optional. Might set specific settings.
 init = set names utf8