same prob.
iam using a sme 5.6 for failover. connected 8 domains.
the hosts names provided by another dns are www2.xxxx.xx.
the e-smith configuration dont writes a in the virtual host entry the name
www2 in httpd.conf
(modify only the template files)
you can edit the file /etc/e-smith/templates/etc/httpd/conf/httpd.conf/VirtualHosts/03ServerAlias
from
ServerAlias {$virtualHost}
to
ServerAlias {$virtualHost}
ServerAlias whatyouwant{$virtualHost}
resulting if you add the new domain "newdomain.com"
the following virtualHosts where being written:
www.newdomain.com # default by servername, no touched thru 03ServerAlias
newdomain.com # by the first entry
whatyouwant.newdomain.com # the 2nd entry
the dns settings (by e-smith - hostnames and adresses) must being set.