Update linupx-scripts.sh

This commit is contained in:
2026-01-06 07:42:21 -06:00
parent f6ec7d5ed8
commit 7ba0a36a8c

View File

@@ -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
}