mirror of
https://github.com/itiligent/Easy-Guacamole-Installer.git
synced 2025-12-14 02:12:31 +00:00
ufw logging off by default
This commit is contained in:
parent
7a6d92ce89
commit
e75c1b970a
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ else
|
||||||
echo -e "${LGREEN}OK${GREY}"
|
echo -e "${LGREEN}OK${GREY}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Reduce logging noise
|
||||||
|
sudo ufw logging off &>>${LOG_LOCATION}
|
||||||
|
|
||||||
# Install Postfix with default settings for smtp email relay
|
# Install Postfix with default settings for smtp email relay
|
||||||
echo
|
echo
|
||||||
echo -e "${GREY}Installing SMTP email for backup email notifications and alerts, see separate SMTP relay configuration script..."
|
echo -e "${GREY}Installing SMTP email for backup email notifications and alerts, see separate SMTP relay configuration script..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue