TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the current state-of-the-art for personal email?

7 点作者 moofish超过 12 年前
With Google Apps going non-free, I'm jolted back towards hosting my own email to get a little bit more flexibility.<p>So, what's the best setup at the minute in terms of email servers, spam filters, etc? Are there any good web UIs? Does anything provide something similar to Gmail's filters?

5 条评论

antidoh超过 12 年前
If you host your own email, you may need to know more and do more than you think you need to do.<p>I tried it for awhile, it was easy to set up with postfix.<p>The problem I ran into is that large services like gmail and linked in would not <i>send</i> to me. They weren't rejecting mail <i>from</i> me; they wouldn't send <i>to</i> me. I think because I didn't do enough with &#60;vague&#62; reputation mechanisms &#60;/vague&#62;, but I never really knew because I realized I wanted to receive mail <i>now</i>, not when I eventually worked it out.<p>That's just one surprising (to me) example. Mail has a reputation for being easy to get started and hard to get right. I think that's a deserved reputation.<p>I forward my domain's email to fastmail.fm, a paid service. I'm happy with it.<p>Good luck.
aseidl超过 12 年前
I'm not sure what the current best stack is for email (last time I hosted my own, the setup involved UUCP), but my ideal setup would be as follows:<p>- continue using Gmail as the main account<p>- have a catch-all on my server which simply forwards to the Gmail account<p>- for sending mail, have a regexp that when matched, will rewrite the 'from' username to that<p>As an example of the last point, if my subject has &#38;hn&#38; at the beginning, remove that string and change the from address to 'hn@example.com'.<p>I believe this should be possible with postfix. What I'm not sure of is if Gmail will flag my servers for the steady stream of spam being forwarded (I'd prefer to let Gmail's filters handle all spam).
GaryGapinski超过 12 年前
I use a commercial hosting service which includes email. It provides as options SpamAssassin and Spamdyke, which work as well as can be expected. Spamdyke's graylisting does a nice job of keeping out much spam, more effectively than anything else.<p>The hosting provider provides a web interface in addition to IMAP, but I use IMAP clients, primarily Thunderbird, rather than web interfaces to email.<p>What the provider does not have, and I'd very much like to have, is IMAP augmented by Sieve.
eduardordm超过 12 年前
I've been using altomail for a while, it's nice. It's just a somewhat bugged preview, but I got impressed. I'm still figuring what they want in exchange for the service (it's free right now).<p>Anyways, it is just an UI on steroids, AOL didn't have the guts to roll their own new service.
bcl超过 12 年前
<a href="https://fastmail.fm" rel="nofollow">https://fastmail.fm</a> does a good job and charges vary little, based on what you need.