Неожиданная ошибка в rake emails:test

Привет!

Я тестирую запуск собственного экземпляра, используя свой адрес электронной почты на riseup.net, но письма не приходят.

Разрешение DNS для mail.riseup.net работает корректно:

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!)
=======================================================================================

Я также пробовал изменить адрес email для уведомлений с помощью команды 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.