Mail Relay

I have a domino 6 server setup to relay mail from a few internal hosts. When the relay is done, it posts the original server / pc connection with my relay server in the message header. Is there any way to only transmit the last sent information? I do not want to display my private IP address range or PC/Server host names if possible …

Received: from mail.domain.com (mail.domain.com [XXX.XXX.XXX.XXX])

by xxxxxxxxxxxxxx

for xxxxxxxxxxxxxx

Received: from PCHOST ([-PRIVATE IP ADDRESS-])

by mail.domain.com (Lotus Domino Release 6.0.1)

Thanks for any feedback!

Subject: SMTPNoVersionInRcvdHdr

SMTPNoVersionInRcvdHdr=1 will eliminate the addition of Domino product release from the Received header of the outbound SMTP message.

Subject: RE: SMTPNoVersionInRcvdHdr

I added that; however, it still shows my internal private IP address. Any change on hiding this information as well?

Thanks …

Subject: RE: SMTPNoVersionInRcvdHdr

Any change on hiding this information as well?

Not with SMTP.

Try to send mail via your server using native Notes classes: COM/Java/etc