rake emails:test에서 예상치 못한 오류 발생

안녕하세요!

riseup.net 이메일을 사용하여 자체 호스팅 인스턴스를 실행하는 방법을 테스트하고 있는데, 이메일을 받지 못하고 있습니다.

mail.riseup.net의 DNS 해석은 정상적으로 작동하고 있습니다.

root@discourse-app:/etc# getent hosts mail.riseup.net
198.252.153.170 mail.riseup.net
198.252.153.171 mail.riseup.net

그리고 openssl s_client -connect mail.riseup.net:465 명령어로 서버에 성공적으로 연결됩니다.

rake emails:test[]를 실행한 결과 다음과 같습니다.

root@discourse-app:/etc# rake emails:test[****@****.**]
Testing sending to ****@****.** using mail.riseup.net:465, username:****@riseup.net with plain auth.
======================================== ERROR ========================================
                                    UNEXPECTED ERROR

Net::ReadTimeout

====================================== SOLUTION =======================================
This is not a common error. No recommended solution exists!

Please report the exact error message above to https://meta.discourse.org/
(And a solution, if you find one!)
=======================================================================================

또한 rails r “SiteSetting.notification_email = ‘****@riseup.net’” 명령어로 알림 이메일을 다시 설정해 보았지만, rake emails:test[]에서 동일한 결과가 나타났습니다.

문제가 무엇일 수 있을까요?

Looks like your topic didn’t find any takers. Were you able to figure it out the source of the issue on your own? If so, please share the solution for future travelers!

Cool that you’re usin riseup. I haven’t seen that name in a long time.