新規インストール時のメールエラー

皆さん、こんにちは。
メール設定でエラーが発生しています。

  DISCOURSE_SMTP_ADDRESS: smtp.strato.de
  DISCOURSE_SMTP_PORT: 465
  DISCOURSE_SMTP_USER_NAME: discourse@domain.net
  DISCOURSE_SMTP_PASSWORD: REDACTED_PASSWORD
  # DISCOURSE_SMTP_ENABLE_START_TLS: true          # (optional, default true)
  #DISCOURSE_SMTP_DOMAIN: discourse.example.com    # (required by some providers)
  #DISCOURSE_NOTIFICATION_EMAIL: noreply@discourse.example.com    # (address to send notifications from)

docker-doctor を実行すると、以下のようになります。


==================== MAIL TEST ====================
For a robust test, get an address from http://www.mail-tester.com/
Or just send a test message to yourself.
Email address for mail test? ('n' to skip) [admin.discourse@domain.net]: test-dj0qyymtu@srv1.mail-tester.com
Sending mail to test-dj0qyymtu@srv1.mail-tester.com. . .
Testing sending to test-dj0qyymtu@srv1.mail-tester.com using smtp.strato.de:465, username:discourse@domain.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!)
=======================================================================================
Replacing: SMTP_PASSWORD
Replacing: LETSENCRYPT_ACCOUNT_EMAIL
Replacing: DEVELOPER_EMAILS
Replacing: DISCOURSE_DB_PASSWORD
Replacing: Sending mail to

どなたか助けていただけると幸いです。この製品はとても気に入っており、コミュニティで使用したいと思っています <3

SMTP認証を変更する必要があるかもしれませんが、どうすればよいですか?この回答を含むスレッドが見つかりません。

どなたか助けていただけますか?

試せることのいくつかをご紹介します。

  • プロバイダーが別のポートを許可しているか確認し、同じエラーが発生するかどうか確認してください。
  • curl の使用方法がわかる場合は、docker コンテナ内から直接メール設定を curl してみてください。
  • 別のメールプロバイダーを試してください。Mailgun は Discourse でうまく機能することが知られています。

VMがメールサーバーへのアクセスをブロックしているようです