mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update email_configure_relay.fr.md
Nécessaire d'activer le relais smtp avant de le configurer
This commit is contained in:
parent
1bf12f35a1
commit
b614fda1c9
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ ssh admin@domain.tld
|
|||
Ensuite, mettre à jour les informations suivantes :
|
||||
|
||||
```bash
|
||||
sudo yunohost settings set email.smtp.smtp_relay_enabled -v yes
|
||||
sudo yunohost settings set smtp.relay.host -v smtprelay.tld
|
||||
sudo yunohost settings set smtp.relay.port -v 2525
|
||||
sudo yunohost settings set smtp.relay.user -v username
|
||||
|
|
Loading…
Reference in a new issue