Turn off network logging by default.

This commit is contained in:
Bruce Dubbs 2024-08-24 15:45:30 -05:00
parent 872a378f5e
commit 7779960772

View File

@ -86,6 +86,9 @@ mail.* -/var/log/mail.log
user.* -/var/log/user.log
*.emerg *
# Do not open any internet ports.
secure_mode 2
# End /etc/syslog.conf</literal>
EOF</userinput></screen>