Reconfigure exim
This commit is contained in:
parent
dca0cb9b1b
commit
01cbac1123
|
@ -234,6 +234,9 @@ if [ -d /etc/prosody ]; then
|
||||||
systemctl restart prosody
|
systemctl restart prosody
|
||||||
fi
|
fi
|
||||||
if [ -d /etc/exim4 ]; then
|
if [ -d /etc/exim4 ]; then
|
||||||
|
update-exim4.conf.template -r
|
||||||
|
update-exim4.conf
|
||||||
|
dpkg-reconfigure --frontend noninteractive exim4-config
|
||||||
systemctl restart exim4
|
systemctl restart exim4
|
||||||
fi
|
fi
|
||||||
if [ -d /etc/dovecot ]; then
|
if [ -d /etc/dovecot ]; then
|
||||||
|
|
Loading…
Reference in New Issue