Changes
Page history
installation/nextcloud_itopie.md: mail settings
authored
Sep 26, 2024
by
Donna Sayed
Show whitespace changes
Inline
Side-by-side
installation/nextcloud_itopie.md
View page @
86ea845c
...
@@ -475,7 +475,30 @@ nextcloud=# ALTER ROLE ncadmin WITH PASSWORD '${PASSWORD}';
...
@@ -475,7 +475,30 @@ nextcloud=# ALTER ROLE ncadmin WITH PASSWORD '${PASSWORD}';
]
]
#
#
```
```
1.
Se connecter à l'adresse
<https://${WEBSITENAME.TLD}>
pour confirmer que tout est OK
1.
Se connecter à l'adresse
<https://${WEBSITENAME.TLD}>
pour confirmer que tout est OK.
1.
Configuration du mail :
\
-
Si VM, l'utilisation de Sendmail permet de ne pas exposer le mot de passe du courriel :
```
Administration settings
Basic settings
Email server
Send mode: Sendmail
From address: it@uvcoop.ch
Test and verify email settings: true
```
-
Si hébergement mutualisé (ex: Infomaniak) :
```
Administration settings
Basic settings
Email server
Send mode: SMTP
Encryption: SSL
From address: it@uvcoop.ch
Server address: mail.infomaniak.com:465
Authentication: TRUE Authentication required
Credentials: SMTP username / SMTP password SAVE : true
Test and verify email settings: true
```
#### Installation de Redis et APCu
#### Installation de Redis et APCu
...
...
...
...