From 38a123196b945c8fb1cbebc6b0c822472eaf88a4 Mon Sep 17 00:00:00 2001 From: Steve Divskinsy Date: Wed, 17 May 2017 23:02:15 +0930 Subject: [PATCH] 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'