diff options
| author | manuel <manuel@mausz.at> | 2019-06-12 11:04:03 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2019-06-12 11:04:03 +0200 |
| commit | c8dcce86c04f318de89fa0701962d7c33964726d (patch) | |
| tree | d02c06658020f762750bd415f526f5c4eff70f39 /qmail-smtpd.c | |
| parent | 42f639244bcadf9978299ae5c55034b32fa463f7 (diff) | |
| download | qmail-c8dcce86c04f318de89fa0701962d7c33964726d.tar.gz qmail-c8dcce86c04f318de89fa0701962d7c33964726d.tar.bz2 qmail-c8dcce86c04f318de89fa0701962d7c33964726d.zip | |
increase recipients limit to 300
Diffstat (limited to 'qmail-smtpd.c')
| -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 | ||
