diff --git a/README.md b/README.md index f928965..b3f1d3f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Shipped version:** 2.27.3~ynh1 +**Shipped version:** 2.27.3~ynh2 **Demo:** https://snappymail.eu/demo/ diff --git a/README_fr.md b/README_fr.md index de70b02..6f771f1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community. -**Version incluse :** 2.27.3~ynh1 +**Version incluse :** 2.27.3~ynh2 **Démo :** https://snappymail.eu/demo/ diff --git a/doc/ADMIN.md b/doc/ADMIN.md new file mode 100644 index 0000000..a77933e --- /dev/null +++ b/doc/ADMIN.md @@ -0,0 +1,7 @@ +The password-file is created after first opening the admin UI! + +Be sure to immediately change the default password! + +Open Snappy's admin UI `https://__DOMAIN____PATH__/?admin` to configure your mail server settings. Login with user "admin" and password from the file `__INSTALL_DIR__/data/_data_/_default_/admin_password.txt`. + +In particular, to be able to send emails, you need to go to Snappy's admin UI > Domains > __DOMAIN__ > SMTP > Check "Use authentication" diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..3f87d9e --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,7 @@ +Le fichier de mot de passe est créé après la première ouverture de l'interface utilisateur d'administration ! + +Assurez-vous de changer immédiatement le mot de passe par défaut ! + +Ouvrez l'interface d'administration de Snappy `https://__DOMAIN____PATH__/?admin` pour configurer les paramètres de votre serveur de messagerie. Connectez-vous avec l'utilisateur "admin" et le mot de passe du fichier `__INSTALL_DIR__/data/_data_/_default_/admin_password.txt`. + +En particulier, pour pouvoir envoyer des mails, il vous faut aller dans l'interface d'admin de Snappy > Domaines > __DOMAIN__ > SMTP > Coche "Use authentication" diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md deleted file mode 100644 index 61bad8b..0000000 --- a/doc/POST_INSTALL.md +++ /dev/null @@ -1,5 +0,0 @@ -The password-file is created after first opening the admin UI! - -Be sure to immediately change the default password! - -Open the admin UI `https://__DOMAIN____PATH__?admin` to configure your mail server settings. Login with user "admin" and password from the file `/var/www/snappymail/data/_data_/_default_/admin_password.txt`. diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md deleted file mode 100644 index 5404ebb..0000000 --- a/doc/POST_INSTALL_fr.md +++ /dev/null @@ -1,5 +0,0 @@ -Le fichier de mot de passe est créé après la première ouverture de l'interface utilisateur d'administration ! - -Assurez-vous de changer immédiatement le mot de passe par défaut ! - -Ouvrez l'interface utilisateur d'administration `https://__DOMAIN____PATH__?admin` pour configurer les paramètres de votre serveur de messagerie. Connectez-vous avec l'utilisateur "admin" et le mot de passe du fichier `/var/www/snappymail/data/_data_/_default_/admin_password.txt`. diff --git a/manifest.toml b/manifest.toml index a9d66a9..325157e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SnappyMail" description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.fr = "Client de messagerie Web simple, moderne, léger et rapide" -version = "2.27.3~ynh1" +version = "2.27.3~ynh2" maintainers = ["eric_G"] @@ -17,7 +17,7 @@ admindoc = "https://github.com/the-djmaze/snappymail/wiki" code = "https://github.com/the-djmaze/snappymail" [integration] -yunohost = ">= 11.1.16" +yunohost = ">= 11.1.18" architectures = "all" multi_instance = true ldap = false