Ask HN: cheap ways to host your own email server?
51–56 of 56 posts
Re: Ask HN: cheap ways to host your own email server?
#52Re: Ask HN: cheap ways to host your own email server?
#53Earlier quoted context omitted.
Do NOT host at home. For one, this violates every second provider's ToS, if not every single one. For two, lots of providers block incoming SMTP connections on TCP/25. More importantly, they may start blocking it without notice and you'll have no clue that they did. For three, you will most likely end up on a RBL (blacklist) in no time solely because you come from a "consumer" IP range. I mean, hosting at home is tec…
1. My ISP send me a router that has a feature to host a internet accessible fileserver. Out-of-the-box. ISPs in germany do not promote home-hosting but they give you devices that do it. 2. Incoming / Outgoing TCP/25 blocking: Not a problem with ISPs in Germany. 3. Blacklisting: At most a problem if you send mails. Plus GMAIL requires SPF/DKIM for just about evey IP, so yes, you are on a blacklist unless you do some D…
Re: Ask HN: cheap ways to host your own email server?
#54Re: Ask HN: cheap ways to host your own email server?
#55Buy a domain on a service that allows API-based DNS updates. Put up a RPI at home. postfix + dovecot + roundcube should do the trick. Add FW forwardings for 80/443/25 (or allow IPv6 to pass through) Update DNS records every N minutes. (cron, nsupdate, dyndns clients, amazon command line tools....). You will need SPF/DKIM. The RFC for SMTP says Mail Servers have to retry for 7 days before giving up on mail delivery. T…
Do NOT host at home. For one, this violates every second provider's ToS, if not every single one. For two, lots of providers block incoming SMTP connections on TCP/25. More importantly, they may start blocking it without notice and you'll have no clue that they did. For three, you will most likely end up on a RBL (blacklist) in no time solely because you come from a "consumer" IP range. I mean, hosting at home is tec…
Re: Ask HN: cheap ways to host your own email server?
#56It would be great if there was some PaaS-type mail service provider. I'd like to get away from hosting it with a single VPS, and running multiple VPSes for redundancy seems frustratingly expensive for such low-intensity load like a personal email server. Ideally, I'd sign up with one or two services and have each listed as an MX for my domain so there's always some service online to take the email. I can write my own…
Usually it is a pain if you have mail going to more than one host - ie. no shared storage amongst all the hosts that receive mails, but if you were looking for redundancy and didn't mind the "manual fixup" this would be almost trivial to setup with 2+ VPS from different providers.