9/15/2005
Use SSH Tunnel to Circumvent ISP Blocking Port 25
Run the following in a terminal window:
ssh -fNg -L 2525:host.remotehost.com:25 user@remotehost.com
Configure mail client with the following changes:
SMTP server: localhost
SMPT port: 2525
Everything else should remain the same.
Popularity: 16%


