SSH
Appearance
SSH Tunnel[edit | edit source]
ssh [email protected] -L25:127.0.0.1:25 -L110:127.0.0.1:110
Will tunnel SMTP and POP3 from your local machine and will appear as localhost on your mail server.
ssh [email protected] -L25:127.0.0.1:25 -L110:127.0.0.1:110
Will tunnel SMTP and POP3 from your local machine and will appear as localhost on your mail server.