techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#opensmtpd

0 posts0 participants0 posts today
Replied to Tom

@pertho

I'd kinda been hoping that the #OpenBSD folks would create something like OpenIMAP similar to #OpenSMTPD which I appreciate. Ah well.

Fortunately, my Dovecot install isn't very fancy, so at least for my concerns, the recently-dropped features are largely a non-issue. But it's an action that has trust repercussions so it's worth poking at some other options.

Printing the top 10 envelope from sender domains that were caught in the spamtrap:

$ cut -f4 /var/spamtrap/trapped.tsv | cut -d@ -f2 | awk '{ a[$1] += 1 } END { for (d in a) { print a[d], d } }' | sort -rn | head -10
125 bondistar.de
80 tusale.pro
62 finsellster.com.es
25 mediamakers24.com
22 teeterm.store
20 mossane.store
9 novaresting.de
8 kvk.nl
7 info.coinb.com
6 coopunes.pro

https://netsend.nl/opensmtpd-filter-spamtrap/

Just had a huge fight with #OpenSMTPD about lmtp rcpt-to not expanding my aliases. I had to remove the rcpt-to but we made up and we’re in love again.

This could potentially be a bug. I don’t understand enough about mail to affirm that it’s a bug though.

earlier today I cut a release for (almost) all the #OpenSMTPD tables since some files were missing in the distribution tarballs.

If you encountered issues building them before from the provided tarball, please try again :flan_hacker: