diff --git a/dapostinstall.sh b/dapostinstall.sh index 812b793..4dba08e 100755 --- a/dapostinstall.sh +++ b/dapostinstall.sh @@ -1,5 +1,5 @@ #!/bin/bash -# VERSION 1.6.6-30.03.2025 +# VERSION 1.7.7-30.03.2025 if [ -f "/var/log/dapostinstall.done" ]; then echo -e "\e[31mSkrypt DApostinstall był już uruchomiony na tym serwerze - przerywam działanie.\e[0m" exit 1 @@ -422,6 +422,9 @@ cd $CBDIR ./build update ./build exim_conf +systemctl enable spamassassin +systemctl restart spamd + echo "Dodanie SpamAssassin dla wszystkich uzytkownikow" cd $DAPOSTINSTALL_DIR