# AWS SESの送信、バウンス、受信メールの設定

**URL:** https://meta.discourse.org/t/configuring-aws-ses-for-outgoing-bounce-and-incoming-email/263604
**Category:** Sysadmins
**Tags:** email, how-to
**Created:** [2023 年 5 月 2 日午後 10:18 UTC](https://meta.discourse.org/t/configuring-aws-ses-for-outgoing-bounce-and-incoming-email/263604 "2023-05-02T22:18:25Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![simonk](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simonk/32/247950_2.png) [@simonk](https://meta.discourse.org/u/simonk)
#### Post date: [2026 年 9 月 4 日午後 3:30 UTC](https://meta.discourse.org/t/configuring-aws-ses-for-outgoing-bounce-and-incoming-email/263604/14 "2026-09-04T15:30:14Z")

</div>

> [@dlambert](#):
>
> 1. SNS _ **feedback-sns-topic** _ トピックでサブスクリプションを作成します  
> a. プロトコルは HTTPS（まだ HTTP を使っているわけではないですよね？）  
> b. エンドポイントを _https:// **your.domain** /webhooks/aws_ に設定します（[VERP ポスト](https://meta.discourse.org/t/configure-verp-to-handle-bouncing-e-mails/45343)を参照）  
> c. **生メッセージ配信を有効にする** を選択

私はこれを設定したばかりですが、 **生メッセージ配信** は **無効** にする必要があり、 **有効** にするべきではないと思います。

生メッセージ配信を有効にすると、SNS のバウンス通知に、Discourse がメッセージを検証するために必要な SNS メタデータが含まれなくなります。私のアクセスログには、このようなエントリが含まれていました：

`"POST /webhooks/aws HTTP/1.1" "Amazon Simple Notification Service Agent" "-" 406 414 "-" 0.008 0.008 "-" "-" "-" "-" "-" "-" "-"`

つまり、HTTP ステータス 406、「Not Acceptable」です。

生メッセージ配信を無効にした後、アクセスログには以下が表示されました：

`"POST /webhooks/aws HTTP/1.1" "Amazon Simple Notification Service Agent" "-" 200 402 "-" 0.022 0.022 "-" "-" "-" "-" "-" "-" "-"`

つまり、HTTP ステータス 200、「OK」です。

---

_[View the full topic](https://meta.discourse.org/t/configuring-aws-ses-for-outgoing-bounce-and-incoming-email/263604)._
