Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
5
votes
1 answer

Setting SPF record on Amazon Route 53 with cli53 tool

My domain is already with Amazon Route 53 and I can use the cli53 command line tool quite happily to maintain it. We are moving to use Amazon SES and I would like to add an SPF record to the domain, as per the docs... we have no prior existing…
Aitch
  • 1,179
  • 8
  • 14
5
votes
2 answers

Multiple MX Records handling

I have an app hosted in AWS, my mail service is not on AWS, I'm using a hosting in hostgator due to pricing since I need 500+ simple mail accounts. My DNS points to my email service and it works correctly. The part I'm lost in is that I'm trying to…
pato.llaguno
  • 161
  • 4
4
votes
1 answer

How do I revoke Amazon SES SMTP rights

How do I revoke Amazon SES SMTP credentials? Do I just remove the SES-specific IAM user or can I revoke SMTP credentials and recreate them for the same user?
tequilatango
  • 141
  • 4
4
votes
1 answer

What does Amazon SES free tier mean? Why am I charged?

I recently got some bill from Amazon SES service. I thought I was in the free tier limit which means I can send 62,000 messages per month to any recipient: https://aws.amazon.com/ses/pricing/ I am ok with the fee, however I don't quite understand…
Joe Huang
  • 215
  • 2
  • 8
4
votes
1 answer

Amazon AWS SES SNS integration for different aws accounts

I have two aws accounts, "A" and "B". I want to use SES from account "A" and publish the bounces on SNS of account "B". On account B, I created a topic with name test1234. The arn of the topic is "arn:aws:sns:us-west-2:123456789:test1234". Then I…
Aditya Patawari
  • 1,065
  • 8
  • 23
4
votes
1 answer

AWS SES: "Email address is not verified" error with Postfix relay

I've setup Amazon SES, verified my domain, and have been approved for Production mode. When an email from the outside world is sent to an address in my domain, my server forwards it back out to a Gmail account, but the forward is rejected by Amazon…
Russell G
  • 151
  • 1
  • 1
  • 6
4
votes
1 answer

Amazon SES domain verification TXT DNS record

I currently am trying to get my domain verified on Amazon's SES and running int a problem that google searches are not helping me get any closer to solving. According to SES, I have to create a TXT record in my DNS for the domain I'm trying to…
Skittles
  • 411
  • 7
  • 15
4
votes
1 answer

How do I configured postfix and to use SES, and still be able to forward email from unverified external addresses?

We are using postfix for email group lists (eg "members@domain.com" will go to all members) from Amazon EC2 systems. For a variety of reasons (scalability and reliability) we would like to use SES for all outgoing emails. I was able to configure…
Jeff
  • 41
  • 2
4
votes
3 answers

What's wrong with my postfix setup routing through Amazon/SES? (smtp_sender_dependent_authentication)

I'm trying to use Amazon SES as an SMTP gateway for my EC2 Ubuntu 'precise' server, using different SES accounts for different originating e-mail domains. The postfix documentation seems to imply that is possible, but SES always claims I'm using the…
Johannes Ernst
  • 1,037
  • 4
  • 16
  • 26
4
votes
1 answer

how to have all postfix emails have ONE from email address

I am using Amazon SES which in postfix master.cf looks like this.... aws-email unix - n n - - pipe flags=R user=dhiller argv=/usr/bin/perl -I/opt/amazon/ses /opt/amazon/ses/ses- send-email.pl -r --verbose -k…
Dean Hiller
  • 841
  • 4
  • 14
  • 31
4
votes
2 answers

DMARC fail, but DKIM and SPF are passing

I am using AWS SES (in sandbox mode) to send an email to a GMail address. Unfortunately it gets flagged as spam. Google is nice enough to tell me in the message details that it is a DMARC failure I read the official documentation :…
YannP
  • 163
  • 1
  • 5
3
votes
1 answer

Is it necessary to use Stunnel while using Postfix with Amazon SES?

I have configured AWS SES with postfix to send emails. Is it necessary to use Stunnel while using Postfix 3.1.0 with AWS SES?
3
votes
2 answers

SPAM Domain Spoofing through SES

A spammer seems to be running spam through SES and spoofing our domain. We are using SPF and DKIM so I’m not sure what is going on. This is our SPF record: v=spf1 a mx include:amazonses.com include:_spf.google.com include:secureserver.net ~all I…
3
votes
2 answers

AWS SES dropping some emails frequently

Question: Would like some help on how to debug to find a point of failure where an email to be received by AWS SES might get dropped? (Please note: Problem is related to receiving mails via SES email server, rather than sending it. As latter is…
3
votes
1 answer

Utilize AWS SES as an Inbound Mail Gateway

I am trying to use SES to intercept an incoming email for a domain, do some processing and manipulation of the email with a lambda, then would like to continue sending the email to the final destination / original mail server. For example: Say I…
1
2
3
11 12