mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
smtputf8_advertise_hosts patch fix 2
This commit is contained in:
parent
bf56cdc40f
commit
fcdd2a552c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ echo "1" > /usr/local/vesta/data/upgrades/show_changelog
|
||||||
chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
|
chmod a=rw /usr/local/vesta/data/upgrades/show_changelog
|
||||||
|
|
||||||
# Patching exim4.conf for: smtputf8_advertise_hosts
|
# 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 [ -f "/etc/exim4/exim4.conf.template" ]; then
|
||||||
if ! grep -q 'smtputf8_advertise_hosts' /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'
|
echo 'Patching exim4.conf for: smtputf8_advertise_hosts'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue