SMTPサービスに何が問題なのかわからない

Mailgun.com のサービスを利用してメールを送信していますが、チュートリアルに従って設定した SMTP が機能しません。管理者としての登録すら完了できません。

ログ /shared/standalone/log/rails/production.log

Started GET "/finish-installation/register" for 54.151.175.32 at 2023-01-11 18:37:43 +0000
Processing by FinishInstallationController#register as HTML
  Rendered finish_installation/register.html.erb within layouts/finish_installation (Duration: 8.2ms | Allocations: 750)
  Rendered layout layouts/finish_installation.html.erb (Duration: 33.4ms | Allocations: 3008)
Completed 200 OK in 54ms (Views: 36.7ms | ActiveRecord: 0.0ms | Allocations: 4064)
Started POST "/finish-installation/register" for 54.151.175.32 at 2023-01-11 18:37:45 +0000
Processing by FinishInstallationController#register as HTML
  Parameters: {"authenticity_token"=>"rxWiZY9rnT7TRGYXw*****************************iBAFuOoz7pQA", "email"=>"*************************@gmail.com", "username"=>"youyou", "password"=>"[FILTERED]", "commit"=>"Register"}
start
Redirected to https://bbs.doublekm.xyz/finish-installation/confirm-email
Completed 302 Found in 47ms (ActiveRecord: 0.0ms | Allocations: 2579)
  Rendered layouts/email_template.html.erb (Duration: 1.1ms | Allocations: 35)
Started GET "/finish-installation/confirm-email" for 54.151.175.32 at 2023-01-11 18:37:45 +0000
Processing by FinishInstallationController#confirm_email as HTML
  Rendered finish_installation/confirm_email.html.erb within layouts/finish_installation (Duration: 2.5ms | Allocations: 380)
  Rendered layout layouts/finish_installation.html.erb (Duration: 21.1ms | Allocations: 2643)
Completed 200 OK in 26ms (Views: 22.8ms | ActiveRecord: 0.0ms | Allocations: 3240)
Job exception: Net::SMTPUnknownError

fail

SMTP 設定

  DISCOURSE_SMTP_ADDRESS: smtp.mailgun.org
  DISCOURSE_SMTP_PORT: 587
  DISCOURSE_SMTP_USER_NAME: postmaster@sandboxba2******************d8f.mailgun.org
  DISCOURSE_SMTP_PASSWORD: "4223*********************************************5f57"
  #DISCOURSE_SMTP_ENABLE_START_TLS: true           # (optional, default true)
  DISCOURSE_SMTP_DOMAIN: sandboxba22************************8d8f.mailgun.org
  DISCOURSE_NOTIFICATION_EMAIL: no-reply@sandboxba22***************d8f.mailgun.org
  ## If you added the Lets Encrypt template, uncomment below to get a free SSL certificate
  LETSENCRYPT_ACCOUNT_EMAIL: me@example.com
[root@GreenCloud discourse]# telnet smtp.mailgun.org 587
Trying 34.83.33.178...
Connected to smtp.mailgun.org.
Escape character is '^]'.
220 Mailgun Influx ready
quit
221 See you later. Yours truly, Mailgun
Connection closed by foreign host.

セキュリティオプションはあまり正確ではないため、無効にする必要があります(セキュリティを損なうことなく)。

「いいね!」 1

Mailgunでサンドボックスアカウントを使用しているのはなぜですか?コミュニティのドメインに対応するポストマスターアカウントを使用すべきです。

コミュニティに対応するドメインの追加と承認で問題がありましたか?

コミュニティからのメール送信はどのメールアドレスで設定されていますか?

「いいね!」 2

サンドボックスモードを使用しないようにする必要があります。これは、単一のアドレスにのみ送信できると思います。Mailgun を適切に設定しない理由はありません。

新しい Discourse インストールでのメールのトラブルシューティングを参照してください。

私はMailuを使用してSMTPサービスを構築しており、メールの送受信はできます。

しかし、今回はまだ間違っています。

また、Foxmailでログインできません。

SMTP設定

Discourse設定

ああ、SSLを開くことで解決しました


これは、DiscourseのSSL設定を開く必要があるということでしょうか?

メールガンを諦めて、誰も聞いたことのない別のものを使うことにしたのですか?

norepy@bbs.doublekm.xzy から送信できないと表示されています。通知メールを Makima@bbs.doublekm.xyz に変更して、それが機能するかどうか確認してください。