refactor: add what we use as email in server

pull/46/head
dettlaff 2023-08-30 21:50:07 +04:00
parent 14e9557499
commit 2dbb2260be
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -44,7 +44,13 @@ IMAP порт: `143`
Пример конфигурации для [Mozilla Thunderbird](https://www.thunderbird.net)
{{< imgproc thunderbird Fill "1000x950" />}}
## Что используем для электронной почты?
На развернутом сервере следующие компоненты отвечают за отправку, получение и фильтрацию электронной почты:
- Postfix - SMTP-сервер;
- Dovecot 2 - IMAP сервер;
- Rspamd - SPAM-фильтр;
## Советы