ufw logging off by default

This commit is contained in:
itiligent 2023-07-23 14:46:38 +10:00
parent 7a6d92ce89
commit e75c1b970a

View file

@ -57,6 +57,9 @@ else
echo -e "${LGREEN}OK${GREY}"
fi
# Reduce logging noise
sudo ufw logging off &>>${LOG_LOCATION}
# Install Postfix with default settings for smtp email relay
echo
echo -e "${GREY}Installing SMTP email for backup email notifications and alerts, see separate SMTP relay configuration script..."