Update linupx-scripts.sh

This commit is contained in:
2026-02-03 11:59:19 -06:00
parent 7ba0a36a8c
commit 53728a3327

View File

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