squirrel mail 설치 구성파일 설정

squirrel mail 설치 구성파일 설정

# yum -y install squirrel mail

없으면 epel release 부터 설치해야한다

httpd 서비스시작과 런레벨 조정

# cd /usr/share/squirrelmail/config/ ; ls

config 디렉토리를 본다

conf.pl 을 실행한다

# perl conf.pl

SquirrelMail Configuration : Read: config.php (1.4.0)

---------------------------------------------------------

Organization Preferences

1. Organization Name : kahn.edu

2. Organization Logo : ../images/sm_logo.png

3. Org. Logo Width/Height : (308/111)

4. Organization Title : SquirrelMail $version

5. Signout Page :

6. Top Frame : _top

7. Provider link : http://squirrelmail.org/

8. Provider name : centos1

R Return to Main Menu

C Turn color off

S Save data

Q Quit

1번으로 들어간다

1

mail 변경

8

S 누르고 엔터 2번

SquirrelMail Configuration : Read: config.php (1.4.0)

---------------------------------------------------------

Main Menu --

1. Organization Preferences

2. Server Settings

3. Folder Defaults

4. General Options

5. Themes

6. Address Books

7. Message of the Day (MOTD)

8. Plugins

9. Database

10. Languages

D. Set pre-defined settings for specific IMAP servers

C Turn color off

S Save data

Q Quit

2번 2. Server Settings

1번 도메인

도메인 명 입력

3번

3. Sendmail or SMTP : Sendmail

SMTP 로 설정

A

8

other

참고로 hmailserver 는 윈도우 실습에서 사용할 것이다

9본

9. Delimiter : /

detect 자동 감지

B

S 로 저장

R

메인메뉴로 간다

Q

이게 pop port 이다

110 번은 pop port

# telnet localhost 110

quit 로 나간다

사용자 생성후 비밀번호 설정

httpd conf 파일에서

nano -c /etc/httpd/conf/httpd.conf

가장아래에 추가한다

참고로 nano editor 에서 마지막줄로 이동은 alt / 이다

서비스 재시작

로그인창

아까 생성한 user 와 passwd 입력

from http://ethicalhacker.tistory.com/90 by ccl(A) rewrite - 2021-10-06 11:26:46