From 2dbb2260be3390e85a03892bf4cb59243ad137ba Mon Sep 17 00:00:00 2001 From: dettlaff Date: Wed, 30 Aug 2023 21:50:07 +0400 Subject: [PATCH] refactor: add what we use as email in server --- content/en/docs/Services/email/_index.md | 7 +++++++ content/ru/docs/Services/email/_index.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/content/en/docs/Services/email/_index.md b/content/en/docs/Services/email/_index.md index 92c6b63..e6d1b53 100644 --- a/content/en/docs/Services/email/_index.md +++ b/content/en/docs/Services/email/_index.md @@ -44,6 +44,13 @@ Username: `your username @ your domain` (your full email address) Configuration example for [Mozilla Thunderbird](https://www.thunderbird.net) {{< imgproc thunderbird Fill "1000x950" />}} +## What we use as an email server? + +On the deployed server, the following components are responsible for sending, receiving, filtering emails: + +- Postfix - SMTP server; +- Dovecot 2 - IMAP server; +- Rspamd - SPAM filter; ## Tips diff --git a/content/ru/docs/Services/email/_index.md b/content/ru/docs/Services/email/_index.md index 19d5e86..09d43b7 100644 --- a/content/ru/docs/Services/email/_index.md +++ b/content/ru/docs/Services/email/_index.md @@ -44,7 +44,13 @@ IMAP порт: `143` Пример конфигурации для [Mozilla Thunderbird](https://www.thunderbird.net) {{< imgproc thunderbird Fill "1000x950" />}} +## Что используем для электронной почты? +На развернутом сервере следующие компоненты отвечают за отправку, получение и фильтрацию электронной почты: + +- Postfix - SMTP-сервер; +- Dovecot 2 - IMAP сервер; +- Rspamd - SPAM-фильтр; ## Советы