The only built-in support for DNS management is the "Hostnames and addresses" option under "Configuration" in the server-manager.
If you need more control than this gives you you'll have to find out how to use "custom templates".
SME uses "tinydns" instead of named - so there is no named.conf.
Putting these together, this means you'd need to:
1. Examine the standard template fragments in /etc/e-smith/
templates/var/service/tinydns/root/data to see if any of them contain the information you need to customize
2. Create /etc/e-smith/
templates-custom/var/service/tinydns/root/data
3. Copy the original template fragments that you want to customize from /etc/e-smith/
templates/var/service/tinydns/root/data to /etc/e-smith/
templates-custom/var/service/tinydns/root/data
4. Modify the copy of the template fragment that you just created under .../templates-custom/...
IMPORTANT: never modify the original templates under .../templates/...!5. Execute the following two commands to re-generate the relevant config file using your customizations, and to restart the tinydns service:
# expand-template /var/service/tinydns/root/data
# service tinydns restart
6. If you think your mods are useful &/or important, post back here so others can benefit from your efforts.[/list]