From 2e83c2b46f7fb066e12a36d0dbcd179efdef6924 Mon Sep 17 00:00:00 2001 From: didier Date: Mon, 9 Dec 2024 15:48:17 +0100 Subject: [PATCH] ajout snappymail dans les fichiers tmpl --- config/container-withMail.list.tmpl | 3 ++- secret.tmpl/SetAllPass.sh | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/config/container-withMail.list.tmpl b/config/container-withMail.list.tmpl index 6918d6e..5e976e5 100644 --- a/config/container-withMail.list.tmpl +++ b/config/container-withMail.list.tmpl @@ -9,4 +9,5 @@ roundcube mobilizon vaultwarden ldap -apikaz \ No newline at end of file +apikaz +snappymail diff --git a/secret.tmpl/SetAllPass.sh b/secret.tmpl/SetAllPass.sh index 909eb35..3b32cb0 100755 --- a/secret.tmpl/SetAllPass.sh +++ b/secret.tmpl/SetAllPass.sh @@ -303,3 +303,13 @@ castopod_CP_EMAIL_SMTP_PASSWORD= castopod_CP_EMAIL_FROM=noreply@${domain} castopod_CP_EMAIL_SMTP_CRYPTO=tls + ###################### +# SNAPPYMAIL +# Url https://snappymail.${domain}/?admin +# au premier lancement un mot de passe est généré en aut par l' appli dans le +# volume Data : /var/lib/docker/volumes/snappymail_data/_data/_data_/_default_ +# le fichier s' appelle admin_password.txt +# une fois le mot de passe changé dans le Gui de l' admin, ce fichier est automatiquement supprimé +snappymail_TZ="Europe/Paris" +snappymail_UPLOAD_MAX_SIZE="100M" +