Update exim4.conf.template

The logic ensures a valid primary_hostname is set even during initial setup, with appropriate fallbacks for edge cases.
The solution is split between the installer and a dedicated rebuild script, making it easy to maintain and extend.
This commit is contained in:
Nirvana 2025-05-16 21:32:09 +01:00 committed by GitHub
commit 4c4bbf5a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
#!/bin/bash #!/bin/bash
# myVesta Debian installer v 0.9 # myVesta Debian installer v 0.9
#----------------------------------------------------------# #----------------------------------------------------------#
# Variables & Functions # # Variables & Functions #
#----------------------------------------------------------# #----------------------------------------------------------#