Update linupx-scripts.sh

This commit is contained in:
2026-02-03 12:00:08 -06:00
parent 53728a3327
commit 9fb27ca275

View File

@@ -842,7 +842,7 @@ POSTFIX_INSTALL(){
} }
POSTFIX_CLEARQUEUE(){ POSTFIX_CLEARQUEUE(){
systemctl stop postfix systemctl stop postfix
postsuper -d ALL /usr/sbin/postsuper -d ALL
rm -f /var/log/mail* rm -f /var/log/mail*
sleep 1s sleep 1s
systemctl start postfix systemctl start postfix