lighttpd: Move webmail from stdout.nl to stdin.nl.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stdout-nl
index 64956e5cea833007afa6b9dc37b14357aa1b4f39..98e286e7652b7cc3f6dc46b04384bd45cc191bc2 100644 (file)
@@ -12,11 +12,7 @@ $HTTP["host"] =~ ".stdout.nl$" {
        )
 
        $HTTP["host"] == "mail.stdout.nl" {
-               alias.url += ( "/squirrel" => "/usr/share/squirrelmail" )
-
-               # Only expose parts of the hastymail directory
-               $HTTP["url"] =~ "^/hastymail(|/index.php|/templates|/js|/plugins|/images)(|/.*)$" {
-                       alias.url += ( "/hastymail" => var.site-dir + "/applications/hastymail2" )
-               }
+               # Specify the certificate for this domain (uses SNI)
+               ssl.pemfile = "/etc/lighttpd/ssl/mail.stdout.nl.pem" 
        }
 }