--- 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'