From 53728a332719f10dda318798846f5e363c0e6c28 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 3 Feb 2026 11:59:19 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 97290d9..d38c4da 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -844,6 +844,7 @@ POSTFIX_CLEARQUEUE(){ systemctl stop postfix postsuper -d ALL rm -f /var/log/mail* + sleep 1s systemctl start postfix echo 'd *' | mail -N }