_smf_: Option 1 is basically sending a 400 error back to the sending server so they will resend again producing a second copy of the message ? This doesnt sound like a great solution as if the message has >10 recipients the final message processing time would be 10 x the retry time of the sending server.
Is that correct or have I misunderstood ? My understanding was that denysoft issues a SMTP 400 temp error and a reject would produce a SMTP 500 error?
13Haraka/06greenkeeper/haraka-test-fixtures-1.0.20 14f2b9f4c 15greenkeeper[bot]: chore(package): update haraka-test-fixtures to version 1.0.20
stezzzle
we are using haraka as front facing spam filter and we are using the queue/smtp_forward plugin to relay to itself on port 2525. On the same box we have exim running as a relay to then send on the emails to the final destination using MX routing. We can configure exim to use static routing however I find exim MX routing is pretty reliable so far.
I am struggling to understand how denysoft will force the sender to split the message into two? and what sort of behaviour to expect if there was 10-20 recipients?
stezzzle: that's exactly how it works. Deferring each recipient forces the message to be split by the sender.
I'd frankly be amazed if you had non-spam external messages sending to any more than a couple of recipients at a time.
What you're doing with the subject simply isn't feasible without this as SMTP was designed to transport messages by domain.
godsflaw has quit
godsflaw joined the channel
Unless you're really proficient with SMTP and understand in-depth how e-mail works - you shouldn't even consider Option 2. I've done e-mail for 10 years and even I would hesitate to even try it as it's so tricky to do correctly.
Looking at Grafana - most of todays traffic has come in via the SOCKS proxy.
baudehlo: yeah - I wish there was a better way to find trap domains. I've bought domains hoping they'll get decent traffic e.g. > 10 msgs/sec, but I'm usually disappointed.
baudehlo
Yup. We had some donated to us. Those were usually the best.
_smf_
I've got a customer with a defunct school district in the US that he's having to keep running (but reject 99% of the mail) and I've been trying to get them to loan me it.