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.

Show HN: WildDuck – Self-hosted modern email server

222 pointsby andris9about 6 years ago

19 comments

55555about 6 years ago
I would love to set this up but I've seen too many posts on the front page of HN about how gmail is blocking their incoming mail and they are powerless to do anything about it.
评论 #19883905 未加载
评论 #19905197 未加载
评论 #19884052 未加载
评论 #19884126 未加载
markvdbabout 6 years ago
&gt; While WildDuck is more secure by definition than most alternatives &gt; ... &gt; You can run WildDuck on any system that supports Node.js,<p>Node.js and more secure by definition? That sounds _very_ strange to me...
评论 #19886429 未加载
评论 #19885387 未加载
评论 #19885210 未加载
评论 #19885133 未加载
评论 #19885101 未加载
dead_mallabout 6 years ago
I feel like self hosted emails is gonna be the next big thing, kinda like the pi-hole trend. This is awesome
评论 #19883877 未加载
评论 #19884380 未加载
评论 #19886530 未加载
Tepixabout 6 years ago
Always interesting to see new MTAs! I&#x27;m not convinced that storing mails (including attachments) in MongoDB is a good solution. What&#x27;s wrong with the filesystem? It&#x27;s designed for that purpose. You can (and should) of course store metadata in a DB to make searching easier, but when it comes to the actual emails I think the filesystem is the best place. One less thing to break. Easier to backup, mangle etc.
评论 #19886366 未加载
评论 #19885826 未加载
nicolaslemabout 6 years ago
Back when I was hosting my emails myself, my main complaint was that it required plugging many pieces together, in a traditional Unix fashion. This was before configuration management was really a thing, so it resulted in a Frankenstein setup that worked but was afraid to touch.<p>If there was a more modern all-in-one-binary solution handling MTA&#x2F;DKIM&#x2F;IMAP&#x2F;webmail with sane defaults I would maybe go back to self hosting.
评论 #19883621 未加载
评论 #19885734 未加载
评论 #19881732 未加载
评论 #19884655 未加载
评论 #19883810 未加载
toomuchtodoabout 6 years ago
Is JMAP support planned?
评论 #19881617 未加载
Felzabout 6 years ago
This is cool. The world could definitely use more email server implementations, even if JS isn&#x27;t my cup of tea.<p>Have you considered supplementing Mongo with block storage like S3, though? I&#x27;ve found it to be a pretty much perfect match for storing immutable mail messages.
评论 #19884148 未加载
konartabout 6 years ago
&gt;андрис@уайлддак.орг<p>Russian inside me chuckled.
评论 #19885128 未加载
scblznabout 6 years ago
Made in Estonia as I see. Congrats ! Very cool project, I really like the GUI part.
mgamacheabout 6 years ago
How do you handle spam filtering for self hosted servers? I know there are black lists for SMTP servers, but I mean the content based filters that are updated based on recent spam signatures?
评论 #19883941 未加载
评论 #19883984 未加载
评论 #19885797 未加载
评论 #19885751 未加载
SillyPositionabout 6 years ago
Nice! I recently migrated my home server from Ubuntu to freebsd and was lazy to migrate my postfix&#x2F;dovecot&#x2F;sieve&#x2F;all-the-other-parts and eventually kept it running in a VM instead.. This gives me the idea to try and migrate to Wildduck as it seems easier to deploy.<p>Two questions that I have:<p>1. Is it possible to plug it into a mysql db instead of mongo?Self hosted apps are heavily relying on SQL db, so it feels more fluent to have a sql support<p>2. Is there a way to migrate existing postfix&#x2F;dovecot mail server to this if I end up liking it?
评论 #19886490 未加载
niftylettuceabout 6 years ago
See also <a href="https:&#x2F;&#x2F;forwardemail.net" rel="nofollow">https:&#x2F;&#x2F;forwardemail.net</a>. Thank you Andris for making this possible.
js4everabout 6 years ago
Wow I was looking for something like that since ages. Best part, it&#x27;s open source an made with Node.js&#x2F;Redis, a stack I deeply love :)
indigodaddyabout 6 years ago
&quot;it does not touch the filesystem&quot;<p>How does this work exactly? Mongo would have to touch a FS at the end of the day, no?
评论 #19881537 未加载
srameshcabout 6 years ago
Thanks, this is so timely. I was looking for something like this for weeks. All I want is IMAP server which can be managed via IMAP client api.
amoloabout 6 years ago
Cool project. Been looking for something like this for ages. But still cant figure out from the docs how to send email.
F_r_kabout 6 years ago
What&#x27;s the difference with mailcow (a fully dockerized email solution) ?
评论 #19886467 未加载
Enteabout 6 years ago
I would love to try this.<p>Is there a way to configure catch-all addresses for domains?
mamonabout 6 years ago
Does it come with official Docker image? :)
评论 #19883785 未加载