리자

pop3서버 설치 방법

· 2006-01-19 (목) 13:50:11 · 3108
pop3서버 만들기

-. qpopper 소스 설치



ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ 경로에서 적당한 파일 다운로드





# tar xvfz qpopper-4.x.tar.gz



# cd qpopper4.x



# ./configure --enable-specialauth --enable-servermode --enable-shy



참고 설명)

--enable-specialauth ; 보안을 위해 암호화 하거나 암호화 된 shadow 패스워드를 사용.

--enable-servermode ; 서버모드 설치 옵션, 기본은 xinetd 모드

--enable-shy ; qpopper 버전 숨김, 보안을 위해 추천



# make

# make install





## 서버를 동작하게 하는 명령어 복사

# cp popper/popper /usr/sbin/popper





# vi /etc/xinetd.d/pop3



service pop3

{

disable = no

socket_type = stream

wait = no

user = root

server = /usr/sbin/popper

log_on_success += HOST DURATION

log_on_failure += HOST

}





## 데몬 재시작

# /etc/rc.d/init.d/xinetd restart





## 작동유무 확인 방법

# telnet localhost 110



<성공 결과>

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK ready




<실패 결과>

Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

팁게시판

6,077건

디자인과 관련된 유용한 정보를 공유하세요. 질문은 상단의 QA에서 해주시기 바랍니다.

+
제목 글쓴이 날짜 조회
07-10-02 조회 1,767
07-09-27 조회 3,775
07-09-27 조회 2,562
06-09-26 조회 2,363
06-09-26 조회 3,577
06-09-22 조회 2,657
06-09-22 조회 2,237
06-09-22 조회 3,049
06-09-21 조회 3,016
06-08-18 조회 2,584
05-11-30 조회 3,647
05-07-15 조회 3,569
05-03-23 조회 3,680
05-03-14 조회 2,343
05-03-13 조회 1,723
04-08-05 조회 4,833