Sherine wrote:

> I have a machine RH5.0 configured as a proxy/firewall to my LAN.All
> machines on the LAN have access to the Internet only via the proxy server.
> I'm configuring a mail server which is on the private side of the proxy
> server.However I want to allow email from the LAN to the internet and visa
> versa, so I installed sendmail 8.9.2 on the proxy server. To allow mail to
> pass through the proxy to the mail server, Is that call mail relaying? 

Pretty much everything that sendmail does can be described as mail
relaying.

If you want the proxy's sendmail to forward *all* email which is
destined for a local user to the internal mail server, change the `DR'
line in sendmail.cf to contain the hostname of your internal mail
server.

Also, to allow a host on the LAN (e.g. the internal mail server) to
send mail via the proxy, you will need to add its IP address to the
/etc/mail/relay-domains file.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to