qpopper 설치시 소스를 컴파일 한 후에 /usr/lib/ 복사한후
/etc/inetd.conf 파일에
pop3 stream tcp nowait root /usr/lib/popper popper
라고 등록하고 /etc/services 라는 화일에
pop3 포트 지정해주고...해야하는데..
wow 리눅스 7.0 은 inetd.conf 가 아니고 /etc/xinetd.d/......에 화일들이 있잖아요?
ipop3
pop3s
둘 중 어느 파일을 설정해 줘야 하는 지요.
그리고 아래 파일의 내용 중에서 어디를 바꿔줘야 하는 지 좀 가르쳐 주세요.
default: off
# description: The POP3 service allows remote users to access their ma
il
# using an POP3 client such as Netscape Communicator, mut
t,
# or fetchmail.
service pop3
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/ipop3d
log_on_success += USERID
log_on_failure += USERID
disable = yes
}
그리고 그 pop3는 센드메일 처럼 데몬을 따로 띄워 줘야 하나요?
눈이오더니 그쳤네...
행복한 하루 되세요