Skip to content

yuksbg/easymail

This branch is 250 commits behind runeasymail/easymail:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3870d32 · May 1, 2015

History

4 Commits
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015
May 1, 2015

Repository files navigation

easymail - easy way for installing mail server

This script install:

  • Dovecot
  • Postfix
  • Roundcube
  • SpamAssassin
  • Nginx
  • Mysql

Requirement

  • 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.

Instalation

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 git@github.com:GyunerZeki/easymail.git
  • Run bash script bash /easymail/init.sh

or just run:

apt-get update && apt-get install git -y && git clone git@github.com:GyunerZeki/easymail.git /easymail && bash /easymail/init.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 80.8%
  • PHP 19.2%