diff --git a/README.md b/README.md index 945f72d..9b919ee 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Shipped version:** 2.36.3~ynh1 +**Shipped version:** 2.36.3~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index 70ea567..c97b8fd 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Versión actual:** 2.36.3~ynh1 +**Versión actual:** 2.36.3~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index edfcbde..dc31a4d 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Paketatutako bertsioa:** 2.36.3~ynh1 +**Paketatutako bertsioa:** 2.36.3~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index ebe3502..ccd7448 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. 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.36.3~ynh1 +**Version incluse :** 2.36.3~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index 14ee713..460aaec 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Versión proporcionada:** 2.36.3~ynh1 +**Versión proporcionada:** 2.36.3~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a5ec22a..7f9257e 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**分发版本:** 2.36.3~ynh1 +**分发版本:** 2.36.3~ynh2 **演示:** diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..fb863f8 --- /dev/null +++ b/doc/POST_INSTALL.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__/app/?admin` to configure your mail server settings. Login with user "admin" and password from the file `__INSTALL_DIR__/app/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/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..7c2b46c --- /dev/null +++ b/doc/POST_INSTALL_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__/app/?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__/app/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/manifest.toml b/manifest.toml index 7ada212..caa54a8 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.36.3~ynh1" +version = "2.36.3~ynh2" maintainers = [] @@ -17,7 +17,7 @@ admindoc = "https://github.com/the-djmaze/snappymail/wiki" code = "https://github.com/the-djmaze/snappymail" [integration] -yunohost = ">= 11.2.17" +yunohost = ">= 11.2.20" helpers_version = "2.1" architectures = "all" multi_instance = true @@ -61,7 +61,7 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "mariadb-server, php8.3-sqlite3, php8.3-tidy, php8.3-dom, php8.3-intl, php8.3-mysql, php8.3-curl, php8.3-gd, php8.3-cli, php8.3-xml, php8.3-mbstring, php8.3-ldap" + packages = "mariadb-server, php8.3-uuid, php8.3-gmagick, php8.3-sqlite3, php8.3-tidy, php8.3-dom, php8.3-intl, php8.3-mysql, php8.3-curl, php8.3-gd, php8.3-cli, php8.3-xml, php8.3-mbstring, php8.3-ldap" [resources.database] type = "mysql"