Skip to content

Instantly share code, notes, and snippets.

@frostytear
Forked from leommoore/iredmail_install.sh
Created March 20, 2017 15:53
Show Gist options
  • Save frostytear/9003be1330a6b35bffc0ec81dff5cad7 to your computer and use it in GitHub Desktop.
Save frostytear/9003be1330a6b35bffc0ec81dff5cad7 to your computer and use it in GitHub Desktop.
iRedMail - Install Script
#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: postmaster@recinal.com
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