>> Delete Reply from No. 0 article
No. RE: RE: RE: RE: 정말 잘 되네여~~ 감사~

등록 2002-03-26 23:17:00 By localhost     조회 2
이름 옥이    

		전에 읽어보구 시도했던 문서였는데여..
그때는 안돼던게, 님의 답글을 보구 했는데 잘 되네여~
정말 감사합니다.
다른 분들도 참고하세여~~
 : http://linux.sarang.net/board/?p=read&table=tip&no=5669 : DAEMON_OPTIONS 확인하세요
: mail exchanger = MX 는 네임서버에서 설정한대로 나타납니다.
: : 먼저 110번 포트와 25번 포트 모두 확인했습니다.
: : telnet xxx.co.kr 110 ---> ok!
: :
: : telnet xxx.co.kr 25  --->
: : Trying 202.30.187.30...
: : telnet: Unable to connect to remote host: Connection
refused
: :
: : telnet localhost 25  ----> ok!
: :
: : localhost로 접근하면 되고, 도매인명(xxx.co.kr)로 25번포트에 접
근하면,
: : 거부되네여.
: :
: : 이걸로 문제는 찾은거 같은데여.
: : 이게 sendmail의 설정이 잘못된 것인지, 네임서버가 잘못된 것인지..
: : 잘 모르겠어여ㅡ..ㅡ;
: :
: : 어떤 파일을 손봐야 될까여?.....
: :
: : 다시 한번 부탁드립니다.
: :
: : 그리구 답변 정말 감사합니다. ^^ 꾸벅~~
: :
: : 아 참! 글구여. 도메인에 대해서는 음.. telnet ,ftp , http전부
다되여.
: : 약간 걸리는게 있다면 nslookup을 실행하면여... 보통은 이렇게 되잖
아여.
: : ------------------------------------------------------------------
----
: : [root@xxxl /]# nslookup
: : Note:  nslookup is deprecated and may be removed from
future releases.
: : Consider using the `dig' or `host' programs instead.  Run
nslookup with
: : the `-sil[ent]' option to prevent this message from
appearing.
: : > set type=mx
: : > yyy.co.kr
: : Server:        202.30.180.30
: : Address:       202.30.180.30#53
: :
: : Non-authoritative answer:
: : yyy.co.kr       mail exchanger = 5 ns.yyy.co.kr.
: :
: : Authoritative answers can be found from:
: : yyy.co.kr       nameserver = bb.yyy.co.kr.
: : bb.yyy.co.kr       internet address = 211.30.178.67
: : >
: : ------------------------------------------------------------------
-----
: : --> 이렇게 나오잖아여..
: : 근데 제 도메인으루 하면 이렇게 나와여...
: : ------------------------------------------------------------------
-----
: : > [root@NeuroSol /]# nslookup
: : Note:  nslookup is deprecated and may be removed from
future releases.
: : Consider using the `dig' or `host' programs instead.  Run
nslookup with
: : the `-sil[ent]' option to prevent this message from
appearing.
: : > set type=mx
: : > xxx.co.kr
: : Server:        202.30.180.30
: : Address:       202.30.180.30#53
: :
: : xxx.co.kr    mail exchanger = 5 xxx.co.kr.
: : >
: : ------------------------------------------------------------------
-----
: :
: : 밑에 빠진 부분이 있는게 영 깨름칙하긴 한데.. 뭐가 문젠지..
: :
: : 부탁드립니다.~~~
: :
: : : 1. 도메인에 대해 확인
: : :  - 외부에서 인식하는가
: : :  - krnic whois, nslookup, dig
: : : 2. smtp 동작여부 확인
: : :  - telnet server 25, on local and any remote machine
: : :
: : : dig kldp.org @ns1.krnic.net mx
: : : dig kldp.org @ns.iz4u.net mx
: : : telnet xxx.co.kr 25
: : : Escape character is '^]'.
: : : 220 xxx.co.kr  ESMTP Sendmail 8.11.6/8.11.6; Wed, 20
Mar 2002 05:51:37 +0900
: : :
: : : : 제가 궁금한 것은, 리턴 메일도 없는데, 도대체 메일들은 어디로
간건지,
: : : : 또 이런 상황은 주로 어떤부분에서 이상이 있기 때문인지를 알고
싶습니다.
: : : : (구체적으로... 만일 네임서버의 문제라면 어떤 파일을 손봐야 하
는지 정도
: : : : 쯤...(*__))
: : : :
: : : :
: : : : 밑에 고수님들이 참고 하실만한 제 설정 파일 정보를 담았습니다.
: : : :
: : : : 답변 부탁드립니다.
: : : :
: : : : 먼저 이건 /var/named/의 zone file 입니다.
: : : : -------------------------------------------------------------
----------
: : : : ---
: : : : $TTL    86400
: : : : @      IN SOA       xxx.co.kr. root.xxx.co.kr(
: : : :                                       
42              ; serial (d.
: : : : adams)
: : : :                                       
3H              ; refresh
: : : :                                       
15M             ; retry
: : : :                                       
1W              ; expiry
: : : :                                       
86400 )            ; minimum
: : : :
: : : :        IN NS        xxx.co.kr.
: : : :
: : : :        IN  A        202.30.187.30
: : : :        IN MX        5 xxx.co.kr.
: : : : www    IN  A        202.30.187.30
: : : : -------------------------------------------------------------
----------
: : : : -----
: : : :
: : : : 이번건 /etc/mail/의 local-host-names file 입니다.
: : : : -------------------------------------------------------------
----------
: : : : -----
: : : : # local-host-names - include all aliases for your
machine here.
: : : :
: : : : xxx.co.kr
: : : : mail.xxx.co.kr
: : : : -------------------------------------------------------------
----------
: : : : -----
: : : :
: : : : --
: : : : 나두 서명 있음 조켔다.(*__)
: :
: : --
: : 나두 서명 있음 조켔다.(*__)
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved