diff --git a/t/manager.conf b/t/manager.conf
index d82f507278231ed59c23aaaf7a9087eaf88d1660..d38a12984c215e667d03cc289b265f84ec063734 100755
--- a/t/manager.conf
+++ b/t/manager.conf
@@ -1,3 +1,4 @@
+[setup]
 templates_dir = templates
 federation_metadata_file = t/edugain.xml
 
@@ -7,13 +8,18 @@ name = eduGAIN Access Check
 url = https://my.fqdn/accountmanager
 support_email = support@my.fqdn
 
-[log]
+[logger]
 file = /dev/null
 level = debug
 
+[mailer]
+sendmail_path = /bin/true
+
 [database]
 type = mysql
 host = localhost
 name = account_manager
 user = user
 password = password
+
+[idp]