From 365fb7387c0c688d5e25bb7cca549d788a649144 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 30 Apr 2025 16:05:55 +0200 Subject: [PATCH] #338 #338 --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2779bcb7..72157380 100644 --- a/install.sh +++ b/install.sh @@ -845,7 +845,11 @@ setup_firewall_service() { systemctl restart docker # not sure why systemctl enable csf systemctl restart csf # also restarts docker at csfpost.sh - + + # https://github.com/stefanpejcic/OpenPanel/issues/338 + touch /usr/sbin/sendmail + chmod +x /usr/sbin/sendmail + if command -v csf > /dev/null 2>&1; then echo -e "[${GREEN} OK ${RESET}] ConfigServer Firewall is installed and configured." else