Having huge mailinglists with maybe 10k subscribers, is there a way to split list forwarded by mailman into batches maybe a 1000 mails sending out each batch maybe with an offset? Or would it make more sense to configure postifx a little smarter?
Asked
Active
Viewed 158 times
1 Answers
2
The only reason you would want to split your mailing queue is to pass spam filters on major mail servers, but the problem is it won't help you to get through them. Instead of trying to bypass spam-protection by technical means, you should comply to Bulk Senders Guidelines which every major server has. This mean implementing SPF, DKIM and unsubsrcibe header. That way your mail won't be sent to spam no matter how much messages you are sending in one batch...

Anubioz
- 3,677
- 18
- 23
-
It's not about spam -- I want to leverage load a little on my box a little. But tahnks for the hint anyway. – frlan Jan 14 '16 at 10:11