Firewall Wizards mailing list archives

Re: Speaking of ssh->pop


From: Horst Meyerdierks <hme () roe ac uk>
Date: Wed, 15 Dec 1999 08:46:01 +0000 (GMT)

On Mon, 13 Dec 1999, Lance Spitzner wrote:

I be ssh challenged.  How do I setup the server
side to accept ssh tunnels and forward them to
the pop server? 

On the client, all we have to do is follow
Crispin's nice little script:

#!/bin/sh
ssh -C -l crispin -f \
        -L 6666:your.mail.server:110 \
        your.mail.server xbiff -geom +17+690

Now, what do I have listening at port 110 on
the remote end, POP or ssh?

We, the ssh challenged, greatly appreciate
your words of wisdom :)

The mail reading software must use the POP server
localhost:6666.  your.mail.server must run an ssh daemon
on port 22 (no surprise there) and a POP server on port 110.

We use this with our regular SMTP/IMAP/POP3 servers.  On site
we connect directly, off-site through an SSH tunnel, same server
software.

===============================================================
 Horst Meyerdierks                 Royal Observatory Edinburgh
 Network/Unix Manager                            hme () roe ac uk
---------------------------------------------------------------




Current thread: