From e9e35f6c6bd2aaf16e267fb20b82a5c8e5f7493a Mon Sep 17 00:00:00 2001 From: Marek Miklewicz <86836305+marsonpl@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:15:28 +0200 Subject: [PATCH] Update dapostinstall.sh spamd start fil --- dapostinstall.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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