반응형
CentOS 4에서 iRedMail 설치
[root@imail ~]$ cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=imail.scbyun.com
[root@imail ~]$ cat /etc/hosts
127.0.0.1 imail.scbyun.com imail localhost
[root@imail ~]$ cat /etc/sysconfig/selinux
SELINUX=disabled
reboot 후 적용
[root@imail ~]$ reboot
(또는)
[root@imail ~]$ setenforce 0
[root@imail ~]$ hostname -f
imail.scbyun.com
아이레드메일 설치 관리자
[root@imail ~]$ cd /root/
[root@imail ~]$ wget https://bitbucket.org/zhb/iredmail/downloads/iRedMail-0.9.0.tar.bz2
[root@imail ~]$ tar xvfj iRedMail-0.9.0.tar.bz2
[root@imail ~]$ cd iRedMail-0.9.0
[root@imail iRedMail-0.9.0]$ sh iRedMail.sh
728x90
메일 서버 도메인
Configuration completed.
*************************************************************************
***************************** WARNING ***********************************
*************************************************************************
* *
* Below file contains sensitive infomation (username/password), please *
* do remember to *MOVE* it to a safe place after installation. *
* *
* * /root/iRedMail-0.9.0/config
* *
*************************************************************************
< Question > Continue? [y|N]
Access webmail and other web applications
********************************************************************
* URLs of installed web applications:
* - Webmail:
* o Roundcube webmail://imail.scbyun.com/mail/
* - Web admin panel (iRedAdmin): httpS://imail.scbyun.com/iredadmin/
* You can login to above links with same credential:
* o Username: postmaster@iredmail.scbyun.com
* o Password: xxxxxxx
*
********************************************************************
* Congratulations, mail server setup completed successfully. Please
* read below file for more information:
* - /root/iRedMail-0.9.0/iRedMail.tips
* And it's sent to your mail account postmaster@iredmail.scbyun.com.
* Please reboot your system to enable mail services.
********************************************************************
참고URL
- iRedMail Document : Install iRedMail on Red Hat Enterprise Linux, CentOS
728x90
반응형
'리눅스' 카테고리의 다른 글
sendmail을 구축하고 RELAY를 설정하는 방법 (0) | 2015.02.01 |
---|---|
cacti syslog 설정 (2) | 2015.01.29 |
[리눅스] 아파치 웹서버 MPM(prefork, worker) 설정 방법 (0) | 2015.01.21 |
[리눅스] svn(subversion) 설치 (0) | 2015.01.20 |
fmt 명령어 (0) | 2015.01.15 |