From what I can tell, encrypting Amazon SES emails has to be done from code. That's fine, but I'm obviously going to need a certificate of some kind. I know plenty about SSL, but it appears that SES only works with TLS? Can somebody point me in the…
NB: I'm an AWS noob.
I followed the instructions to set up SES receiving (no sending needed) for my domain to write incoming emails to an S3 bucket. The domain is managed through Route 53 & verified (as per…
I have a server with postfix MTA installed that accepts mail for my domain, hereinafter @example.com. I need to setup forwarding for certain emails@example.com to other emails . e.g. @gmail.com and this needs to be done using SMTP transport via…
I'm configuring Amazon Simple Email Service, I get to the point when I try to send an email and I get the error message:
The SMTP server requires a secure connection or the client was not
authenticated. The server response was: Authentication…
My SES setup was running fine for the last 6 months without any issues. All of a sudden it stopped working yesterday and I'm gettinng the infamous time sync error.
Naturally I assumed ntpd had stopped, but to my surprise when I checked the process…
I'm using the Registro.br DNS service. I've made a domain verification at SES which gave me the following code to put at TXT line:
/xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w=
But, when I try to put it there, the following…
My email logs are filling up with bounced emails being sent from my domain with a From header formatted like so:
root@support@mydomain.com
What is causing this?
Full log entry:
Mar 13 14:05:09 ip-10-122-201-212 postfix/smtp[26788]: 4D21881CA8:…
I'm setting up Splunk to send e-mails through Amazon SES. But before doing this, I found a Python script (Splunk uses Python to send the mails) that I wanted to test which is not working on my Linux server. The output is shown below. I'm able to…
I have OpenDKIM properly set up to sign emails from my domain such that when sent through Amazon SES, Yahoo Mail shows dkim=pass. Given I got the infrastructure working, is there any benefit to having Amazon's DKIM signature instead of my own, say…
I have a domain that sends automated email using Amazon SES, regular email using Google Apps and a monthly newsletter using MailChimp. I want to combine the three suggested SPF records into one, but I am not sure of the correct syntax.
MailChimp…
Is it possible with Amazon SES to send an email from say mycompany.com if there is no MX record for them.
I have setup Amazon SES and am waiting for DKIM to be verified and I am getting the error
{"Transaction failed. The server response was:…
I am building a web application with email notification just like Facebook, which will host in http://www.linode.com/. When a user A comment to a post, the poster will get an email notification from 'no-reply@mydomain.com' with the comment message…
We changed our micro instance to a small within a VPC and now sending email is sometimes fast and quite a lot of the time very very slow. Its as if our web pages are going to hang and then they eventually complete and sometimes the emails don't…
I have used the following code for sending mail using php using amazon ec2, but I only see 'aatest' as the result, and doesn't get any incoming email.
Btw, I have already included ses.php, and have validated the email contact@mydomain.com, and…
I have postfix configured to send all email using Amazon's SES perl script.
How can I modify the configuration to hold all email?
Is it possible to re-queue bounced emails?
Thanks