JIRA からのメール送信の問題 - EHLO がドメインのアドレスを要求している
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
症状
Email are not being sent from JIRA configured for SMTP. Errors appear such as:
EHLO
501 5.0.0 EHLO requires domain address
HELO
501 5.0.0 HELO requires domain address
原因
JIRA is not sending the correct parameter to to the outgoing mail server when attempting to send a message. Instead of sending its domain name, it is sending nothing.
ソリューション
When you start JIRA, pass it the following parameter:
-Dmail.smtp.localhost=<computer_name>
ℹ️ Substitute the JIRA server name for <computer_name>. See Setting Properties and Options on Startup.
この内容はお役に立ちましたか?