"sjs" <(E-Mail Removed)> wrote in message
news:0968AEC8-2316-4F32-9F78-(E-Mail Removed)...
> Hi Anthony,
>
> What I mean by "it can't point to the Exchange Svr" is that the
> workstations
> that generate the SMTP msg is on a different subnet (VLAN) than the
> Exchange
> Svr. That said I need a way for the SQL Svr to "relay" the SMTP traffic
> it
> rcv's on it VLAN NIC out it's Production NIC to the Exchange Svr.
>
> I don't know much about routing on an MS Server, could there be something
> that simply says "SMTP (port 25) traffic rcv'd fm 10.1.1.x (VLAN subnet)
> forward to 192.168.1.10 (Exchange Svr)"?
You don't do routing on an MS Server. You do routing on the Router that
makes the VLANS exist in the first place. Or did you create VLANs with a
Layer2 Switch with no router present? That is not a true usuable VLAN. You
really only have those settings on a Layer2 Switch when you need to "match"
the switch to existing VLANs from a Router when the switch needs to do a
little "double-duty" on more than one segment.
In reallity the SQL Server should never be multi-homed anyway. It should sit
on just one of the subnets (VLANs) that is the one most logical for it to be
on. You then use a Router (most likely a Layer3 Switch) to create the VLANs
and route between them. Running ACLs on the router will create the
separation between Production and the other segments,...it will also be a
more flexable and useful separation.
If you cannot fix your routing situation, then install the SMTP Service that
is part of IIS that already comes with the Server OS. Add it on the SQL box
and configure it as a Smart SMTP Host that forwards everything that comes to
it over to the Exchange SMTP Service. I don't have any specific details for
configuring the SMTP Service for this but there isn't much to it an it
should easy to find details. It may even have the details right in the IIS
Help.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------