diff --git a/linupx-scripts.sh b/linupx-scripts.sh index d38c4da..73316e8 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -842,7 +842,7 @@ POSTFIX_INSTALL(){ } POSTFIX_CLEARQUEUE(){ systemctl stop postfix - postsuper -d ALL + /usr/sbin/postsuper -d ALL rm -f /var/log/mail* sleep 1s systemctl start postfix