From fcdd2a552c37957004262f3e98a3c2f52004fb83 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 4 Jun 2023 22:12:08 +0200 Subject: [PATCH] smtputf8_advertise_hosts patch fix 2 --- src/deb/vesta/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 28222d48f..2f15e60f3 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -26,7 +26,7 @@ echo "1" > /usr/local/vesta/data/upgrades/show_changelog chmod a=rw /usr/local/vesta/data/upgrades/show_changelog # Patching exim4.conf for: smtputf8_advertise_hosts -if [ "$release" -gt 8 ]; then +if [ "$release" -gt 10 ]; then if [ -f "/etc/exim4/exim4.conf.template" ]; then if ! grep -q 'smtputf8_advertise_hosts' /etc/exim4/exim4.conf.template; then echo 'Patching exim4.conf for: smtputf8_advertise_hosts'