mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] Password relay
This commit is contained in:
parent
fc0a738656
commit
214737e719
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,8 @@ Now set all options requests :
|
|||
- **SMTP relay port** : Port use with the distant server.
|
||||
- **SMTP relay user** : Login or identification mail server.
|
||||
- **SMTP relay password** : Your SMTP relay password.
|
||||
-
|
||||
! [fa=exclamation-triangle /] Password with `#` char won't works properly due to postfix limitation (it's possible other chars are forbidden, don't hesitate to report it to update this doc).
|
||||
|
||||
![Option-Relais-Smtp](image://relay_smtp_option_webadmin_en.png?resize=800)
|
||||
|
||||
|
@ -64,6 +66,8 @@ In order to setup your YunoHost to use your SMTP relay, you will have to configu
|
|||
3. Your SMTP relay username (for this tutorial we will use `username`)
|
||||
4. Your SMTP relay password (for this tutorial we will use `password`)
|
||||
|
||||
! [fa=exclamation-triangle /] Password with `#` char won't works properly due to postfix limitation (it's possible other chars are forbidden, don't hesitate to report it to update this doc).
|
||||
|
||||
Your SMTP relay will obviously provide you with these four things, that should be available in your control panel or whatsoever.
|
||||
|
||||
You can log into your YunoHost server using SSH:
|
||||
|
|
Loading…
Reference in a new issue