>> Edit article
이름
제목
패스워드
RedHat 7.0 부터 /etc/inetd.conf 대신 /etc/xinetd.conf를 사용하고 /etc/xinetd.d 아래에 해당 서비스별로 설정 파일을 유지한다는 걸로 알고 있습니다. 근데, 이넘의 xinetd 설정이 쉽지 않네요. 어케 어케 해서 pop3 설정을 다음과 같이 하고 접속을 해 보았습니다. xinetd가 tcp warpper를 지원한다고 해서리... service pop-3 { disable = no flags = REUSE NAMEINARGS port = 110 socket_type = stream wait = nowait user = root server = /usr/sbin/tcpd server_args = /usr/sbin/ipop3d } 근데, telnet localhost 110 하면 아래와 같은 에러가 뜹니다. --이런 에러-- ipop3d: error while loading shared libraries: libkrb5.so.2: cannot open shared o bject file: No such file or directory 어떻게 하면 좋지여? 혹시 pop3 설정을 다르게 할 수 있는 방법이 있나여? 고수님들의 명쾌한 해결을 기다리겠습니다.
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved