This script install:
- Dovecot
- Postfix
- Roundcube
- SpamAssassin
- Nginx
- Mysql
- Dedicated machine or Virtual private server (VPS) and parameter not lower than:
- RAM 512 MB
- HDD/SSD 10 GB.
- Fresh installed Ubuntu/Debian server with 14.04 or newer.
To run installation we have to:
- Update the package lists from the repositories
apt-get update
- Install git if we don't have it
apt-get install git -y
- Clone the "easymail" repository
git clone [email protected]:GyunerZeki/easymail.git
- Run bash script
bash /easymail/init.sh
or just run:
apt-get update && apt-get install git -y && git clone [email protected]:GyunerZeki/easymail.git /easymail && bash /easymail/init.sh