I need to set-up the blocked machine to relay to the unblocked machine using a different port
Posted
by
Zain Ally
on Server Fault
See other posts from Server Fault
or by Zain Ally
Published on 2012-04-04T16:08:46Z
Indexed on
2012/04/04
17:32 UTC
Read the original article
Hit count: 426
smtp-relay
|microsoft-smtp
I have two Windows Server 2003 machines sitting in a network. Server B has port 25 open and can relay emails to the local network's smtp server. Server A does not have port 25 open. How can I set it up to send emails through another port to the SMTP server? I am thinking if I can setup a local SMTP communication between my servers on a different port and let Server B send Server A's emails. Is that possible?
© Server Fault or respective owner