I've got several domains setup in /etc/apache2/sites-enabled:
domain1.com
domain2.com
domain3.com
I need to setup webmail.domain*.com for each one. I can do this with individual vhost files for each, but is there a way to write a wildcard vhost to be caught by all domains?
Also, the same directory should be served by all webmail.*.com requests.