[Résolu] Erreur dans la création d'un sous-domaine

De ce que je lis des journaux, je vois ça qui semble poser problème:

2024-03-10 16:56:55,621: DEBUG - + python3 -c 'from yunohost.app import regen_mail_app_user_config_for_dovecot_and_postfix as r; r(only="postfix")'
2024-03-10 16:56:55,947: DEBUG - + [[ -z '' ]]
2024-03-10 16:56:56,949: DEBUG - Executing command '['sh', '-c', '/bin/bash -x "./98-postfix_emailpoubelle" post \'\' \'\' \'\' 7>&1']'
2024-03-10 16:56:56,960: DEBUG - + source /usr/share/yunohost/helpers
2024-03-10 16:56:56,960: DEBUG - +++ grep xtrace
2024-03-10 16:56:56,965: DEBUG - +++ set +o
2024-03-10 16:56:56,973: DEBUG - ++ readonly 'XTRACE_ENABLE=set -o xtrace'
2024-03-10 16:56:56,973: DEBUG - ++ XTRACE_ENABLE='set -o xtrace'
2024-03-10 16:56:57,004: DEBUG - ++ ynh_app_setting_get --app= --key=install_dir
2024-03-10 16:56:57,005: DEBUG - ++ local _globalapp=:
2024-03-10 16:56:57,048: DEBUG - ++ app=:
2024-03-10 16:56:57,048: DEBUG - ++ [[ install_dir =~ (unprotected|protected|skipped)_ ]]
2024-03-10 16:56:57,048: DEBUG - ++ ynh_app_setting get : install_dir
2024-03-10 16:56:57,120: WARNING - Traceback (most recent call last):
2024-03-10 16:56:57,123: WARNING -   File "<stdin>", line 5, in <module>
2024-03-10 16:56:57,124: WARNING - AssertionError: Setting file /etc/yunohost/apps/:/settings.yml does not exists ?

Tu as l’application EmailPoubelle installée ?
On dirait qu’il y a un problème avec sa configuration :thinking:

En cherchant, je tombe sur ça Update 98-postfix_emailpoubelle by ericgaspar · Pull Request #27 · YunoHost-Apps/emailpoubelle_ynh · GitHub et ça Virtual_alias_maps map lookup problem // hash:/var/virtual is unavailable // srs_forward: <root@***> not rewritten: Domain excluded by policy - #7 by yacoubaa.

L’application a l’air d’avoir un problème qui casse d’autres mécanismes. Il va falloir corriger cette application. Peut-être que tester cette branche Update 98-postfix_emailpoubelle by ericgaspar · Pull Request #27 · YunoHost-Apps/emailpoubelle_ynh · GitHub serait utile :thinking:
J’ai ouvert une nouvelle tentative de correction ici : fix postfix by lapineige · Pull Request #30 · YunoHost-Apps/emailpoubelle_ynh · GitHub