David wrote:
> As I understand it, e-smith is doing exactly what it is
> supposed to do. As long as you are on your local network ie
> 192.168 etc (or some other private subnet) e-smih handles the
> network dns by adding the extra e-smith in front of the real
> domain name.
Allow me to clarify. What you say is true for version 4.0. In response to many requests, we have removed the "e-smith" subdomain from the internal DNS setting managed by the e-smith server. However, in order to avoid distrupting existing networks, the "e-smith" subdomain is preserved when upgrading. Therefore in version 4.1.1, the local network will be *.domain.name for new installations, but *.e-smith.domain.name for systems which have been upgraded.
The "e-smith" subdomain, however, wasn't there just for show. If the local network is *.domain.name, and specifically, if
www.domain.name resolves to the e-smith server IP address, then the local network machines won't be able to locate and access an externally hosted
www.domain.name web site. For version 4.0, the solution to this dilemna was to insert the "e-smith" subdomain for the local network. This behaviour can still be set up with version 4.1.1, by doing:
/sbin/e-smith/db configuration set LocalDomainPrefix "e-smith."
/sbin/e-smith/signal-event console-save
And if you have upgraded to 4.1.1 and wish to remove the "e-smith" subdomain, you can do it with:
/sbin/e-smith/db configuration set LocalDomainPrefix ""
/sbin/e-smith/signal-event console-save
If you have
www.domain.name hosted at an external web site, you can make that site visible to the local network machines by entering the IP address for the externally hosted website alongside
www.domain.name in the Hostnames and addresses page of the e-smith manager.
> So for your mail client to work on the private
> network just use the settings that you can see in the review
> configuration section.
This remains true.
Regards
Charlie