Last active
September 29, 2018 04:10
-
-
Save leommoore/10347262 to your computer and use it in GitHub Desktop.
iRedMail - Install Script
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
#http://www.iredmail.org/index.html | |
# | |
#http://www.youtube.com/watch?v=uJ_AVoWbppc | |
# | |
#iRedMail on Nginx | |
#http://blog.eridlabs.com/using-iredmail-with-nginx-ubuntu-13-04-x64/ | |
#Setup you domain | |
sudo su | |
nano /etc/hosts | |
127.0.0.1 mail.mydomain.com mail localhost | |
wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.8.6.tar.bz2 | |
tar -xjvf iRedMail-0.8.6.tar.bz2 | |
cd iRedMail-0.8.6 | |
bash iRedMail.sh | |
#This starts the wizard. | |
#DNS Records | |
A record | |
MX record | |
#Admin | |
https://mail.recinal.com/iredadmin/ | |
#Webmail | |
https://mail.recinal.com/mail/ | |
username: [email protected] | |
password: Resolve:2020> | |
#Tips | |
/root/iRedMail-0.8.6/iRedMail.tips | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment