TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Stalwart mail server (self-hosted all-in-one mail server) now as an admin webui

214 pointsby clemiclemenabout 1 year ago

17 comments

notyoutubeabout 1 year ago
It&#x27;s interesting how there is now<p>* Maddy: <a href="https:&#x2F;&#x2F;github.com&#x2F;foxcpp&#x2F;maddy">https:&#x2F;&#x2F;github.com&#x2F;foxcpp&#x2F;maddy</a><p>* Mox: <a href="https:&#x2F;&#x2F;github.com&#x2F;mjl-&#x2F;mox">https:&#x2F;&#x2F;github.com&#x2F;mjl-&#x2F;mox</a><p>* and Stalwart<p>which all see to aim for more or less the same niche. I wonder if we&#x27;ll see two of those merge eventually.
评论 #39987941 未加载
评论 #40006274 未加载
hannofcartabout 1 year ago
Have been running Stalwart for around 6months now. Works great so far. Setting up DKIM, DMARC, SPF etc. was a breeze.<p>Now I am able to send reliably to Gmail, and semi-reliably to Outlook.<p>My mail volumes are very low however. I just setup this as my SMTP server just for the heck of it.
jonotimeabout 1 year ago
This is fantastic. I&#x27;m in the process of setting up a personal mail server. I have played a bit with mailcow in the past but my new server is running NixOS, so I&#x27;m looking for something that has been implemented there. And happened to stumble upon stalwart for the first time today. A web admin will certainly make the switch from mailcow easier.<p>The other contender was getting nixos-mailserver up and running alongside postfixadmin. But with stalwart I wont have to do that wiring up.<p>Side note: I route outgoing messages to sendgrid.
RyeCombinatorabout 1 year ago
Stalwart is great and has out of the box JMAP support - I don&#x27;t believe there&#x27;s anything else out right now that checks all the boxes like Stalwart for an AIO mailserver.
BartjeDabout 1 year ago
What does the update process look like?<p>After I install this via the install script on, say, Debian. An update comes along. What do I do? Run the install script again?<p>Or does the web UI have a process for initiating an update?<p>I couldn&#x27;t find any information on this on the website: I consider this essential information.<p>[Edit] I found it: <a href="https:&#x2F;&#x2F;stalw.art&#x2F;docs&#x2F;management&#x2F;webadmin&#x2F;usage" rel="nofollow">https:&#x2F;&#x2F;stalw.art&#x2F;docs&#x2F;management&#x2F;webadmin&#x2F;usage</a>
评论 #39989187 未加载
infogulchabout 1 year ago
How does the directory management ui work with an external directory, say LDAP?<p>I&#x27;ve been looking at both Stalwart and Kanidm, I suspect they would be a good pairing.<p><a href="https:&#x2F;&#x2F;kanidm.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kanidm.com&#x2F;</a>
评论 #39988891 未加载
评论 #39992201 未加载
jasodeabout 1 year ago
From the main project page, it mentions it has typical alias support: <i>&gt;Email aliases, mailing lists, subaddressing and catch-all addresses support.</i><p>Another feature that would be nice to have built-in is <i>masked hide-my-email aliases</i> for privacy like the cloaked email services from iCloud, FastMail, SimpleLogin, Cloudflare email routing, etc.[1]<p>For now, I use the typical aliases addresses in Dovecot but it doesn&#x27;t hide the real email when replying. Also, creating new aliases in Dovecot-based email systems is very tedious and cumbersome because you have to go through the cPanel interface to create them. (Some suggest using the &quot;catchall&quot; feature to avoid the need to manually create new aliases but that advice is not workable when spam robots constantly send emails to new random addresses in your domain.) The cPanel&#x2F;Dovecot aliases also don&#x27;t have any metadata so you can add details on what the alias is for and when it was created.<p>[1] masked email services examples<p><a href="https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;105078" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;en-us&#x2F;105078</a><p><a href="https:&#x2F;&#x2F;www.fastmail.help&#x2F;hc&#x2F;en-us&#x2F;articles&#x2F;4406536368911-Masked-Email" rel="nofollow">https:&#x2F;&#x2F;www.fastmail.help&#x2F;hc&#x2F;en-us&#x2F;articles&#x2F;4406536368911-Ma...</a><p><a href="https:&#x2F;&#x2F;simplelogin.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simplelogin.io&#x2F;</a><p><a href="https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;introducing-email-routing" rel="nofollow">https:&#x2F;&#x2F;blog.cloudflare.com&#x2F;introducing-email-routing</a><p>EDIT ADD to reply : <i>&gt;On Stalwart you can implement masked e-mail using address rewriting</i><p>Stalwart&#x27;s feature of &quot;Sieve scripts&quot; for custom rewriting&#x2F;filtering is interesting but it&#x27;s not UI friendly for endusers to create new masked email addresses (and also later delete them). There&#x27;s also no user-defined metadata. It&#x27;s also not clear if Sieve scripts can run on <i>outgoing mail</i> rather than just incoming mail. Example of how UI workflow in Apple&#x27;s Hide My Email is simpler than Stalwart Sieve scripting: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=oJRrkJy0vUk&amp;t=34s" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=oJRrkJy0vUk&amp;t=34s</a>
评论 #39989242 未加载
评论 #39988952 未加载
评论 #39994802 未加载
elricabout 1 year ago
&quot;No runtimes or garbage collectors.&quot; seems like an odd thing to advertise. Have either of these been the cause of problems in mail servers in the past? I&#x27;m guessing not?
评论 #39988384 未加载
throwiforgtnlzyabout 1 year ago
Once upon a time, ran scaled, HA Zimbra instances as a commercial service.<p>Is there anything approaching &quot;Microsoft Exchange&quot; today without the Microsoft or commercial pseudo-FOSS?
Neradaabout 1 year ago
I&#x27;ve been a happy MailInABox user for many years, but this looks great.
leshokuninabout 1 year ago
Is there a reliable solution we could use for our small startup? We want to shoot out daily emails to our users, like Bandcamp or Substack do.<p>We could ofc use Mailchimp but always happy to explore self hosting. Would this or another solution work?
评论 #39985833 未加载
评论 #39985544 未加载
评论 #39985561 未加载
评论 #39985517 未加载
评论 #39986276 未加载
评论 #39987500 未加载
评论 #39987656 未加载
评论 #39985523 未加载
x3n0ph3n3about 1 year ago
I&#x27;m personally a user and fan of poste.io. Other than just being open-source, is there a good reason I might want to switch to Stalwart?
codetrotterabout 1 year ago
Looks nice! I could see myself reconfiguring my current OpenSMTPd based setup to have OpenSMTPd relay incoming mail to Stalwart and having Stalwart make the decision about which mails to keep or discard. Def gonna experiment with that this weekend :D
pydubreucqabout 1 year ago
Really interesting project with JMAP support ! I would like time to test it !
fffrantzabout 1 year ago
Just tried to set it up on a fresh Ubuntu free VM on Oracle cloud and I can&#x27;t seem to be able to even login after setup.<p>Oh well, might look into it when I have more time. Looks promising though!
评论 #39988593 未加载
saddist0about 1 year ago
noob question: how does this compare to something like vestacp, which install a lot more and mail (roundcube frontend)? I have been using it since 5 years and always work like a charm, maybe HN give me the reason to move on. :&#x27;)
cvalkaabout 1 year ago
The best smtp server out there!
评论 #39984953 未加载