Amazon SES and Xenforo

Could you screenshot and share your SES config for this please?
Will do...
Hi, how exactly would you clean your lists with this? Just by sending all your emails through this service?
Yes, just the once. You can then download the bounce list, import it into your list as unsubscribed.
But does the built-in automated bounce processing in Xenforo not do the same thing?
If you used Amazon to send an unclean list, just the once, Amazon will kick you to the curb. Give it a go. I doubt you will get a second chance with them. Amazon are super strict, and state not to use their service to clean a list.

I remember reading here someone did this, and they got booted from SES.
 
@Mouth

Setting up SNS for an SES sending email.

Go into SNS > Topics > Create New Topic

Screen Shot 2017-05-08 at 6.45.27 pm.webp

Once created, click on the topic title to enter the subscriptions screen.

Click on Create Subscription > (popup appears) > Select EMAIL as protocol > enter your XF bounce catch-all address

Screen Shot 2017-05-08 at 6.48.00 pm.webp

Create subscription will send a confirmation email to the email address that you must quickly catch before XF processes bounce handling, and confirm the email.

Your subscription will now change from pending to enabled.

Go into your SES > click on the XF bounce email address listed > drop down notifications field > click edit configuration


Screen Shot 2017-05-08 at 6.52.13 pm.webp

Next to bounces, drop down and select the SNS topic name we created prior, and save:

Screen Shot 2017-05-08 at 6.54.06 pm.webp

You have now enabled bounce handling for SES -- anything that bounces will get sent back to your SNS topic email subscription account that you confirmed, being XF bounce handling account.

Screen Shot 2017-05-08 at 6.54.21 pm.webp

Repeat process for complaint handling, except you now put the next subscription against complaint, instead of bounce.
 
Setting up SNS for an SES sending email.
Thanks, that was very helpful/affirming.

The only difference between our configurations is that you have both email feedback forwarding and a bounce notification SNS topic active. I only have the email feedback forwarding, but no bounce notification SNS topic (thus, 'none').
My understanding of the primer at the top of the notifications section, was that you'd generally have one or the other active, but not both. Doesn't both give you dual emails for a bounce? 1 from the email feedback forwarding, and another for the bounce notification SNS topic (configured as email with your XF bounces mailbox as the endpoint).
 
That was purely for demo purposes. I use SNS because I send from a different address to what I use for bounce and complaint handling -- hence SNS and not default email feedback forwarding.
 
I send from a different address to what I use for bounce and complaint handling -- hence SNS and not default email feedback forwarding.
I do also. Email feedback forwarding from SES still coming to the Bounced Email Address defined in ACP and not the Default (Sending) Email Address.
 
Thanks to both of you, now setup the bounce system on my forum, I think I have it set up right, time will tell.
 
Currently I'm getting bounce notices re: btinternet blocking Amazon

An error occurred while trying to deliver the mail to the following recipients:
xxxxxxxxxx@btinternet.comReporting-MTA: dsn; a27-34.smtp-out.us-west-2.amazonses.com

Action: failed
Final-Recipient: rfc822; xxxxxxxxxxx@btinternet.com
Diagnostic-Code: smtp; 554 4.4.7 Message expired: unable to deliver in 840 minutes.<421 Policy (1.2.6.3) Too much SPAM received from 54.240.27.34 on 2017/08/13 10:33:28 BST, if you share a mail server consider moving to a dedicated mail server not sending SPAM. Guide for bulk senders www.bt.com/bulksender>
Status: 4.4.7
 
I'm getting a lot of bounces now, all btinternet which seems to be blocking Amazon

Diagnostic-Code: smtp; 554 4.4.7 Message expired: unable to deliver in 840 minutes.<421 Policy (1.2.6.3) Too much SPAM received from 54.240.27.116 on 2017/09/08 07:24:39 BST,
 
IIRC, it's pretty straightforward, get out of the sandbox, validate both your sending address and bounce address, get SMTP credentials, and plug them into xF. I've had a few clients use SES and don't recall any issues with rate limiting, but you could always install something like this:

https://xenforo.com/community/resources/email-queuing-enhancements.3944/
I know this is a necro... I have 80K users on my email list and I'd say the bounce list is almost 10% .... whats a good way to clean up the bounce lists?
 
There is no way to do it with Amazon. You can't do partial sends, or any other attempted work around. To give you an example, if your complaint rate goes about .5% then you risk suspension, and mine is telling me its being measured over the last 464 days currently. In other words, you can't get around it by batch sending small amounts each month, unless your plan is over 3 years to batch send and clean via Amazon. Bounce is 5% where you may get a please explain above that, and 10% is high risk of suspension.

You are simply better off to only send to recent email accounts, ie. the last 90 days, OR, clean everything older with another smtp, remove all the bounce and complaints, which the above service gives you as downloadable files, then you have a clean list after say 14 days of capturing bounce and complaints.
 
Top Bottom