Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

173 questions
1
vote
0 answers

Adding AWS SES DKIM for domain using G Suite

My company has a domain acme.com with multiple subdomains running various AWS servers which are accessible via subdomains like client1.acme.com and we're also using G Suite for email. I'd like to move any emails sent by various apps to AWS SES and…
Thomas
  • 111
  • 2
1
vote
1 answer

Have DKIM and domain authorization/authentication setup but mail is still sent to spam. Why?

As the title states I have everything setup for my domain and sender email(s) as far as authorization and authentication in Amazon SES. Still, any emails sent from my domain are still being sent as spam. I should note the site was launched a few…
Carl Edwards
  • 111
  • 3
1
vote
1 answer

AWS SES - Receiving email on S3

I have followed all the steps from this: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-getting-started.html I also believe I have done everything in here:…
AntonioCS
  • 185
  • 1
  • 3
  • 14
1
vote
0 answers

Receiving and sending email using Amazon SES

I have a domain configured to send mails using Amazon SES. Both sending and receiving using normal SMTP server are working just fine. I have MX record setup as feedback-smtp.us-west-2.amazonses.com (10) and using mail from domain mail.mydomain.com.…
Prashant Gupta
  • 193
  • 1
  • 10
1
vote
1 answer

Postfix relay via SES: 530 Authentication Required

I have a working mail server which I setup using iRedMail for ease. I have been trying to relay all outgoing mail via Amazon SES. All mail I send is bounced back with the response: Jun 23 19:24:20 mail postfix/smtp[3299]: 604EE416B2: to=,…
Michael
  • 71
  • 1
  • 1
  • 6
1
vote
1 answer

AWS SES with Google Apps MX Record Record Delete Necessary?

I don't have much knowledge, so before proceeding on something too fast, I'd like some help on AWS and Gsuite MX records. I have a domain example.com, which is registered on Godaddy, but i have its DNS set up to use it with Route53, since Im hosting…
Visho
  • 11
  • 2
1
vote
1 answer

Installing/Updating Root Certificates in Windows Server 2003

First of all, I'm not a Sysadmin, I'm a developer. My Problem is now that the Application I develop is installed and runs on an Windows Server 2003 at a client. I'm using AWS SES Service to send e-Mails to Members or Customers. Since the SSL Certs…
bMalum
  • 144
  • 1
  • 5
1
vote
0 answers

PHPMailer, from EC2 to SES AWS limits

I need a clarification on something. I have installed Moodle on an 2 EC2 instances as cluster. Moodle is using PHPMailer. In the settings of Moodle I have set the SMTP host as email-smtp.us-east-1.amazonaws.com Since our Moodle is sending a LOT of…
Christos312
  • 121
  • 5
1
vote
1 answer

How do I encrypt Amazon SES emails?

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…
Katushai
  • 137
  • 1
  • 7
1
vote
1 answer

Set up SES to receive to S3 bucket, not getting anything

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…
1
vote
2 answers

Forwarding email with postfix via AWS SES

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…
Alexey
  • 49
  • 2
  • 16
1
vote
1 answer

using a self-signed certificate with Amazon SES

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…
pedrommuller
  • 279
  • 5
  • 13
1
vote
2 answers

Why can't I send/receive emails from AWS Ubuntu using Postfix?

I'm trying to send/receive emails on my AWS Ubuntu box. To do so, I'm following the instructions posted by Amazon here. (I skipped the section entitled "To configure integration using a secure tunnel") However, I'm still unable to send any emails.…
Saqib Ali
  • 529
  • 1
  • 8
  • 18
1
vote
2 answers

SES time sync error

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…
skmvasu
  • 123
  • 1
  • 6
1
vote
1 answer

SES - Domain verification through Registro.br

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…