2015年2月18日 星期三

How to install iRedMail 9.0 on ubunt14.10 and receive email.

軟體準備

一、安裝前的準備
sudo apt-get update

二、iRedMail安裝及設定
hostname -f

這邊只有顯示你主機名稱,請在加上你的domain name,不然不能裝iRedMail

以下是修改hosts,紅線的地方加上你要設定的domain name:
sudo vim /etc/hosts
hostname -f

下載iRedMain 9.0及安裝:
sudo wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.0.tar.bz2
sudo tar jxvf iRedMail-0.9.0.tar.bz2
cd iRedMail-0.9.0
sudo bash iRedMail.sh
以下的設定依照紅色的部分做設定:
















這邊我對apache比較熟所以我選擇apache:
















設定LDAP密碼:
















設定MySQL密碼:
















設定Virtual domain name:
















設定admin密碼:



































































sudo reboot
有兩個網址
一、https://ip/mail/
二、https://ip/iredadmin
用postmaster@city-get.com登入,密碼在你安裝時所設定的。
忘記密碼請下以下的指令就可以查詢到。

more iRedMail-0.9.0/iRedMail.tips
請自行把DNS 記錄管理與設定好,以下是我台灣固網的設定方式。















這時測試,會發生一個問題你會遇到可以寄信,但不能收信
請設定以下的設定。
sudo vim /etc/cluebringer/cluebringer.conf
內容如下,將enable=1改0,修改完後儲存:
...
# Greylisting module
[Greylisting]
enable=0 
...
sudo  /etc/init.d/postfix-cluebringer restart



備註:我這邊有遇到漏信的問題,是當我server重開時,server剛啟動時,這時收信都收不到,所以這邊請耐心等10~20分(大概還有東西在啟動)。

參考鏈結:
http://www.unixmen.com/setup-mail-server-in-minutes-using-iredmail-in-ubuntu-12-10-debian-6/
http://lordcail.blogspot.tw/2013/10/solved-iredmailroundcube-cant-receive.html