diff --git a/src/server/testsuite/config/unix.exp b/src/server/testsuite/config/unix.exp
index 2ebdee5eeefc27e7b2aca151b08c14e277be9731..c30f7373f4430af764b1db17bdb7f69b949efbd1 100644
--- a/src/server/testsuite/config/unix.exp
+++ b/src/server/testsuite/config/unix.exp
@@ -534,6 +534,9 @@ proc lyskomd_start {{aux_item_conf_file ""} \
         if { [regexp -nocase "Max texts" $extra_config] == 0 } {
             puts $cf "Max texts: 20000"
         }
+	if { [regexp -nocase "DNS log threshold" $extra_config] == 0 } {
+	    puts $cf "DNS log threshold: 3600"
+	}
         puts $cf "Aux-item definition file: $aux_item_conf_file"
     } else {
         puts $cf $base_config