안녕하세요.
레드햇 6.1에서는 제대로 돌아 가고 있는데요.
레드햇 7.0에서는 아래와 같이 접속이 안됩니다.
레드해 7.0 에는 /etc/inetd.conf 파일이 존재하지 않고 /etc/xinetd.conf
파일에럿 /etc/xinetd.c/ 디렉토리에 있는 각 서비스 파일을 읽어 오는 형식으로 서비스를 하
는 것 같은데.. 암만 해도 telnet 접속이 안되내염.
----- /etc/xinetd.d/pop-3 file 설정 -----
# default: on
# description: The telnet server serves telnet sessions; it uses
# unencrypted username/password pairs for authentication.
service pop-3
{
disable = no
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/tcpd /var/qmail/bin/qmail-popup domain.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir
}
흑...
----- 증상 -----
telnet localhost pop-3
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
telnet localhost imap
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
아시는분 좀 갈켜 주세용.
감사합니다.