this post was submitted on 26 Mar 2024
11 points (92.3% liked)

Self Hosted - Self-hosting your services.

11211 readers
1 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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Hi all, I am in the process of setting up authentik and had the thought of setting up an intranet email for it.

The idea is that I could set up a very simple email server and client that would only work on my home network to manage email notifications, passwords, etc from all my self hosted applications (proxmox, gitea, etc). It wouldn’t need to communicate with the outside world, only users of my intranet.

Have you done something like this? Any particular tools or advice?

I know about other options like the proton SMTP bridge but this seemed more fun!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 5 months ago (2 children)

Have you looked into self-hosting NextCloud or OwnCloud?

[–] [email protected] 3 points 5 months ago (1 children)

From what I understand nexcloud isn’t a mail server, only a client. I’d need something that can act as an SMTP bridge to actually send emails.

[–] [email protected] 2 points 5 months ago

It provides a web interface for mail (and other useful services). You configure it to send outgoing messages through SMTP, qmail, Sendmail, Postfix, Dovecot, take your pick for the back-end.