X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e2be2df5c0760e2b6a7870c88ad486a23f5e4b01..1cf47989a0376c3f7156c214c1d509d372e4262b:/src/src/readconf.c diff --git a/src/src/readconf.c b/src/src/readconf.c index fb9164c9d..0ae3166c3 100644 --- a/src/src/readconf.c +++ b/src/src/readconf.c @@ -300,7 +300,7 @@ static optionlist optionlist_config[] = { { "smtp_accept_max", opt_int, {&smtp_accept_max} }, { "smtp_accept_max_nonmail", opt_int, {&smtp_accept_max_nonmail} }, { "smtp_accept_max_nonmail_hosts", opt_stringptr, {&smtp_accept_max_nonmail_hosts} }, - { "smtp_accept_max_per_connection", opt_int, {&smtp_accept_max_per_connection} }, + { "smtp_accept_max_per_connection", opt_stringptr, {&smtp_accept_max_per_connection} }, { "smtp_accept_max_per_host", opt_stringptr, {&smtp_accept_max_per_host} }, { "smtp_accept_queue", opt_int, {&smtp_accept_queue} }, { "smtp_accept_queue_per_connection", opt_int, {&smtp_accept_queue_per_connection} },