From 00e0405891e40a38a63bb8032440dbc8b4606005 Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Thu, 25 May 2023 13:24:36 +0300 Subject: [PATCH] Update u_e-postfix-attachment_size.en.md --- docs/manual-guides/Postfix/u_e-postfix-attachment_size.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual-guides/Postfix/u_e-postfix-attachment_size.en.md b/docs/manual-guides/Postfix/u_e-postfix-attachment_size.en.md index 337f722b3..ad4f31ffd 100644 --- a/docs/manual-guides/Postfix/u_e-postfix-attachment_size.en.md +++ b/docs/manual-guides/Postfix/u_e-postfix-attachment_size.en.md @@ -3,6 +3,8 @@ Open `data/conf/postfix/extra.cf` and set the `message_size_limit` accordingly i You will also need to adjust message size in Rspamd and Clamav configurations: + in `data/conf/rspamd/local.d/options.inc` add `max_message` parameter, check [Rspamd Docs](https://rspamd.com/doc/configuration/options.html#:~:text=DoS%20(default%3A%201024)-,max_message,-maximum%20size%20of) for defaults ++ in `data/conf/rspamd/local.d/external_services.conf` adjust `max_size` parameter for `oletools` ++ in `data/conf/rspamd/local.d/antivirus.conf` adjust `max_size` parameter for `clamav` + in `data/conf/clamav/clamd.conf` adjust `MaxScanSize` and `MaxFileSize`