Why not postfix?
Self Hosted - Self-hosting your services.
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
- No harassment
- crossposts from c/Open Source & c/docker & related may be allowed, depending on context
- Video Promoting is allowed if is within the topic.
- No spamming.
- Stay friendly.
- Follow the lemmy.ml instance rules.
- Tag your post. (Read under)
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!
- Lemmy doesn't have tags yet, so mark it with [Question], [Help], [Project], [Other], [Promoting] or other you may think is appropriate.
Cross-posting
- !everything_git@lemmy.ml is allowed!
- !docker@lemmy.ml is allowed!
- !portainer@lemmy.ml is allowed!
- !fediverse@lemmy.ml is allowed if topic has to do with selfhosting.
- !selfhosted@lemmy.ml is allowed!
If you see a rule-breaker please DM the mods!
Look at ISPConfig.
It isn't simple but has all of the services you require:
postfix (SMTP)
dovecot (IMAP)
LMTP
MySQL databases for management
Web-based management interface
I like to use hmailserver just because it's very easy to set. But being discontinued i keep it inaccessible from outside the network.
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 ;-)
Have you looked into self-hosting NextCloud or OwnCloud?
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.
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.