From c571eb7cfc999be7950db0c4b2d4aaa885becb09 Mon Sep 17 00:00:00 2001 From: Jean-Denis Vauguet Date: Tue, 9 Jun 2020 23:54:51 +0200 Subject: [PATCH] Updated A mail server's 101 (markdown) --- docs/content/a-mail-server's-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/a-mail-server's-101.md b/docs/content/a-mail-server's-101.md index fe2e3361..91b4dd09 100644 --- a/docs/content/a-mail-server's-101.md +++ b/docs/content/a-mail-server's-101.md @@ -9,7 +9,7 @@ This project provides with the server portion, whereas "the" client can be anyth Unlike the client side where usually a single program is used, there are many components making up the server. Specialized piece of software handle atomic tasks, such as receiving emails, dropping emails into mailboxes, sending emails to other mail servers, filtering emails, exposing emails to authorized clients, etc. -The docker-mailserver project made some informed choices and offers a comprehensive platform to run a feature-full mail exchange server. +The docker-mailserver project has made some informed choices about those components and offers a comprehensive platform to run a feature-full mail server. ## Components