Update README.md

This commit is contained in:
Andris Reinman 2016-09-08 14:54:38 +03:00 committed by GitHub
parent 63f20a199a
commit 3bb22d733a

View file

@ -51,7 +51,7 @@ curl https://raw.githubusercontent.com/andris9/mailtrain/master/setup/install.sh
Install script installs and sets up the following: Install script installs and sets up the following:
* **Node.js** (version 6.x) * **Node.js** (version 6.x)
* **MySQL** (platform default) * **MariaDB** (the default version from apt-get)
* **Mailtrain** (from the master branch) on port 80 * **Mailtrain** (from the master branch) on port 80
* **UFW** firewall that blocks everything besides ports 22, 25, 80, 443 * **UFW** firewall that blocks everything besides ports 22, 25, 80, 443
* **[ZoneMTA](https://github.com/zone-eu/zone-mta)** to queue and deliver messages (**NB!** using ZoneMTA assumes that outgoing port 25 is open which might not be the case on some hosts like on the Google Cloud) * **[ZoneMTA](https://github.com/zone-eu/zone-mta)** to queue and deliver messages (**NB!** using ZoneMTA assumes that outgoing port 25 is open which might not be the case on some hosts like on the Google Cloud)