mail.luken-tech.pl 아래에 메일링 서버가 있습니다. 누구든지 이것이 어떻게 설명되는지 설명할 수 있습니까? https://www.ssllabs.com/ssltest/analyze.html?d=mail.luken-tech.pl&hideResults=on"평가 실패: 서버에 연결할 수 없습니다"가 표시됩니다.http://www.checktls.com/perl/TestReceiver.pl"서버에 연결할 수 없습니다(이유: 연결이 거부됨)"라는 메시지가 표시됩니다.
하지만 이것은:
openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1 -ign_eof
openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1_1 -ign_eof
openssl s_client -starttls smtp -connect mail.luken-tech.pl:587 -tls1_2 -ign_eof
완벽하게 잘 작동하는데 내 서버가 일반적으로 제대로 작동하는 것 같나요? :) 테스트 도구가 내 smtp에 연결할 수 없는 이유는 무엇입니까? 예전에 서버를 하나 구성했는데 그런게 없어서 귀찮네요. 내가 이것에 관심을 가져야 합니까?
답변1
누구든지 이것이 어떻게 설명되는지 설명할 수 있습니까?https://www.ssllabs.com/ssltest/analyze.html?d=mail.luken-tech.pl&hideResults=on"를 보여줍니다.평가 실패: 서버에 연결할 수 없습니다."
SSLLabs만 해당HTTPS 테스트 지원. 메일 서버는 STARTTLS 및 SMTP 프로토콜과 통신합니다. 그만큼에러 메시지한계를 확인하다
Ports other than 443 not supported
이것http://www.checktls.com/perl/TestReceiver.pl나에게 "서버에 연결할 수 없습니다(이유: 연결이 거부됨)"
이 테스트는 의도한 대로 포트 587이 아닌 기본 포트, 즉 포트 25를 통해 호스트에 이메일을 보냅니다. 분명히 서버의 포트 25가 닫혀 있습니다.
$ telnet mail.luken-tech.pl 25
Trying 91.196.50.126...
telnet: connect to address 91.196.50.126: Connection refused
telnet: Unable to connect to remote host
테스트를 원할 경우 메일 클라이언트(예: Thunderbird), 기본 openssl(해보았음) 또는스와크