From 7ba0a36a8c588d9e8b6b03ff5d714986955095eb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 6 Jan 2026 07:42:21 -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 d034a2d..97290d9 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -843,6 +843,7 @@ POSTFIX_INSTALL(){ POSTFIX_CLEARQUEUE(){ systemctl stop postfix postsuper -d ALL + rm -f /var/log/mail* systemctl start postfix echo 'd *' | mail -N }