mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-07-17 01:20:53 +00:00
Update system.sh
This commit is contained in:
parent
056ba45f3e
commit
2e16435c1a
@ -1,13 +1,8 @@
|
|||||||
# Base system configuration.
|
|
||||||
|
|
||||||
apt-get -q -q update
|
|
||||||
apt-get -q -y upgrade
|
|
||||||
|
|
||||||
# Turn on basic services:
|
# Turn on basic services:
|
||||||
# ntp: keeps the system time correct
|
# ntp: keeps the system time correct
|
||||||
# fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall
|
# fail2ban: scans log files for repeated failed login attempts and blocks the remote IP at the firewall
|
||||||
|
|
||||||
apt-get install -q -y ntp
|
apt-get install -q -y ntp fail2ban
|
||||||
|
|
||||||
# Turn on the firewall. First allow incoming SSH, then turn on the firewall. Additional open
|
# Turn on the firewall. First allow incoming SSH, then turn on the firewall. Additional open
|
||||||
# ports will be set up in the scripts that set up those services.
|
# ports will be set up in the scripts that set up those services.
|
||||||
|
Loading…
Reference in New Issue
Block a user