1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

paste my KNC entry into the README, move docs to a new file

This commit is contained in:
Joshua Tauberer
2014-03-16 17:18:38 -04:00
parent f27ef21f53
commit d4465d7ea3
3 changed files with 119 additions and 68 deletions

View File

@@ -16,7 +16,8 @@ apt-get -q -y install python3
apt-get install -q -y ntp fail2ban
# 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. Some virtual machine providers
# (ehm, Rimuhosting) don't provide a kernel that supports ufw, so let advanced users skip it.
if [ -z "$DISABLE_FIREWALL" ]; then
ufw allow ssh;
ufw --force enable;