hi all.
i have squirrelmail on my machine and wanted to use the subdomain:
Code:
webmail.domain1.tld
and
Code:
webmail.domain2.tld
can I do this without having to list each one?
i'm trying to use this code i found:
Code:
<VirtualHost myip:80>
DocumentRoot /usr/share/squirrelmail
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
</VirtualHost>
am i totally wrong?
thanks for any help