Re: Running OpenSMTPD at home behind a cloud proxy

2016-11-16 Thread lists
Wed, 16 Nov 2016 12:29:19 + (UTC) Stuart Henderson [...] > Then the easiest way to get mail to/from your home server is probably to > set up a VPN, giving you a simple fixed (non-internet-routable) IP address, > configure the MTA on the VPS (smtpd or whatever else) to allow relay > from that a

Re: Running OpenSMTPD at home behind a cloud proxy

2016-11-16 Thread Stuart Henderson
On 2016-11-13, Joris Vanhecke wrote: > Hey all, > > I'd like to pull my emails out of the cloud and run them on a local > server (pcengines APU2 looks good). > My ISP blocks tcp ports below 1024 and sending email from a residential > (dynamic) IP might mark my email as spam. > > Right now I'm thin

Re: Running OpenSMTPD at home behind a cloud proxy

2016-11-15 Thread Joris Vanhecke
Using OpenSMTPD on the VPS actually sounds like a good idea. It could use a pf blacklist + spamd to block a large amount of spam and reduce strain on my home connection. I'm still waiting for hardware to arrive and I'll test this out. relay via sounds like a simple option, but I'll have to investi

Re: Running OpenSMTPD at home behind a cloud proxy

2016-11-14 Thread ludovic coues
Why not use opensmtpd on the VPS to relay your mail ? A rule like "accept for domain example.com relay via secure://you.dynamic.dns" should do what you want if I read the man correctly 2016-11-13 23:25 GMT+01:00 Jiri B : > On Sun, Nov 13, 2016 at 10:51:22PM +0100, Joris Vanhecke wrote: >> Hey all

Re: Running OpenSMTPD at home behind a cloud proxy

2016-11-13 Thread Jiri B
On Sun, Nov 13, 2016 at 10:51:22PM +0100, Joris Vanhecke wrote: > Hey all, > > I'd like to pull my emails out of the cloud and run them on a local > server (pcengines APU2 looks good). > My ISP blocks tcp ports below 1024 and sending email from a residential > (dynamic) IP might mark my email as s

Re: Running OpenSMTPD at home behind a cloud proxy

2016-11-13 Thread Stuart Longland
On 14/11/16 07:51, Joris Vanhecke wrote: > Right now I'm thinking of renting a cheap VPS and using it as a proxy > for my home server which would use a dynamic DNS. > I don't really want a copy of the email on the VPS so I was planning to > use relayd or socat to route incoming traffic to my local

Running OpenSMTPD at home behind a cloud proxy

2016-11-13 Thread Joris Vanhecke
Hey all, I'd like to pull my emails out of the cloud and run them on a local server (pcengines APU2 looks good). My ISP blocks tcp ports below 1024 and sending email from a residential (dynamic) IP might mark my email as spam. Right now I'm thinking of renting a cheap VPS and using it as a proxy