diff --git a/src/deb/vesta/postinst b/src/deb/vesta/postinst index 97a9400e..bca5865c 100755 --- a/src/deb/vesta/postinst +++ b/src/deb/vesta/postinst @@ -30,5 +30,6 @@ sed -i "s#/var/run/clamav/clamd.ctl#/var/lib/clamav/clamd.sock#g" /etc/clamav/cl sed -i "s#/var/run/clamav/clamd.ctl#/var/lib/clamav/clamd.sock#g" /etc/exim4/exim4.conf.template systemctl restart clamav-daemon systemctl restart clamav-freshclam +systemctl restart exim4 exit 0