This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hiding LAN IP/hostnames in outgoing mail?

Hullo, or should I say, helo...

I'm absolutely darned if I can get around this. Hope someone can point me in the right direction.

I'm testing a simple setup with a LAN masquerading on the external interface, like
(LAN_MASQ   Internal_Network__ -> All / All   MASQ__External   None).

E-mail clients on the LAN machines are set up to use the ASL internal interface for outgoing mail over the SMTP proxy.

Any mail sent this way (through the SMTP proxy) is annotated with the following header (yes, I think header is the right word):

Received: from [LAN_IP] (helo=LAN_hostname)
by SMTP_PROXY_HOSTNAME with smtp (Exim 4.10)

with the actual LAN IP/hostname for the sending machine (and the entry for Hostname (MX) in the SMTP proxy, which is fine).

Surely there's a way to hide the internal hostname/IP's?

Thanks.    


This thread was automatically locked due to age.
Parents
  • would indeed be nice to hear an administrator of Astaro talking about this     
  • I don't beleive this an Astaro or Exim issue- it is standard SMTP protocol  behavior.  

     I've tried this same thing with a Lotus Notes server behind a Checkpoint firewall and you get the same result- internal IP addresses are transmitted.  

    If you look on Google newsgroups, there is a ton of info on people coming up with all sorts of trickery trying to get this resolved with various mail servers / firewall combinations with little success.  

    Although it is not the perfect solution, one way around this is to use an e-mail client that  isn't SMTP such as a web-based e-mail client or, if you happen to live in the Windows world, a MAPI client.    In that case, you bypass the client-server SMTP relay and the server sends the e-mail directly and only your external IP  will be visible during the smtp-to-smtp handoff.  That's the workaround I am currently implementing.    
Reply
  • I don't beleive this an Astaro or Exim issue- it is standard SMTP protocol  behavior.  

     I've tried this same thing with a Lotus Notes server behind a Checkpoint firewall and you get the same result- internal IP addresses are transmitted.  

    If you look on Google newsgroups, there is a ton of info on people coming up with all sorts of trickery trying to get this resolved with various mail servers / firewall combinations with little success.  

    Although it is not the perfect solution, one way around this is to use an e-mail client that  isn't SMTP such as a web-based e-mail client or, if you happen to live in the Windows world, a MAPI client.    In that case, you bypass the client-server SMTP relay and the server sends the e-mail directly and only your external IP  will be visible during the smtp-to-smtp handoff.  That's the workaround I am currently implementing.    
Children