우분투 12 TLS에서 스팸봇 감지

우분투 12 TLS에서 스팸봇 감지

최근에 나는 내 홈 서버에서 엄청난 양의 스팸이 전송되고 있다는 것을 메일 로그에서 발견했습니다. 저는 웹사이트를 운영하지 않고 오직 zpanel만 운영하고 있습니다. 모든 포트를 닫고 mail.log파일을 모니터링하고 있습니다.

항목은 다음과 같습니다.

Jul 26 13:47:37 icarus postfix/smtp[19418]: EE28911C345A: to=<[email protected]>, relay=none, delay=29791, delays=29761/0.07/31/0, dsn=4.4.1, status=deferred (connect to inbound.juliegarwood.com.netsolmail.net[206.188.198.64]:25: Connection timed out)
Jul 26 13:47:37 icarus postfix/smtp[19438]: connect to mx2.comcast.net[76.96.40.147]:25: Connection timed out
Jul 26 13:47:37 icarus postfix/smtp[19438]: connect to mx1.comcast.net[2001:558:fe14:70::22]:25: Network is unreachable
Jul 26 13:47:37 icarus postfix/smtp[19438]: connect to mx2.comcast.net[2001:558:fe2d:70::22]:25: Network is unreachable
Jul 26 13:47:37 icarus postfix/smtp[19423]: connect to extmail.bigpond.com[61.9.189.122]:25: Connection timed out
Jul 26 13:47:37 icarus postfix/smtp[19430]: connect to extmail.bigpond.com[61.9.168.122]:25: Connection timed out
Jul 26 13:47:39 icarus postfix/smtp[19420]: connect to mail.manhattan.k12.ks.us[12.167.72.199]:25: Connection timed out
Jul 26 13:47:40 icarus postfix/smtp[19420]: ECD7711C3348: to=<[email protected]>, relay=none, delay=34075, delays=34042/0.08/33/0, dsn=4.4.1, status=deferred (connect to mail.manhattan.k12.ks.us[12.167.72.199]:25: Connection timed out)

이 원인을 추적하는 방법에는 어떤 것이 있나요?

관련 정보