|
What I did for my virtual clients was 1st for each
domain made a webmail subdomain. Then in apache here is what I use in
apache.
####################################################
# WEBMAIL SYSTEMS # #################################################### <VitrualHost ipaddress:port>
ServerName webmail.clientdomain.com
ServerAlias webmail.client2domain.com
ServerAlias webmail.client3domain.com
DocumentRoot
/path/to/docroot
ScriptAlias /cgi-bin/ "/path/to/sqwebmail/cgi-bin" DirectoryIndex /cgi-bin/sqwebmail </VirtualHost>
You can do that, if you do not want a subdomain..
then in the virtual host directive for each domain just add this..
ScriptAlias /webmail/
"path/to/sqwebmail/cgi-bn"
That way they can do thierdomain.com/webmail, I
would add a index.html that would load the sqwebmail cgi script, otherwise it
would just show them the directory and not startup sqwebmail... Better to do the
above.. Good luck hope that helps
Bill. T.
----- Original Message -----
|
- [sqwebmail] virtual domains Ruben Marrero
- CyberCub
