diff options
| -rw-r--r-- | qmail-smtpd.c | 2 |
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; | |||
| 54 | unsigned int drop_pre_greet = 0; | 54 | unsigned int drop_pre_greet = 0; |
| 55 | int timeout = 1200; | 55 | int timeout = 1200; |
| 56 | int recipcount = 0; | 56 | int recipcount = 0; |
| 57 | unsigned int max_recipcount = 100; | 57 | unsigned int max_recipcount = 300; |
| 58 | 58 | ||
| 59 | const char *protocol = "SMTP"; | 59 | const char *protocol = "SMTP"; |
| 60 | 60 | ||
