Make smtp_accept_max_per_connection expanded
[exim.git] / src / src / globals.c
index b7e117868100d8136e37a3e08127fe33d29e050d..04e47050ec190b556490fb287cd1c335f9b94af7 100644 (file)
@@ -1450,7 +1450,7 @@ int     smtp_accept_count      = 0;
 int     smtp_accept_max        = 20;
 int     smtp_accept_max_nonmail= 10;
 uschar *smtp_accept_max_nonmail_hosts = US"*";
-int     smtp_accept_max_per_connection = 1000;
+uschar *smtp_accept_max_per_connection = US"1000";
 uschar *smtp_accept_max_per_host = NULL;
 int     smtp_accept_queue      = 0;
 int     smtp_accept_queue_per_connection = 10;