Questions tagged [amazon-ses]

Amazon Simple Email Service

An Amazon cloud service for sending bulk email.

180 questions
0
votes
1 answer

adding DKIM signature to email where dkim=pass

I am building a e-mailing app and I am using Amazon SES API to send emails and long with that I am adding the DKIM signature to the email which are being sent. Presently the app is in the testing mode. I am able to send email but one thing I…
Jeevan Dongre
  • 741
  • 2
  • 17
  • 33
0
votes
1 answer

Exim router to catch local emails

I'm trying to setup Exim with Amazon's SES. I've defined a router that catches all emails and sends them through SES. I don't want to filter anything for outboud. Everything goes through SES. My router config is the following: begin…
recluze
  • 365
  • 8
  • 18
0
votes
0 answers

Why am I getting Sasl errors when trying to authenticate to SES with Postifx?

I am getting these two errors in my mail logs: Aug 25 22:51:23 ns1 postfix/smtpd[246267]: warning: unknown[94.156.102.101]: SASL LOGIN authentication failed: authentication failure Aug 25 22:55:22 ns1 postfix/smtp[247251]: warning: SASL…
0
votes
1 answer

Postfix smtp_header_checks does not prepend header, but ignores or warns

I am trying to add those headers to email sent via the postfix server: Precedence: bulk Auto-Submitted: auto-generated These are the configuration files and only header_checks adds the correct header. /etc/postfix/main.cf #add header header_checks…
Daniel L
  • 11
  • 2
0
votes
2 answers

How to setup DMARC for both AWS SES and Office 365

I'm trying to get DMARC working for the emails I send via Office 365 as well as Amazon SES. It's working for Office 365 because I setup the SPF and DKIM records in my DNS but it's failing for the emails I send via Amazon SES because of a domain…
Russell G
  • 153
  • 1
  • 1
  • 7
0
votes
1 answer

Amazon SES Unable to Deliver Mails to My Exim

I am constantly finding lines like these in my exim logfile: 17:42:56 [6063] 1q9ScJ-0001Zn-SJ DKIM: d=slack.com s=s4xolb5s7tnx6yxtrm4adems7glgsuyf c=relaxed/simple a=rsa-sha256 t=1686757138 [invalid - public key record (currently?)…
Bombe
  • 103
  • 3
0
votes
0 answers

AWS SES and sendmail (multiple domains)

guys! I'm trying to setup my server to send emails through Amazon SES but i'm stuck at this point: Add the following lines to the /etc/mail/sendmail.mc file before any MAILER() definitions. define(`SMART_HOST',…
0
votes
0 answers

AWS SES - Stat=Sent

My organization sends 60k of email a week on SES. I track bounces and complaints in CloudWatch and with an SNS topic. Every now and again I need to confirm delivery of a specific email. I used to grep for stat=sent in the mail log. I never thought…
0
votes
0 answers

My AWS SES bounce rate only goes up, how do I get it to come back down?

We have several servers running in AWS that send emails through SES. The number of emails sent is very low, usually fewer than 10 per day across all servers. Recently, we were informed that our bounce rate has crossed the 10% threshold, putting our…
Chris.B
  • 411
  • 1
  • 4
  • 9
0
votes
0 answers

Get email notification when an email is marked as spam

I use AWS SES to send emails to users who registered on my website. When I receive an email from AWS about a bounce or a complaint, I remove that user from the database. I'm OK doing this manually (no need for an SNS pipeline of JSON data). In the…
miguelmorin
  • 249
  • 1
  • 5
  • 13
0
votes
0 answers

Amazon SES fails to send emails to Microsoft Enterprise mailboxes

We use Amazon Simple Email Service to send all automatic service emails (from no-reply@ourdomain.com) and Google Workspace email for manual emails (from user@ourdomain.com). We've correctly configured DKIM, DMARK, SPF, etc to AWS SES and Google. We…
0
votes
0 answers

Why no DKIM for single AWS SES email identity?

I'm trying to prevent the possibility of AWS SES sending out emails as a potentially dangerous sender while keeping the DKIM option. So desired functionality is to only allow "anna@example.com" as email sender, but prevent "cfo@example.com" and…
0
votes
0 answers

AWS SES Domain Verification

I am trying to verify a domain on aws ses, the domain is managed on google domains. It has been two days since adding the text record in google domains, but still not getting verified in aws ses. I am not sure what could be problem. I would really…
0
votes
0 answers

AWS SES subdomain email

Can I add CNAME and MX records to a subdomain hosted outside Amazon to work with AWS SES? I have bill@example.com and jill@example.com. I would like to leave bill as is while transferring jill over to use with AWS services. Can this be done? Would…
0
votes
1 answer

Receive e-mail on AWS SES from one, but only one, e-mail address

I have an app for which e-mails sent to a specific address, x@example.com, should be received by SES for analysis of e-mail attachment and storage. However, I would like to handle the other E-mail addresses, y@example.com, z@example.com, associated…
1 2 3
11
12