diff --git a/README.md b/README.md index c76f064..868951b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Thank you very much. - [mailserver2/mailserver](#mailserver2mailserver) - [Fork](#fork) - - [Chat & questions](#chat--questions) + - [Chat \& questions](#chat--questions) - [Build](#build) - [Docker image](#docker-image) - [Summary](#summary) @@ -86,6 +86,7 @@ Thank you very much. - [IPv6 support](#ipv6-support) - [Persistent files and folders in /mnt/docker/mail Docker volume](#persistent-files-and-folders-in-mntdockermail-docker-volume) - [Override postfix configuration](#override-postfix-configuration) + - [Whitelist Hosts/IP Addresses In Postfix](#whitelist-hostsip-addresses-in-postfix) - [Custom configuration for Dovecot](#custom-configuration-for-dovecot) - [Postfix blacklist](#postfix-blacklist) - [Email client settings](#email-client-settings) @@ -114,6 +115,9 @@ Please check, if your system meets the following minimum requirements: | CPU | 1 GHz | 1 GHz | | RAM | 512 MiB | 1 GiB | +**NOTE**: If you are having problems with clamd using too much memory on startup, set `CLAMD_MEMORY_FIX` to `true`. +See [the ClamAV documentation](https://docs.clamav.net/manual/Installing/Docker.html#what-can-i-do-to-minimize-ram-usage) for details. +
Back to table of contents :arrow_up_small:
### Prerequisites @@ -331,6 +335,7 @@ If you use Ansible, I recommend you to go to see [@ksylvan](https://github.com/k | **WHITELIST_SPAM_ADDRESSES** | List of whitelisted email addresses separated by commas | *optional* | null | | **DISABLE_RSPAMD_MODULE** | List of disabled modules separated by commas | *optional* | null | | **DISABLE_CLAMAV** | Disable virus scanning | *optional* | false | +| **CLAMD_MEMORY_FIX** | Will add `ConcurrentDatabaseReload no` in clamd.conf | *optional* | false | | **DISABLE_SIEVE** | Disable ManageSieve protocol | *optional* | false | | **DISABLE_SIGNING** | Disable DKIM/ARC signing | *optional* | false | | **DISABLE_GREYLISTING** | Disable greylisting policy | *optional* | false | @@ -1123,7 +1128,7 @@ NOQUEUE: reject: 554 5.7.1