[사용환경]
Red Hat 7.2
kennel 2.4.7-10
sendmail 8.11.6
bind 9.1.3
[문제점]
sendmail 을 설치했는데
수신은 잘 되는데, 발송이 안되고 mqueue 에 쌓이기만 합니다.
[/var/log/maillog 의 에러 내용]
Apr 1 18:25:33 ns sendmail[3299]: g2TJ9t007494:
to=<john at cbstoronto.com>, ctladdr=<mit at linuxer.ca> (500/500),
delay=3+04:15:38, xdelay=00:00:00, mailer=esmtp, pri=7051250,
relay=ns.cbstoronto.com., dsn=4.0.0, stat=Deferred:
Connection timed out with ns.cbstoronto.com.
[점검한 내용]
1) /etc/service 의 port 확인
2) /etc/mail/access 점검
makemap hash /etc/mail/access < /etc/mail/access
3) /etc/mail/sendmail.cf 수정
O DaemonPortOptions=Port=smtp, Name=MTA
4) /etc/mail/sendmail.mc 수정하여
telnet localhost 25
ehlo ccc.com 으로 250-AUTH LOGIN PLAIN 확인
5) sendmail, xinitd 재실행
-->> 문제점 해결 안됨
[요청사항]
누구 이런 문제 해결하신 분 있나요????
몇일동안 끙끙거리다가 안되어 이곳을 두드려 봅니다.