
It would be helpful to know what steps you have followed so we don;t suggest what you have already done. Please be specific about “instructions on TechNet were followed”. What was followed? Thanks?

Sure, here’s the instructions I followed, verbatim:
——————————————————————————–
To configure a Windows Server 2003 server as a relay server or smart host
In Internet Services Manager, add the SMTP mail domain for which you want the Windows server to relay. To add the SMTP domain:
Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager.
Expand the server that you want, and then expand the default SMTP virtual server. By default, the default SMTP virtual server has a local domain with the fully qualified domain name (FQDN) for the server.
To create the inbound SMTP mail domain, right-click Domains, point to New, and then click Domain.
In New SMTP Domain Wizard, click Remote as the domain type, and then click Next.
In Name, type the domain name of your SMTP mail domain for your Exchange organization.
Click Finish.
Configure the SMTP mail domain that you just created for relay:
In Internet Services Manager, right-click the SMTP mail domain, and then click Properties.
Click Allow the Incoming mail to be Relayed to this Domain.
Click Forward all e-mail to smart host, and then type the IP address in square brackets ([ ]) or the FQDN of the Exchange server that is responsible for receiving e-mail for the domain. For example, to enter an IP address, type 123.123.123.123.
Click OK.
Specify the hosts that you want to openly relay to all domains:
In Internet Services Manager, right-click Default Virtual Server and click Properties.
On the Access tab, click Relay.
Click Only the list below, click Add, and then add the hosts that you want to use the SMTP server to send mail.
Under Single computer, specify the IP address of the Exchange bridgehead server that you want to relay using this SMTP server. Click DNS Lookup to find the IP address of the specific server.
——————————————————————————–
Following these instructions, I ended up with a default domain of servername.domain.edu, which is the FQDN of that server itself (which is as it should be).
I then added a new SMTP domain, using the setting “Allow Incoming mail to be relayed to this domain”, I selected “Forward all mail to smart host” and put in the IP address of the public SMTP server we use. However, attempts to forward mail out fail.
I kept all other defaults.

I have found the solution:
Per above, I had set up the SMTP relay to forward to the IP address of our SMTP server. The emails, however, would still not route out of the internal network and through the relay to the server. Once I changed the setting to the FQDN of the SMTP server, however, the SMTP relay began working and I can now email from the device on the internal network, out to our mail server and on to the world.
Thanks for all your replies, everyone.

Thanks for the feedback. Interesting that the ip address would not work.



















