From 01cbac1123e48167b60e456dcc1f4e909533055d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 28 Nov 2016 14:38:52 +0000 Subject: [PATCH] Reconfigure exim --- src/freedombone-logging | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone-logging b/src/freedombone-logging index d7691deb..6c57fca3 100755 --- a/src/freedombone-logging +++ b/src/freedombone-logging @@ -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