>What I desire is for users to reach the webmail interface >directly from a host name and not require them to append >/webmail to the base url. What configuration directives >do I need to accomplish this? It seems your httpd.conf should work as-is given the VirtualHost container you have, even without the Redirect directive. Just curious, does <VirtualHost *> help any? p.s. Of course, any changes to httpd.conf need to be followed by a httpd restart. johnn