summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmail-smtpd.c2
1 files changed, 1 insertions, 1 deletions
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;
54unsigned int drop_pre_greet = 0; 54unsigned int drop_pre_greet = 0;
55int timeout = 1200; 55int timeout = 1200;
56int recipcount = 0; 56int recipcount = 0;
57unsigned int max_recipcount = 100; 57unsigned int max_recipcount = 300;
58 58
59const char *protocol = "SMTP"; 59const char *protocol = "SMTP";
60 60