fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#opensmtpd

0 posts0 participants0 posts today

Hey #BSD friends!

Is there a way to set up oauth2 on Dovecot for authentication? (All local Auth, no Google or Microsoft involved). Do I have to run some big chunky java blob like keycloak or is there a much lighter weight implementation in C somewhere?

Well, after a lot of swearing… I *think* I have a Raspberry Pi 400 running #AlpineLinux … tethered to my 4G phone hotspot … acting as a crude WiFi router/bridge for my border router running #OpenBSD which is tunnelling to my OpenBSD VPS at Binary Lane.

Over that tunnel, I now have #Postfix on the home mail server, relaying over the VPN to #OpenSMTPD on the VPS.

Should be useful the day I have to leave Internode… but for now, it's bypassing the rather dead NBN service (thank-you #CycloneAlfred).

Replied in thread

@neil until last week I hosted my family's personnal mailbox on my own mail infrastructure (in a single OVH instance, not on my home connection because I wanted maximum uptime) with #opensmtpd, #dovecot and #rspamd on Alpine Linux, and for deliverability I had to relay through #smtp2go, a professional external relay (too much hassle with IP reputation). I switched to Infomaniak for my personnal mailboxes for 5 reasons:
* I was so stressed to break something each time I upgraded the whole thing.
* I didn't want to take responsibility in case it went down.
* Spam management is not easy, and the mechanisms to make rspamd learn whether ham/spam whenever you move a message in or out the spambox was duct-taped and not satisfying.
* IMO the fact that I was relaying everything through a proprietary SMTP relay was defying the whole point of selfhosting your mail infrastructure.
* Infomaniak price is cheaper than the VPS infrastructure with extra volume space for mailboxes.

However, as I self-host a lot services (this time directly at home) which generate some email notifications, I setup a SMTP service on-prem to handle that, with a dedicated DKIM selector. It work quite good for now.

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:

Finished migrating the last service to my us-east openbsd hetzner vps from the previous finland freebsd vps (for much better latency). All that's left is setting up spamd. I previously used rspamd, but I wanted to try using what was already in base. :flan_thumbs: