@@ -81,5 +81,8 @@ fi
if [ -d /etc/prosody ]; then
service prosody restart
fi
+if [ -d /etc/exim4 ]; then
+ service exim4 restart
+fi
exit 0