>> Edit article
이름
제목
패스워드
#telnet localhost 25 하면 접속하여 quit 하는데 #telnet my.company.co.kr 25 하면 telnet: Unable to connect to remote host: Connection refused 가 발생합니다. ============================================================================== [root@cvs init.d]# netstat -an | grep 110 tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN [root@cvs init.d]# netstat -an | grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN unix 2 [ ] DGRAM 12598 [root@cvs init.d]# telnet my.company.co.kr 25 Trying 61.37.57.138... telnet: Unable to connect to remote host: Connection refused ============================================================================== 위와 같이 netstat -an | grep 25 했을 때 [root@cvs init.d]# netstat -an | grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN unix 2 [ ] DGRAM 12598 로컬 호스트의 25번 포트만 표기된 것은 my.company.co.kr 의 25번 포트가 열려 있지 않다는 것인가요? /etc/xinetd.d 의 imap 화일의 disable = no 로 설정했으며 /etc/services 의 25번 포트도 열려 있습니다. xinetd 와 sendmail 을 restart 했고, ntsysv 에서는 sendmail 이 자동 시작하도록 설정했습니다. 무엇이 문제일까요?
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved