mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-08 18:03:14 +00:00
fix: change roundcube to webmail
This commit is contained in:
parent
b01f8ba2bb
commit
2aa9319fa8
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue