mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
smtputf8_advertise_hosts patch fix
This commit is contained in:
parent
39745fd25a
commit
bf56cdc40f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if [ "$release" -gt 8 ]; 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'
|
||||
sed -i "/^domainlist local_domains = dsearch;\/etc\/exim4\/domains\//i smtputf8_advertise_hosts =" /etc/exim4/exim4.conf.template
|
||||
sed -i "/^domainlist local_domains/i smtputf8_advertise_hosts =" /etc/exim4/exim4.conf.template
|
||||
systemctl restart exim4
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue