-default[:exim][:local_domains] = [ "localhost", "@" ]
-default[:exim][:relay_to_domains] = [ ]
-default[:exim][:relay_from_hosts] = [ "127.0.0.1", "::1" ]
-default[:exim][:daemon_smtp_ports] = [ 25 ]
-default[:exim][:trusted_users] = [ ]
+default[:exim][:local_domains] = ["localhost", "@"]
+default[:exim][:relay_to_domains] = []
+default[:exim][:relay_from_hosts] = ["127.0.0.1", "::1"]
+default[:exim][:daemon_smtp_ports] = [25]
+default[:exim][:trusted_users] = []
+default[:exim][:queue_run_max] = 1
+default[:exim][:smtp_accept_max] = 20