From c8dcce86c04f318de89fa0701962d7c33964726d Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 12 Jun 2019 11:04:03 +0200 Subject: increase recipients limit to 300 --- qmail-smtpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmail-smtpd.c b/qmail-smtpd.c index 0b78265..fcda68c 100644 --- a/qmail-smtpd.c +++ b/qmail-smtpd.c @@ -54,7 +54,7 @@ unsigned int greetdelay = 0; unsigned int drop_pre_greet = 0; int timeout = 1200; int recipcount = 0; -unsigned int max_recipcount = 100; +unsigned int max_recipcount = 300; const char *protocol = "SMTP"; -- cgit v1.2.3