AWS上のJIRA上からSES経由でのメール送信に失敗する
AWS(CentOS7.2)のEC2上にJIRAを構築しており、そこからメールを送信したいと考えています。
Amazon SESの設定をおこなった上でメール送信のテストを行ったのですが、エラーになってしまいます。
###該当の設定・エラー
下記の設定でメールの送信テストをおこないました。
宛先 username@gmail.com 件名 Test Message From JIRA メッセージ タイプ 本文 This is a test message from JIRA. Server: Amazon SES SMTP Port: 465 Description: Amazon SES From: username@gmail.com Host User Name: xxxxxxxx (Amazon SESのSMTP上で設定されたユーザーネーム)
下記のエラーとなりました。
An error has occurred with sending the test email: com.atlassian.mail.MailException: javax.mail.MessagingException: Exception reading response; nested exception is: java.net.SocketTimeoutException: Read timed out at com.atlassian.mail.server.impl.SMTPMailServerImpl.sendWithMessageId(SMTPMailServerImpl.java:225) at com.atlassian.mail.server.impl.SMTPMailServerImpl.send(SMTPMailServerImpl.java:162) at com.atlassian.jira.plugins.mail.webwork.SendTestMail.doExecute(SendTestMail.java:107) (中略) DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle] DEBUG SMTP: need username and password for authentication DEBUG SMTP: protocolConnect returning false, host=email-smtp.us-west-2.amazonaws.com, user=jira, password=<null> DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: trying to connect to host "email-smtp.us-west-2.amazonaws.com", port 465, isSSL false DEBUG SMTP: exception reading response, THROW: java.net.SocketTimeoutException: Read timed out (以下略 ※10000文字制限のため、略しています。)
Userの名前がJIRAで接続しにいっているようなのですが、
JIRAの画面上からAWSで払い出されたUserのID/PWを入力しています。
上手く反映されていないのでしょうか。。
###補足情報(言語/FW/ツール等のバージョンなど)
AWS EC2
CentOS7.2
JIRA
AWS SES
お名前.com
Gmail
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。