CBL 스펨메일 문제 해결(localhost.localdomain)
페이지 정보
작성자 MintState 댓글 1건 조회 20,819회 작성일 11-08-03 11:10본문
CBL 스펨메일 문제 해결(localhost.localdomain)
어제 마이크로소프트로 메일을 전송시키다 보니 http://www.spamhaus.org/lookup.lasso 에 등록되어 스펨 처리가 되어 메일이 리턴이 되었다.
http://cbl.abuseat.org/lookup.cgi?ip=xxx.xxx.xxx.xxx 문서를 살펴보니 아래와 같은 내용이 있다.
This IP address is HELO'ing as "localhost.localdomain" which violates the relevant standards (specifically: RFC5321).
Sendmail에서 메일을 보낼때 HELO localhost.localdomain 로 보내기 때문인 것 같다..
이는 서버 Hostname이 localhost.localdomain로 등록 되어 있기 때문이다.
그래서 hostname을 변경 해주면 해결이 된다.
HostName 도메인 추가
Hosts 아이피 도메인 추가
HostName 바로 적용
        
        어제 마이크로소프트로 메일을 전송시키다 보니 http://www.spamhaus.org/lookup.lasso 에 등록되어 스펨 처리가 되어 메일이 리턴이 되었다.
http://cbl.abuseat.org/lookup.cgi?ip=xxx.xxx.xxx.xxx 문서를 살펴보니 아래와 같은 내용이 있다.
This IP address is HELO'ing as "localhost.localdomain" which violates the relevant standards (specifically: RFC5321).
Sendmail에서 메일을 보낼때 HELO localhost.localdomain 로 보내기 때문인 것 같다..
이는 서버 Hostname이 localhost.localdomain로 등록 되어 있기 때문이다.
그래서 hostname을 변경 해주면 해결이 된다.
HostName 도메인 추가
Hosts 아이피 도메인 추가
HostName 바로 적용
|  | 
댓글목록
서버관리자님의 댓글
서버관리자 작성일
                                안녕하세요 저도 위와 같은 상황에 놓였는데요.
저희 이메일 서버가 윈도우 서버인데 이렇게 나오더라구요
어떻게 해야 하나요? 답변 부탁드립니다.            





 CBL 스펨메일 문제 해결(localhost.localdomain)
  CBL 스펨메일 문제 해결(localhost.localdomain)

