From 343bca625374e17ab3a382970c8ad9ffd3289848 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 20 Jul 2023 07:29:42 +0200 Subject: [PATCH] Update manifest.toml create dedicated system user for email as described https://yunohost.org/fr/packaging_apps_resources#system-user --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 015ed498..811c71a7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,6 +42,7 @@ ram.runtime = "100M" autoupdate.strategy = "latest_github_tag" [resources.system_user] + allow_email = true [resources.install_dir]