From 853a6e168d42aa573f20f796e3a95421ca99d983 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 5 Mar 2003 02:09:33 +0000 Subject: Add sample diff for mailman 2.1 with postfix. --- mailman/mm_cfg.py-2.1.diff | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 mailman/mm_cfg.py-2.1.diff diff --git a/mailman/mm_cfg.py-2.1.diff b/mailman/mm_cfg.py-2.1.diff new file mode 100644 index 0000000..669469a --- /dev/null +++ b/mailman/mm_cfg.py-2.1.diff @@ -0,0 +1,23 @@ +--- mm_cfg.py.orig 2003-03-03 12:09:40.000000000 +0100 ++++ mm_cfg.py 2003-03-05 02:52:56.000000000 +0100 +@@ -47,10 +47,10 @@ + # Put YOUR site-specific configuration below, in mm_cfg.py . # + # See Defaults.py for explanations of the values. # + +-DEFAULT_HOST_NAME = 'thunderchild.aszi.sztaki.hu' +-DEFAULT_URL = 'http://thunderchild.aszi.sztaki.hu/cgi-bin/mailman/' +-DEFAULT_EMAIL_HOST = 'thunderchild.aszi.sztaki.hu' +-DEFAULT_URL_HOST = 'thunderchild.aszi.sztaki.hu' ++DEFAULT_HOST_NAME = 'jones.dk' ++DEFAULT_URL = 'http://webtools.jones.dk/mailman/' ++DEFAULT_EMAIL_HOST = 'jones.dk' ++DEFAULT_URL_HOST = 'mail.jones.dk' + IMAGE_LOGOS = '/images/mailman/' + USE_ENVELOPE_SENDER = 0 + DEFAULT_SEND_REMINDERS = 0 +@@ -61,3 +61,5 @@ + + # Note - if you're looking for something that is imported from mm_cfg, but you + # didn't find it above, it's probably in Defaults.py. ++ ++MTA = 'Postfix' -- cgit v1.2.3