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>
-. 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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4050 | |
| 29 |
아우겐나이스
|
21년 전 | 4437 | |
| 28 |
아우겐나이스
|
21년 전 | 3467 | |
| 27 | 21년 전 | 5835 | ||
| 26 | 21년 전 | 3115 | ||
| 25 | 21년 전 | 6087 | ||
| 24 | 18년 전 | 3649 | ||
| 23 | 21년 전 | 3640 | ||
| 22 | 21년 전 | 4247 | ||
| 21 | 21년 전 | 3818 | ||
| 20 | 21년 전 | 4225 | ||
| 19 | 21년 전 | 6679 | ||
| 18 | 21년 전 | 4734 | ||
| 17 | 21년 전 | 6992 | ||
| 16 | 21년 전 | 4170 | ||
| 15 | 21년 전 | 2635 | ||
| 14 | 21년 전 | 4978 | ||
| 13 | 21년 전 | 3401 | ||
| 12 |
Recluse
|
21년 전 | 3883 | |
| 11 |
아우겐나이스
|
21년 전 | 3569 | |
| 10 |
Recluse
|
21년 전 | 3392 | |
| 9 | 21년 전 | 3994 | ||
| 8 | 21년 전 | 5174 | ||
| 7 | 21년 전 | 4762 | ||
| 6 | 21년 전 | 5688 | ||
| 5 | 21년 전 | 4117 | ||
| 4 | 21년 전 | 4843 | ||
| 3 | 21년 전 | 4741 | ||
| 2 | 21년 전 | 3247 | ||
| 1 | 22년 전 | 4343 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기