How can I remove "Restricting the Recipients Addresses" in SES SMTP account?

0

Our website is being developed, using SES to send mail. I had an anti-spam problem last time, so I fixed it temporarily by setting it up as follows:

  • Rotate SES SMTP password.
  • Rotate and delete all root and AWS Identity and Access Management (IAM) access keys.
  • Delete any potentially unauthorized IAM users, and then change the password for all other IAM users.
  • Remove any resources not created by us.
  • Never store sensitive information such as passwords or access keys on third party websites or repositories, and ensure only approved users have access to your login information.

We also creating IAM Policies for Access to SES with the restricting below:

  • Restricting the Recipient Addresses
  • Restricting the "From" Address
  • Restricting the Recipient Addresses

And then, we also setup SPF, DKIM for own domain to help prevent phishing and spoofing base on suggestion in the page below: https://docs.aws.amazon.com/ses/latest/dg/email-authentication-methods.html

If we keep the settings above on production environment, we will not be able to send mail to domains that are not in the settings.

Can anyone guide me to solve this problem?

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则