From 3397bed15013488240903279afdab78ac7f6f358 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:18:02 +0000 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 818aca5..6756184 100644 --- a/scripts/install +++ b/scripts/install @@ -82,6 +82,7 @@ sandboxdomain=sandbox-$domain # We don't test that in CI if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then yunohost domain add $sandboxdomain + yunohost domain config set -a mail_in=0&mail_out=0 fi #=================================================