diff --git a/images/relay_smtp_option_webadmin_en.png b/images/relay_smtp_option_webadmin_en.png new file mode 100644 index 00000000..4985496b Binary files /dev/null and b/images/relay_smtp_option_webadmin_en.png differ diff --git a/images/relay_smtp_option_webadmin_fr.png b/images/relay_smtp_option_webadmin_fr.png new file mode 100644 index 00000000..257fe824 Binary files /dev/null and b/images/relay_smtp_option_webadmin_fr.png differ diff --git a/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.fr.md b/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.fr.md index 25a83c34..9163dd76 100644 --- a/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.fr.md +++ b/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.fr.md @@ -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] diff --git a/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.md b/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.md index 5783b3f9..2855766b 100644 --- a/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.md +++ b/pages/02.administer/45.tutorials/35.email_relay/email_configure_relay.md @@ -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!