Skip to content

Commit b755810

Browse files
apreimlfoxcpp
authored andcommitted
add max_header_size to maddy-smtp.5
1 parent 426c618 commit b755810

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/man/maddy-smtp.5.scd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ smtp tcp://0.0.0.0:25 {
1818
read_timeout 10m
1919
write_timeout 1m
2020
max_message_size 32M
21+
max_header_size 1M
2122
auth pam
2223
defer_sender_reject yes
2324
dmarc yes
@@ -90,6 +91,11 @@ I/O write timeout.
9091

9192
Limit the size of incoming messages to 'size'.
9293

94+
*Syntax*: max_header_size _size_ ++
95+
*Default*: 1M
96+
97+
Limit the size of incoming message headers to 'size'.
98+
9399
*Syntax*: auth _module_reference_ ++
94100
*Default*: not specified
95101

0 commit comments

Comments
 (0)