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 }