Ask HN: Simplest way to send emails to myself?

1 points by s1k3s ↗ HN
I need an email server that I can put on a VPS. I'm going to send emails only to myself, so I don't care about spam, identity verification etc. It needs to support SMTP, so I can send from multiple servers (automated messages). I also don't care about receiving emails on this server, so if I can block that it would be great.

What's the simplest way to do this? Can someone point me in the right direction?

1 comment

[ 2.6 ms ] story [ 12.7 ms ] thread
Set up a straight postfix with relay blocking on a server using maildir. Set up whatever tool you want for pop or imap.

That way you get the emails and if you don't care about space, etc. And it uses very little processing power and is pretty much writing direct to disk the moment the emails come in.