this post was submitted on 14 Apr 2024
32 points (92.1% liked)

Selfhosted

60542 readers
1099 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the link in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post. )

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I'm looking for a simple sendmail replacement to receive local mail, such as from cron and service failures and forward it to on to a real SMTP server.

I have used msmtpd successfully but thought I'd ask if folks have other solutions they like.

you are viewing a single comment's thread
view the rest of the comments
[–] ikidd@lemmy.world 1 points 2 years ago (1 children)
[–] doubletwist@lemmy.world 1 points 2 years ago (1 children)

I use proxmox mail gateway (PMG) for my homelab, configured to relay through my Gmail domain using smtp auth.

I've also used PMG at the enterprise level. Never had an issue with it.

It's postfix underneath.

[–] ikidd@lemmy.world 1 points 2 years ago

I run Mailcow-dockerized for my mail server and internal relay, and it's a postfix based system. Never have any issues with it.