Last active
February 2, 2016 11:22
-
-
Save pmcfernandes/1a3725688e20e703f86c to your computer and use it in GitHub Desktop.
Install iRedMail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install iRedMail | |
sudo apt-get install postfix | |
wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.4.tar.bz2 | |
tar xjf iRedMail-0.9.4.tar.bz2 | |
cd iRedMail-0.9.4 | |
bash iRedMail.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment