added missing 993 to install script

This commit is contained in:
Andris Reinman 2017-10-16 14:24:23 +03:00
parent 6e92ff6091
commit 82cdd723ed

View file

@ -297,6 +297,7 @@ ufw allow 80/tcp
ufw allow 443/tcp
ufw allow 25/tcp
ufw allow 587/tcp
ufw allow 993/tcp
ufw --force enable
### start services ####