Using Win2K server - apparently for outbound email the SMTP service is
using the default IP address on the NIC card as the IP seen by the receiving
mail server. How can I change this?
For example my server has multiple IPs defined. The default NIC is
x.x.x.10. So when email servers receive email sent by my server it shows
this:
Received: from outgoing.mydomain.com ([x.x.x.10])However, I want it to
show a different IP defined on that server, like this: Received: from
outgoing.mydomain.com ([x.x.x.25])I have the IP for the virtual smtp service
set to use .25 but it doesn't matter - the headers when seen by incoming
mail servers show x.x.x.10.This creates a problem because of spam checks and
RDNS. For instance x.x.x.10 resolves to www.mydomain.com. So when mail
servers look up RDNS for x.x.x.10 they get www.mydomain.com insetad of
outgoing.mydomain.com. This can cause spam checks to fail.I configured the
SMTP service to use outgoing.mydomain.com as the outbound mail server name,
which is being transmitted properly. Its just that I want it to use the .25
IP instead of .10.
How can this be configured? Does the MS SMTP service provide this flexibility?
Thanks,
Chris