@@ -78,5 +78,8 @@ fi
if [ -f /etc/init.d/spamassassin ]; then
service spamassassin restart
fi
+if [ -d /etc/prosody ]; then
+ service prosody restart
+fi
exit 0