mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add images with the repo, and update the english documentation
This commit is contained in:
parent
37e2287c57
commit
521e1c785a
4 changed files with 15 additions and 1 deletions
BIN
images/relay_smtp_option_webadmin_en.png
Normal file
BIN
images/relay_smtp_option_webadmin_en.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
BIN
images/relay_smtp_option_webadmin_fr.png
Normal file
BIN
images/relay_smtp_option_webadmin_fr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 353 KiB |
|
@ -77,7 +77,7 @@ Il suffit d'activer l'option, et de renseigner les champs nécessaires :
|
|||
- **Utilisateur du relais SMTP** : Login ou mail d'identification pour le serveur.
|
||||
- **Mot de passe du relais SMTP** : Tout simplement le mot de passe.
|
||||
|
||||

|
||||

|
||||
|
||||
[/ui-tab] [/ui-tabs]
|
||||
|
||||
|
|
|
@ -43,7 +43,9 @@ Please note that modifying your DNS records could sometimes take over 24h to tak
|
|||
! [fa=exclamation-triangle /] From now on, a non trusty SMTP relay provider could send emails from your main domain without telling you.
|
||||
|
||||
### Step 3: Setup YunoHost correctly
|
||||
You can configure with your webadmin or in *cli*.
|
||||
|
||||
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tab title="Config en CLI"]
|
||||
In order to setup your YunoHost to use your SMTP relay, you will have to configure four things:
|
||||
1. Your SMTP relay URL (for this tutorial we will use `smtprelay.tld`)
|
||||
2. The port on which you access the relay (for this tutorial we will use port 2525 below)
|
||||
|
@ -71,6 +73,18 @@ It may be a good idea to double confirm your settings by doing:
|
|||
```bash
|
||||
sudo yunohost settings list
|
||||
```
|
||||
[/ui-tab] [ui-tab title="Config on Web Admin"]
|
||||
Go to your web admin, in `Tools` > `Yunohost Settings` and `Email`.
|
||||
Now set all options requests :
|
||||
- **SMTP relay host** : SMTP server url.
|
||||
- **SMTP relay port** : Port use with the distant server.
|
||||
- **SMTP relay user** : Login or identification mail server.
|
||||
- **SMTP relay password** : Your server access password.
|
||||
|
||||
![Option-Relais-Smtp]()
|
||||

|
||||
|
||||
[/ui-tab] [/ui-tabs]
|
||||
|
||||
Your SMTP relay is now configured!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue