James wrote:
I was creating an SSL tunnel with SSH for pop3 and smtp but I decided to
use pop3s.
The problem is that my client IP is not on the same network as my smtp
server so I get a relaying denied for any no domain recipient.
I'm starting to think the SSH tunnel was a good idea (since my client IP
is dynamic).

Opinions?
SSH works fine.

ssh [EMAIL PROTECTED] -L25:127.0.0.1:25 -L110:127.0.0.1:110

will tunnel SMTP and pop2 from your local machine and will appear as localhost on your mail server.

On the client machine, set the mail client to use 127.0.0.1 for SMTP and POP.


Terry


Reply via email to