Jason Miller wrote:
> Don't delete it. www (along with other hostnames) are
> required. Currently the software just doesn't allow them to
> be deleted [the development versions we are working on will
> prompt to inform you that you cannot delete it].
And even if the software did allow you to delete "www", that wouldn't help you, you'd only get a "no such address" response. You don't want to delete that name, you want to change the IP address that it corresponds to. That's why you should modify "www", rather than delete it.
You have another option, which is to add a "local domain prefix", which renames your local network from *.domain.com to *.prefix.domain.com. This was the standard configuration (with "prefix" set to "e-smith") prior to version 4.1, and it was there to prevent the problem that you are having. But we had many requests to remove that feature.
You can set a local domain prefix by doing:
/sbin/e-smith/db configuration set LocalDomainPrefix prefix.
/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot
Notice the trailing period in "prefix." - it is required.
If you choose this route, you will probably need to reconfigure mail clients and browsers on your workstations.
Regards
Charlie