From 2aa9319fa8606163113cfc32fe6129379a837687 Mon Sep 17 00:00:00 2001 From: dettlaff Date: Thu, 13 Jun 2024 14:23:48 +0400 Subject: [PATCH] fix: change roundcube to webmail --- content/en/docs/Services/email/_index.md | 10 +++++----- content/ru/docs/Services/email/_index.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/en/docs/Services/email/_index.md b/content/en/docs/Services/email/_index.md index 8f5b5ef..33ee7ab 100644 --- a/content/en/docs/Services/email/_index.md +++ b/content/en/docs/Services/email/_index.md @@ -18,27 +18,27 @@ Login must the username with the domain. For example, `user@domain.tld`. #### SMTP -SMTP Server: `your domain` +SMTP Server: `your.domain` SMTP Port: `587` Authentication: `STARTLS` -Username: `your username @ your domain` (your full email address) +Username: `your_username@your.domain` (your full email address) #### IMAP -IMAP Server: `your domain` +IMAP Server: `your.domain` IMAP Port: `143` Authentication: `STARTLS` -Username: `your username @ your domain` (your full email address) +Username: `your_username@your.domain` (your full email address) ## Recommended E-mail Clients -- WEB-interface: can be enabled after setting up the SelfPrivacy server. It will be accessible at `https://roundcube.YOUR.DOMAIN` *(Use **full** email address as login: ```your_username@your.domain```) +- WEB-interface "Roundcube": can be enabled after setting up the SelfPrivacy server. It will be accessible at `https://webmail.YOUR.DOMAIN` *(Use **full** email address as login: ```your_username@your.domain```) - [Mozilla Thunderbird](https://www.thunderbird.net) (GNU/Linux, Windows, MacOS) - [FairEmail](https://f-droid.org/packages/eu.faircode.email/) (Android) diff --git a/content/ru/docs/Services/email/_index.md b/content/ru/docs/Services/email/_index.md index 9bd0fa6..0acee48 100644 --- a/content/ru/docs/Services/email/_index.md +++ b/content/ru/docs/Services/email/_index.md @@ -18,27 +18,27 @@ E-mail — проверенный временем протокол, не нуж #### SMTP -SMTP Server: `your domain` +SMTP Server: `ваш.домен` SMTP порт: `587` Тип подключения: `STARTLS` -Юзернейм: `your username @ your domain` (ваш полный адрес электронной почты) +Юзернейм: `ваш_юзернейм@ваш.домен` (ваш полный адрес электронной почты) #### IMAP -IMAP Server: `your domain` +IMAP Server: `ваш.домен` IMAP порт: `143` Тип подключения: `STARTLS` -Юзернейм: `your username @ your domain` (ваш полный адрес электронной почты) +Юзернейм: `ваш_юзернейм@ваш.домен` (ваш полный адрес электронной почты) ## Рекомендуемые E-mail клиенты -- WEB-интерфейс "Roundcube": можно включить после настройки сервера SelfPrivacy, он будет доступен по адресу `https://roundcube.ВАШ.ДОМЕН` (В качестве логина используйте **полный** адрес электронной почты: ```ваш_юзернейм@ваш.домен```) +- WEB-интерфейс "Roundcube": можно включить после настройки сервера SelfPrivacy, он будет доступен по адресу `https://webmail.ВАШ.ДОМЕН` (В качестве логина используйте **полный** адрес электронной почты: ```ваш_юзернейм@ваш.домен```) - [Mozilla Thunderbird](https://www.thunderbird.net) (GNU/Linux, Windows, MacOS) - [FairEmail](https://f-droid.org/packages/eu.faircode.email/) (Android)