This commit is contained in:
Josue-T 2024-09-01 17:08:43 +08:00 committed by GitHub
commit b668e5a2ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,11 @@ do_post_regen() {
short_hostname=$(hostname -s)
grep -q "127.0.0.1.*$short_hostname" /etc/hosts || echo -e "\n127.0.0.1\t$short_hostname" >> /etc/hosts
# For SMTP connexion from apps wich request valid certificate we need to force main domain to point to localhost ip
# because connexion on external ip is forbinden by mail server for apps.
main_domain=$(yunohost domain main-domain --output-as plain)
grep -q "127.0.0.1.*$main_domain" /etc/hosts || echo -e "\n127.0.0.1\t$main_domain" >>/etc/hosts
[[ -n "$regen_conf_files" ]] || return 0
# Remove / disable services likely to conflict with dnsmasq