JIRA Notifications Fail Occasionally Due to '452 Too many recipients received this hour'

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

症状

Occasionally, notification emails fail with a "Too many recipients" exception:

com.atlassian.mail.MailException: javax.mail.SendFailedException: Invalid Addresses; nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 452 Too many recipients received this hour
at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServerImpl.java:191)
...

原因

The return code "452" is coming from SMTP server instead of either JIRA application or Java Mail. Normally, "SMTPAddressFailedException: 452 Too many recipients received this hour" is thrown when breaching the anti-spam restriction of SMTP server regarding the maximum number of recipients that can be sent (from the SMTP server) for a specific domain in a defined time period.
Normally, customers run into this problem because JIRA isn't in a trusted domain of mail server, so the mails coming from there have to go through security gateway and pass the anti-spam check.

診断

Enable mail protocol logging to find out the route of mail transmission.

ソリューション

Configure the trusted domain of mail server to accept requests from the JIRA server. JIRA notification mails should access the SMTP server directly, without an anti-spam check.

最終更新日 2024 年 11 月 18 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.