Re: SMTP over SSH

2003-08-26 Thread Murray J. Brown
> Alex Malinovich wrote: > > I have my laptop set up to work fine with my home mail server from just > > about anywhere. The only problem is that I have a couple of classes that > > I use my laptop for which block certain ports for the network. One of > > those ports is 25. So I'm able to read my

Re: SMTP over SSH

2003-08-25 Thread Jeremy Brooks
> > What I'd like is to have a way to send traffic from my end on 2525 (or > something else that isn't blocked) and have it go to port 25 on my mail > server. What I had in mind, though I admit that I don't know if it's > possible, is to establish a regular old SSH connection on port 22, then > s

Re: SMTP over SSH

2003-08-25 Thread Rich Puhek
How about setting up your laptop to have SSH forward local port 25 to mail server port 25? No changes to exim, change your MUA to use localhost as your SMTP server, change your SSH client to forward localhost:25 to (your_smtp_server):25 and life is good. No need to "'bind' ports 22 and 25", SSH

SMTP over SSH

2003-08-25 Thread Alex Malinovich
I have my laptop set up to work fine with my home mail server from just about anywhere. The only problem is that I have a couple of classes that I use my laptop for which block certain ports for the network. One of those ports is 25. So I'm able to read my mail just fine over IMAP, I just can't sen