Reconfigure exim

This commit is contained in:
Bob Mottram 2016-11-28 14:38:52 +00:00
parent dca0cb9b1b
commit 01cbac1123
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ if [ -d /etc/prosody ]; then
systemctl restart prosody
fi
if [ -d /etc/exim4 ]; then
update-exim4.conf.template -r
update-exim4.conf
dpkg-reconfigure --frontend noninteractive exim4-config
systemctl restart exim4
fi
if [ -d /etc/dovecot ]; then