yeonghoon.kim

  • 게시판
  • 갤러리
  • aws

sendmail 스팸 리스트에 올라간 것 해제 - stat=Deferred: 421 Your ip is filtered by RBL.(IP:xxx.xxx.xxx.51)(Caues:https://www.spamhaus.org/query/ip/xxx.xxx.xxx.51)

김영훈 2019.11.14 11:08 조회 수 : 259

"

네이트에 메일 발송이 안되어서 로그 확인

Nov 13 18:34:48 localhost sendmail[25442]: xAD9Yltm025440: to=<ixxxx@nate.com>, ctladdr=<me@yeonghoon.kim> (1004/1004), delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=120459, relay=mx1.nate.com. [117.53.114.15], dsn=4.0.0, stat=Deferred: 421 Your ip is filtered by RBL.(IP:xxx.xxx.xxx.51)(Caues:https://www.spamhaus.org/query/ip/xxx.xxx.xxx.51)

 링크 확인 후 해당 페이지 접속


 



XBL에 리스트가 있어서 CBL Lookup 클릭


xxx.xxx.xxx.51 was found to be using the following name as the HELO/EHLO parameter during connections: ""localhost.localdomain"".   

실제로 위에 나온 내용처럼 메세지가 발생되는지 확인


telnet xxx.xxx.xxx.51 25
Trying xxx.xxx.xxx..51...
Connected to xxx.xxx.xxx.51.
Escape character is '^]'.
220 localhost.localdomain ESMTP Sendmail 8.15.2/8.15.2; Thu, 14 Nov 2019 10:43:15 +0900
HELO xxx.xxx.xxx.51
250 localhost.localdomain Hello [접속한 IP], pleased to meet you

localhost.localdomain을 리턴하는 메일서버가 스팸메일을 보내는 경우가 많아 차단된 것이므로 아래 링크를 참고하여 메일 설정 변경

https://www.abuseat.org/sendmailhelp.html


sed -i 's/#Dj$w.Foo.COM/Djmail.yeonghoon.kim/g' /etc/mail/sendmail.cf
systemctl restart sendmail.service


수정되었는지 확인

telnet xxx.xxx.xxx.51 25
Trying xxx.xxx.xxx.51...
Connected to xxx.xxx.xxx.51.
Escape character is '^]'.
220 mail.yeonghoon.kim ESMTP Sendmail 8.15.2/8.15.2; Thu, 14 Nov 2019 10:51:55 +0900
HELO xxx.xxx.xxx51
250 mail.yeonghoon.kim Hello [접속한 ip], pleased to meet you.

 CBL Lookup 페이지 하단에서 SELF REMOVAL 항목이 존재하여 조치 후 리스트에서 제거 요청



 


메일큐 확인 시 발송되지 않은 메일 2통 존재. 시간이 지나면 발송될 것으로 예상됨.


[root@host-10-101-0-10 log]# mailq --help
        /var/spool/mqueue (2 requests)
-----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
xAD9kMXb025790       10 Wed Nov 13 18:46 <me@yeonghoon.kim>
      8BITMIME   (Deferred: 421 Your ip is filtered by RBL.(IP:xxx.xxx.xxx.51)()
                     <xxxx@nate.com>
xAD9Yltm025440       16 Wed Nov 13 18:34 <me@yeonghoon.kim>
      8BITMIME   (Deferred)
                     <xxxx@nate.com>
        Total requests: 2

약 1시간 후 정상적으로 메일 발송된 것을 확인


Nov 14 11:51:52 localhost sendmail[2235]: xAD9kMXb025790: to=<xxxx@nate.com>, ctladdr=<me@yeonghoon.kim> (1004/1004), delay=17:05:29, xdelay=00:00:00, mailer=esmtp, pri=1830452, relay=mx1.nate.com. [117.53.114.15], dsn=2.0.0, stat=Sent (Message accepted for delivery

 

"

  • 추천 0

  • 비추천 0
이 게시물을
목록

댓글 0

사진 및 파일 첨부

여기에 파일을 끌어 놓거나 왼쪽의 버튼을 클릭하세요.

파일 용량 제한 : 0MB (허용 확장자 : *.*)

업로드 중... (0%)

0개 첨부 됨 ( / )
 
번호 제목 글쓴이 날짜 조회 수
공지 2025 일본 여행 계획 김영훈 2024.10.10 1108
공지 현금, 저축, 투자, 지출, 예산, 보험 내역(2024-05-30) 김영훈 2024.03.10 765
65 여수/순천 여행 요약(20200120~20200121) 김영훈 2020.01.17 275
64 제주 여행 요약(20200114~20200116) 김영훈 2020.01.17 295
63 제주 여행 요약(20200107~20200109) 김영훈 2020.01.09 307
62 리눅스민트(우분투) rc.local 활성화 김영훈 2020.01.06 298
61 한글2010SE+ 업데이트 불가능한 현상 김영훈 2020.01.02 168
60 제주 여행 요약(20191220~20191223) 김영훈 2019.12.24 206
59 logger - 커스텀 로그 찍기 김영훈 2019.11.28 267
58 centos8 ncdu 설치(source) 김영훈 2019.11.28 295
57 엑셀 취소선 단축키 - Ctrl+5 김영훈 2019.11.21 136
56 svn 인증 시 yes를 입력해도 다시 물을 경우 김영훈 2019.11.20 485
55 smtp ip 차단 스크립트 김영훈 2019.11.19 151
54 dovecot imaps(993) 비활성화 김영훈 2019.11.18 246
53 메일서버 SSL 적용(sendmail, dovecot) 김영훈 2019.11.18 275
52 ls 시간 표시 지정 김영훈 2019.11.18 191
51 nginx 설정에서 특정 User-Agent 차단 김영훈 2019.11.15 410
50 ansible 파일 배포 후 크론 등록.yml 김영훈 2019.11.15 160
49 sendmail 버전 숨기기 김영훈 2019.11.14 284
» sendmail 스팸 리스트에 올라간 것 해제 - stat=Deferred: 421 Your ip is filtered by RBL.(IP:xxx.xxx.xxx.51)(Caues:https://www.spamhaus.org/query/ip/xxx.xxx.xxx.51) 김영훈 2019.11.14 259
47 sendmail 메일 발송 확인 스크립트 김영훈 2019.11.13 217
46 이온큐브 디코더 - https://easytoyou.eu 김영훈 2019.11.10 325
쓰기 태그
 첫 페이지 5 6 7 8 9 10 11 12 13 14 끝 페이지