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?
Ask HN: What's the current state-of-the-art for personal email?
1–6 of 6 posts
Re: Ask HN: What's the current state-of-the-art for personal email?
#2- continue using Gmail as the main account
- have a catch-all on my server which simply forwards to the Gmail account
- for sending mail, have a regexp that when matched, will rewrite the 'from' username to that
As an example of the last point, if my subject has &hn& at the beginning, remove that string and change the from address to 'hn@example.com'.
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).
Re: Ask HN: What's the current state-of-the-art for personal email?
#3Anyways, it is just an UI on steroids, AOL didn't have the guts to roll their own new service.
Re: Ask HN: What's the current state-of-the-art for personal email?
#4I tried it for awhile, it was easy to set up with postfix.
The problem I ran into is that large services like gmail and linked in would not send to me. They weren't rejecting mail from me; they wouldn't send to me. I think because I didn't do enough with reputation mechanisms , but I never really knew because I realized I wanted to receive mail now, not when I eventually worked it out.
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.
I forward my domain's email to fastmail.fm, a paid service. I'm happy with it.
Good luck.
Re: Ask HN: What's the current state-of-the-art for personal email?
#5Re: Ask HN: What's the current state-of-the-art for personal email?
#6The hosting provider provides a web interface in addition to IMAP, but I use IMAP clients, primarily Thunderbird, rather than web interfaces to email.
What the provider does not have, and I'd very much like to have, is IMAP augmented by Sieve.