<snip>
> that would automatically force peopople to the https sqwebmail server.
What I use is this:
# the ssl virtual contains (obviously more than this but ..)
DocumentRoot /home/mail/htdocs
ServerName mail.updegrove.net
[root@mail htdocs]# cd /home/mail/htdocs
[root@mail htdocs]# cat index.html
<html>
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="0;URL=https://mail.updegrove.net/cgi-bin/sqwebmail?index=1">
<title>redirect</title>
</head>
<body>
<p><b>You are being redirected to
<a
href="https://mail.updegrove.net/cgi-bin/sqwebmail?index=1">https://mail.upd
egrove.net/cgi-bin/sqwebmail?index=1</a>
if you do not arrive within seconds please click
<a
href="https://mail.updegrove.net/cgi-bin/sqwebmail?index=1">here</a></b></p>
</body>
</html>
I found it fast and easy and it works : )