[U]CBL 스펨메일 문제 해결(localhost.localdomain)[/U] 어제 마이크로소프트로 메일을 전송시키다 보니 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을 변경 해주면 해결이 된다....