[fix] Restart Dovecot at the end of Rspamd configuration script

Dovecot was not taking Rspamd sieve script into account without it.
This commit is contained in:
kload 2015-11-14 18:44:15 +01:00
parent 2a6d7b7c4a
commit 947082db06

View file

@ -25,3 +25,4 @@ sudo chmod 660 /etc/dovecot/global_script/rspamd.svbin
sudo chown -R vmail:mail /etc/dovecot/global_script
sudo systemctl restart rspamd.socket
sudo systemctl restart dovecot