this post was submitted on 26 Mar 2024
1 points (100.0% liked)

Self Hosted - Self-hosting your services.

11230 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] 0 points 5 months ago

If you set up MX records inside your intranet you can go for a really simple setup with postfix. https://www.postfix.org/VIRTUAL_README.html#local After that you should be able to use mutt on the command line via ssh on your postfix virtual server to read the email. If you want webmail though, things will take more time and reading howtos ;-)