Hello there,
first I want to thank for that great work that is done by the team (who is this?) building SysCP!!!! Thanks a lot!
there are tutorials how to setup squirrelmail with SSL. But there is one question, why should I secure squirrelmail with SSL when SysCP itself don't use SSL in default?
Debian uses an own apache called apache-ssl why isn't SysCP copied into the document root of the apache-ssl package in /var/www-ssl/? Now the normale User will use a SysCP that isn't secure!
Perhaps there is something I don't understand but for me, it seems to be a better idea to use SysCP with SSL.
When I'm think of it, my plan is:
Installing apache-ssl
Changing the document root from the standard apache to something different than /var/www and changing the document root for apache-ssl from /var/www-ssl to /var/www
Then I can create a subdomain for a normal domain to connect to SysCP (
https://SysCP.example.com)
What do you think?