From 5c38f2cb6efe14ec205f6b312d057bbba3d98e02 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 04 Jan 2012 11:26:54 -0500
Subject: [PATCH] Fixed: FS#1867 - Wrong Mailman links (http instead of https)?

---
 install/tpl/mm_cfg.py.master |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/tpl/mm_cfg.py.master b/install/tpl/mm_cfg.py.master
index 9ec47a7..9501c61 100644
--- a/install/tpl/mm_cfg.py.master
+++ b/install/tpl/mm_cfg.py.master
@@ -57,7 +57,7 @@
 #-------------------------------------------------------------
 # If you change these, you have to configure your http server
 # accordingly (Alias and ScriptAlias directives in most httpds)
-DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'
+DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/'
 PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private'
 IMAGE_LOGOS         = '/images/mailman/'
 

--
Gitblit v1.9.1