Reggie Williams wrote:
> I would like to configure the e-smith server to receive mail
> from an ISP and forward it to an exchange server
You might end up regetting that...

> on an internal non-routable network. Can e-smith do this?
Yes.
> If so, can you please tell me how.
You'll need to read
http://www.e-smith.org/custom/ to understand
how to change e-smith config template files and turn them into
working config files. Then you'll need to change the templates for rcpthosts, locals and smtproutes in /var/qmail/control.
Assuming that your exchange server handles mail for your.domain, and its IP address is 192.168.100.100, then:
rcpthosts must contain your.domain
locals must not contain your.domain
smtproutes must contain
your.domain:[192.168.100.100]
Charlie