Het zou inderdaad gewoon moeten werken.
De oplossing welke ik toen had was simpel de vhost zelf handmatig aan te maken in apache. Alleen is dat natuurlijk niet de oplossing voor het probleem
@TS:
Je hebt DIT dus toegevoegd aan je apache template in virtual_host2.conf?
<VirtualHost |IP|:80>
ServerName webmail.|DOMAIN|
ServerAdmin |ADMIN|
DocumentRoot /var/www/html/squirrelmail
CustomLog /var/log/httpd/domains/|DOMAIN|.bytes bytes
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
</VirtualHost>

Likes:





Quote