On Tue, Apr 27, 1999 at 06:32:32PM -0500, d. divine wrote:
> Messages sent from the local network show the host's IP address and name in
> the header. What setting will prevent internal network information being sent
> over the internet (sending only the qmail host name, address and
> sender@domain.).
You can manually set TCPREMOTEIP and TCPREMOTEHOST in qmail-smtpd's environment
for connections from your local network. If you're using tcpserver, you can set
up something like the following in your rules file (assuming your local network
is 192.168.1.*):
192.168.1.:allow,TCPREMOTEIP="unknown",TCPREMOTEHOST="unknown",RELAYCLIENT=""
That's untested, but I don't see any reason why it wouldn't work (and if it
won't, I'm sure someone will be quick to point out why).
Chris