When you on the travel or other cases, you may not be able to send out email because of the Mail Server deny the relay. Here is a solution.
Step 1: Download and install SSH Client.
Step 2: Setup outgoing tunneling in SSH Client. For example, creating an outgoing tunneling named smtp that listens on local port 2525 with localhost as destination host and 25 as destination port.
Step 3: In Mail Client, specify the SMTP server as localhost with port 2525.
Step 4: SSH to a server in the same domain as your SMTP server.
Step 1: Download and install SSH Client.
Step 2: Setup outgoing tunneling in SSH Client. For example, creating an outgoing tunneling named smtp that listens on local port 2525 with localhost as destination host and 25 as destination port.
Step 3: In Mail Client, specify the SMTP server as localhost with port 2525.
Step 4: SSH to a server in the same domain as your SMTP server.
Comments
Post a Comment