diff --git a/docs/index.md b/docs/index.md index 31d739462..0fbedd019 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,10 +55,9 @@ Each container represents a single application. - Rspamd - SOGo -**7 volumes** to keep dynamic data - take care of them! +**6 volumes** to keep dynamic data - take care of them! - vmail-vol-1 -- dkim-vol-1 - redis-vol-1 - mysql-vol-1 - rspamd-vol-1 diff --git a/docs/prerequesite-system.md b/docs/prerequesite-system.md index d4dbf4ac7..2f6e5b662 100644 --- a/docs/prerequesite-system.md +++ b/docs/prerequesite-system.md @@ -16,12 +16,12 @@ Please make sure that your system has at least the following resources: | ----------------------- | --------------------- | | CPU | 1 GHz | | RAM                     | 1 GiB         | -| Disk | 5 GiB (without mails) | +| Disk | 5 GiB (without emails)| | System Type | x86_64 | ## Firewall & Ports -Please check if any of mailcow's standard ports are open and not blocked by other applications: +Please check if any of mailcow's standard ports are open and not in use by other applications: ``` # netstat -tulpn | grep -E -w '25|80|110|143|443|465|587|993|995'