받는 사람 중 한 사람이 서버에서 거부되었으므로 메시지를 보낼 수 없습니
: 다. 거부된 전자 메일 주소는 'xxx at xxx.co.kr'입니다. 제목 'test', 계
: 정: 'xxx.xxxx.co.kr', 서버: 'xxx.xxxx.co.kr', 프로토콜: SMTP, 서
: 버 응답: '<B><U>550 5.7.1</U></B> <xxxx at xxxx.co.kr>... Relaying denied. IP
: name lookup failed [xxx.xxx.xxx.xxx]', 포트: 25, 보안(SSL): 아니
: 오, 서버 오류: 550, 오류 번호: 0x800CCC79
sendmail버전은 8.11대로.. smtp auth기능이 기본으로 깔려 있는 걸로
알고 있고.. 그래서 /etc/mail/access 파일에 relay 하지 않아도..
서버에서 인증을 통해 메일을 보낼 수 있는 걸로 알고 있는데요..
물론 아웃룩에선 보내는 메일서버에 인증체크 해주었고요..
아래처럼 서버상에서 auth 기능 또한 열려 있습니다.
아시는 분은 답변 부탁드립니다. ^^
[root@BJ_Server mail]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 BJ_Server.net ESMTP Sendmail 8.11.6/8.11.6; Tue, 9 Apr 2002 15:43:56 +0900
ehlo localhost
250-BJ_Server.net Hello localhost.localdomain [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250-AUTH LOGIN PLAIN
250 HELP
quit
221 2.0.0 BJ_Server.net closing connection
Connection closed by foreign host.