pop3서버 설치 방법 > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

pop3서버 설치 방법 정보

기타 pop3서버 설치 방법

본문

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>
추천
0

댓글 0개

전체 250
개발자팁 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT