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…
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…
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…
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…
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…
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?)…
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',…
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…
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…
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…
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…
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…
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…
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…
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…