We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426c618 commit b755810Copy full SHA for b755810
docs/man/maddy-smtp.5.scd
@@ -18,6 +18,7 @@ smtp tcp://0.0.0.0:25 {
18
read_timeout 10m
19
write_timeout 1m
20
max_message_size 32M
21
+ max_header_size 1M
22
auth pam
23
defer_sender_reject yes
24
dmarc yes
@@ -90,6 +91,11 @@ I/O write timeout.
90
91
92
Limit the size of incoming messages to 'size'.
93
94
+*Syntax*: max_header_size _size_ ++
95
+*Default*: 1M
96
+
97
+Limit the size of incoming message headers to 'size'.
98
99
*Syntax*: auth _module_reference_ ++
100
*Default*: not specified
101
0 commit comments