I tried to search the archive for this, but the search engine wasn't to
useful.
I would like to make it possible for my users to access squirrelmail via a
virtual host (https://email.myserver.com). I setup the httpd.conf as
follows:
NameVirtualHost *:443
ServerAdmin [EMAIL PROTECTED]
I'm trying to setup virtual host logons and after debugging I found that the
plug-in does not find the right domain name to use per user. I'm using
Postfix style virtual hosting and I'm a little confused as to where I tell
squirrelmail which domain to user for which user. Any help would be great.