@@ -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
if [ -d /etc/dovecot ]; then