[리눅스]squirrelMail(다람쥐 메일) 설정
(1) 다람쥐 웹 메일 설치
#yum -y install squirrelmail
(2) 소유권 변경
(3) 다람쥐 웹 메일 설정
#/usr/share/squirrelmail/config/conf.pl
(4) 다람쥐 웹메일에서 server settings
command >> 2
command >> 1
command >> kosta.iss
command >> A
command >> 4
command >> mail.kosta.iss
command >> 8
command >> other
command >> s
command >> r
(5) 다람쥐 웹메일에서 languages preference 설정하기
command >> 1
command >> ko_KR
command >> 2
command >> euc-kr
command >> s
command >> r
(6) 웹 브라우저에 접근할 수 있도록 설정 변경
#vi /etc/httpd/conf/httpd.conf
Alias /webmail/ /usr/share/squirrelmail/
(7) 웹서비스 재시작
#service httpd restart
(8) 허용 port 설정
#system-config-firewall
"www(HTTP)"를 체크하여 웹 서비스를 허용해줌
(9) sendmail server가 www.kosta.iss로도 접근할 수 있도록 zone 파일에 설정
#/var/named/chroot/var/named/kosta.internal
www IN A 192.168.225.100
#/var/named/chroot/var/named/kosta.external
www IN A 192.168.225.100
(10) 웹브라우저에 접속하기