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?

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠