From 0e67ab109beddbf3985d6db6c0e52af4dd8585e9 Mon Sep 17 00:00:00 2001 From: Steve Divskinsy Date: Wed, 17 May 2017 23:00:37 +0930 Subject: [PATCH 1/2] dkim volume deprecated dkim-vol-1 no longer used; remove from volumes list --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4467d19dd..5c81fd14f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -56,10 +56,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 From 38a123196b945c8fb1cbebc6b0c822472eaf88a4 Mon Sep 17 00:00:00 2001 From: Steve Divskinsy Date: Wed, 17 May 2017 23:02:15 +0930 Subject: [PATCH 2/2] Grammar/spelling changes Minor changes that make for better reading --- docs/prerequesite-system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/prerequesite-system.md b/docs/prerequesite-system.md index c70742c6d..1843b8a08 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'