logoalt Hacker News

muppetmantoday at 6:42 PM3 repliesview on HN

I do. It's nowhere as hard as everyone on here makes it out to be. And I don't even use an easy solution like Mailcow. Spam is a solved problem with rspamd, and it's not even an llm


Replies

selectodudetoday at 6:47 PM

It’s not hard to receive or filter mail - knowing that somebody will receive your email after you send it is another thing entirely.

show 3 replies
aspbee555today at 10:15 PM

I still handle email for multiple small businesses (for over 20 years) and recently switched from the mailscanner+spamassasin to rspamd and the scanning is so much better/easier now

my backend is still dovecot+postfix, still works beautifully. I am able to run rspamd+dovecot proxy on a small vps and the storage is handled by a backend office server with dovecot. If VPS has an issue can spinup another easily/anywhere and backend is also virtualized (libvirt) so easily restored (with multiple backups in multiple places)

biggest thing to worry about with deliverability is ensuring your SPF and DKIM (opendkim) are correct, which is not too difficult and rspamd is able to handle the dkim signing/verification which is nice

john_strinlaitoday at 6:55 PM

out of curiosity, are you talking about personal, small business, or corporate?

"spam is solved" looks a lot different at each of those

show 1 reply