Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

180 questions
2
votes
1 answer

Use AWS SES as an outbound email gateway

I would like to re-route all my company outbound emails through AWS SES SMTP, do some processing to the email there, then let it go out once done. Is this doable ? This is doable for incoming emails through different types of actions (lambda being…
haknick
  • 131
  • 3
2
votes
0 answers

Receiving emails in a different DNS provider, should I add MX or NS records?

This is similar, yet different than How should I setup separate MX records for a subdomain? in that I want another DNS provider to handle receiving emails from a subdomain. I have a DNS zone provided by OVH (I pay for my domain name there) a DNS…
2
votes
1 answer

EC2 cant send SES mail behind an ELB

We run a wiki in an EC2 that sits behind an Elastic Load Balancer, the EC2 does not have a public IP and traffic from internet is routed to the ELB through Route53. We noticed that the wiki was not sending emails and while troubleshooting I…
2
votes
1 answer

AWS SES Encryption vs S3 bucket encryption

SES Configuration for a SES rule allows one to have the email be put into a S3 bucket. Under this configuration, the option "KMS Key" is available, which would have SES encrypt the email before sending/putting it into the bucket. Specifically, using…
eugenevd
  • 419
  • 5
  • 12
2
votes
2 answers

Amazon SES instead of Gmail for company email

My company has decided to move away from G Suite to reduce costs, so I'm in charge of providing alternatives. They are accustomed to using Gmail, and don't handle many emails per days (probably around 50 emails received and 50 sent, in 4 mail…
Veehmot
  • 161
  • 2
  • 10
2
votes
1 answer

Using Amazon SES to send mails to specific domains in Zimbra

We are managing a Zimbra mail server Community edition. Since the IP Address reputation of our ISP is a bit poor, select domains (mail servers) are either blocking our emails which is resulting in loss of communication or mails not reaching…
ramdaz
  • 685
  • 1
  • 10
  • 26
2
votes
3 answers

DMARC for AmazonSES fails. Why?

I've setup SPF and DKIM for my custom domain to send emails. While SPF and DKIM tests pass, the DMARC test fails for emails that have reply-to address different from "From" field. My SPF record: v=spf1 include:amazonses.com include:_spf.google.com…
user1537407
  • 31
  • 2
  • 3
2
votes
1 answer

Can't send mail from amazon ec2 instance

I am using an Amazon EC2 instance for two projects which have their own domain name. I need using mail services so I created two email accounts on Zoho and I have been able to receive emails from my customers. However, I also need sending emails and…
2
votes
2 answers

Zabbix Not Triggering Events and Not Sending Notification Emails

I am new to Zabbix administration. Running it to monitor server resources on a linux machine. Setting up Email notifications against trigger's expression if System RAM goes below 40GB. Using Amazon SES for SMTP settings as mentioned in attached…
theGeekster
  • 155
  • 1
  • 2
  • 9
2
votes
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
  • 559
  • 1
  • 9
  • 18
2
votes
1 answer

Amazon SES and Amavis

I've been following how to set up a mail server - by Flurdy in order to set up a more secure mail server on my Amazon EC2 Ubuntu 12.04 instance. I've followed the article to the letter, but I can't get it working alongside Amazon SES. Amazon SES…
williamsowen
  • 1,167
  • 3
  • 16
  • 25
2
votes
1 answer

Stuck with unsatisfactory performance using PHPList & Amazon SES

I have a PHPList 2.11.7 development version, installed and running on AWS EC2, I made a micro instance, and uploaded an image that contains CentOS 5.8 32-bit version since supposedly PHPList isn't working perfectly with newer PHP versions (5.3 and…
Khalid
  • 49
  • 5
2
votes
3 answers

Amazon SES for sendmail in ubuntu

i tried to use Amazon SES with sendmail on my ubuntu server for sending mail because EC2 ips are blacklisted and i followed the following…
user353277
  • 21
  • 2
  • 4
2
votes
5 answers

Postfix and Amazon SES - forwarding emails - problem with "Delivered-To" header

I am running postfix using Amazon SES as the mail transport. Mail is sent out fine, however when I receive mail and try to forward it using a virtual alias, I get this error in the mailog: (Command died with status 1: "/ses/ses-send-email.pl".…
john
  • 259
  • 1
  • 6
  • 11
2
votes
0 answers

Unable to send mail via SES from EC2 instance

I have an EC2 instance running Magento. I'm trying to get AWS SES set up so that we can send transactional emails to customers and to our staff internally, however, I keep getting timeout errors. The domain is set up and verified in SES, I have an…
Chris Hood
  • 21
  • 2