Re: exim4 and SSH tunneling

2005-11-24 Thread Alex Malinovich
On Thu, 2005-11-24 at 21:19 +0100, Björn Lindström wrote: > Alex Malinovich <[EMAIL PROTECTED]> writes: > > > You could just use an SSH tunnel FROM port 25 on localhost TO port 25 > > on the smarthost. For example: > > > > ssh -L25:localhost:25 -N your.smarthost.org > > > > That way anything that

Re: exim4 and SSH tunneling

2005-11-24 Thread Björn Lindström
Alex Malinovich <[EMAIL PROTECTED]> writes: > You could just use an SSH tunnel FROM port 25 on localhost TO port 25 > on the smarthost. For example: > > ssh -L25:localhost:25 -N your.smarthost.org > > That way anything that goes out on port 25 on your local system will > come in on port 25 of the

Re: exim4 and SSH tunneling

2005-11-24 Thread Alex Malinovich
On Thu, 2005-11-24 at 20:03 +0100, Björn Lindström wrote: > Does anyone have a recipe for setting up an SSH tunnel to a smarthost > with exim4 on Debian. > > Either I'm for a translation of this to exim4: > http://lists.debian.org/debian-user/2003/10/msg04292.html > > I could also go with a varia

exim4 and SSH tunneling

2005-11-24 Thread Björn Lindström
Does anyone have a recipe for setting up an SSH tunnel to a smarthost with exim4 on Debian. Either I'm for a translation of this to exim4: http://lists.debian.org/debian-user/2003/10/msg04292.html I could also go with a variant of what I'm temporarily using now. I've set up an SSH tunnel to the M