Hướng dẫn cài đặt iRedmail trên CentOS 6.x
Bước 1: Cấu hình cần thiết- Cài đặt hostname
# vi /etc/sysconfig/network
HOSTNAME=mail.your_domain
- Thêm IP map cho Hostname
# vi /etc/hosts
your_IP_server mail.your_domain mail
- Update các gói mới
# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
# yum -y install epel-release
# yum update -y
- Tắt Selinux
# setenforce 0
- Khởi động lại server
# shutdown -r now
hoặc reboot
Bước 2: Cài đặt iRedmail
https://bitbucket.org/zhb/iredmail/downloads/
- Tải source code
# wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.7.tar.bz2
# tar -xvf iRedMail-0.9.7.tar.bz2
- Cài đặt iRedMail
# cd iRedMail-0.9.7/
# bash iRedMail.sh hoặc sh iRedMail.sh
Bước 3: Cấu hình tên miền
- Xác định Dkim của server mail
# cat /root/iRedMail-0.9.7/iRedMail.tips
- Cấu hình mail theo các record sau:
Bước 4: Kiểm tra hoạt động mail
Xem thêm tại
Chúc bạn thành công !
No comments: