iRedMail Installation with MariaDB: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
|||
Line 16: | Line 16: | ||
<pre> | <pre> | ||
cd /usr/src | cd /usr/src | ||
wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9. | wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.9.tar.bz2 | ||
bzip2 -dk iRedMail-0.9. | bzip2 -dk iRedMail-0.9.9.tar.bz2 | ||
tar xvf iRedMail-0.9. | tar xvf iRedMail-0.9.9.tar | ||
rm -f iRedMail-0.9. | rm -f iRedMail-0.9.9.t* | ||
cd iRedMail-0.9. | cd iRedMail-0.9.9 | ||
bash iRedMail.sh | bash iRedMail.sh | ||
</pre> | </pre> | ||
Line 33: | Line 33: | ||
|- | |- | ||
|Sensitive Info | |Sensitive Info | ||
|/usr/src/iRedMail-0.9. | |/usr/src/iRedMail-0.9.9/config | ||
|- | |- | ||
|Post installation information | |Post installation information | ||
|/root/iRedMail- | |/root/iRedMail-0.9.9/iRedMail.tips | ||
|} | |} | ||
Revision as of 03:48, 24 June 2019
The following instructions were performed on CentOS 7.2 with a minimal install.
iRedMail provides self hosting email with SOGo providing Exchange Active Sync operations.
Installation
Before proceeding make sure that when you ping the hostname and FQDN of your computer/server that the reply address is 127.0.0.1
yum -y update reboot
yum -y install vim wget bzip2 deltarpm yum-cron openchange rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-9.noarch.rpm
cd /usr/src wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.9.tar.bz2 bzip2 -dk iRedMail-0.9.9.tar.bz2 tar xvf iRedMail-0.9.9.tar rm -f iRedMail-0.9.9.t* cd iRedMail-0.9.9 bash iRedMail.sh
--> Wait. Looks like nothing is happening or broken but it is background processing.
--> Be patient. 10 minutes plus depending on CPU and internet speed.
Post Installation Information
Mailboxes | /var/mail |
Sensitive Info | /usr/src/iRedMail-0.9.9/config |
Post installation information | /root/iRedMail-0.9.9/iRedMail.tips |
URL's
Roundcube webmail | https://your_server/mail/ |
SOGo Groupware | https://your_server/SOGo |
Web admin panel | httpS://your_server/iredadmin/ |
Awstats | httpS://your_server/awstats |
Done
That is it for the install. Now the configuration is the difficult part if you need any special customisation otherwise the iRedAdmin will suffice.
Refer to Category:iRedMail for specific configuration tasks.