Page 1 of 1
aws ses email issue
Posted: 12 Nov 2015, 05:12
by jeeti
I am experiencing a strange issue with Csf and amazon Ses. The email sending through amazon ses works fine for few days and then it get blocked.
After restarting it works fine, how do i diagnose this ?
Re: aws ses email issue
Posted: 26 Nov 2015, 01:07
by mlannen
Did you ever figure this out? I have the same issue. I have been looking for a list of IP Addresses or hostnames that we could maybe add to an allow list?
Re: aws ses email issue
Posted: 26 Nov 2015, 09:58
by Elizine
It might be your user account is suspended. Check out the link below for more information -
http://docs.aws.amazon.com/ses/latest/D ... rrors.html
Re: aws ses email issue
Posted: 26 Nov 2015, 12:04
by mlannen
It definitely is not suspended as as soon as I turn off configserver firewall everything sends perfectly and no issues with it timing out.
Re: aws ses email issue
Posted: 03 Dec 2015, 04:57
by jeeti
I reinstalled csf but still the issue persists. I don't even need to disable firewall or clear IPs etc..
Just a quick restart (csf -r) and emailing work fine for days.
This is from exim_log when it is not working.
dovecot_login authenticator failed for server.xxxx.com (email-smtp.eu-west-1.amazonaws.com) [x.x.x.x]:55638: 535 Incorrect authentication data (set_id=akiaiik5igfdgnid6o3jq)
Re: aws ses email issue
Posted: 04 Dec 2015, 09:37
by greg0bain
I have been looking for a list of IP Addresses or hostnames that we could maybe add to an allow list?
Re: aws ses email issue
Posted: 04 Dec 2015, 09:47
by jeeti
dig TXT amazonses.com +short| grep 'v=spf1'
"v=spf1 ip4:199.255.192.0/22 ip4:199.127.232.0/22 ip4:54.240.0.0/18 -all"
You can add these IP ranges to white list. But for me it didn't solve the issue.