From 9fb27ca275ff59f2b3cf6a508e82c17c6c25a613 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 3 Feb 2026 12:00:08 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index d38c4da..73316e8 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -842,7 +842,7 @@ POSTFIX_INSTALL(){ } POSTFIX_CLEARQUEUE(){ systemctl stop postfix - postsuper -d ALL + /usr/sbin/postsuper -d ALL rm -f /var/log/mail* sleep 1s systemctl start postfix