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…
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…
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?
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…
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…
I am planning to transition some email SMTP use to Amazon's SES. I have several domains and sender email addresses verified with SES and am testing in the sandbox.
From what I can tell, SES SMTP credentials are not tied to any specific domain or…
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…
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…
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…
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…
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…
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 :…
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…
I recently requested a limit increase for Amazon SES and was given a sending limit that's higher than I'd like. Is there a way I can set reasonable sending limits for each SMTP user?
I've read the docs for Controlling Access to Amazon SES, but I…