summaryrefslogtreecommitdiff
path: root/mailman/mm_cfg.py-2.1.diff
blob: 669469a10685dbe5a9b94aace820243c262277a6 (plain)
  1. --- mm_cfg.py.orig 2003-03-03 12:09:40.000000000 +0100
  2. +++ mm_cfg.py 2003-03-05 02:52:56.000000000 +0100
  3. @@ -47,10 +47,10 @@
  4.  # Put YOUR site-specific configuration below, in mm_cfg.py . #
  5. # See Defaults.py for explanations of the values. #
  6. -DEFAULT_HOST_NAME = 'thunderchild.aszi.sztaki.hu'
  7. -DEFAULT_URL = 'http://thunderchild.aszi.sztaki.hu/cgi-bin/mailman/'
  8. -DEFAULT_EMAIL_HOST = 'thunderchild.aszi.sztaki.hu'
  9. -DEFAULT_URL_HOST = 'thunderchild.aszi.sztaki.hu'
  10. +DEFAULT_HOST_NAME = 'jones.dk'
  11. +DEFAULT_URL = 'http://webtools.jones.dk/mailman/'
  12. +DEFAULT_EMAIL_HOST = 'jones.dk'
  13. +DEFAULT_URL_HOST = 'mail.jones.dk'
  14. IMAGE_LOGOS = '/images/mailman/'
  15. USE_ENVELOPE_SENDER = 0
  16. DEFAULT_SEND_REMINDERS = 0
  17. @@ -61,3 +61,5 @@
  18. # Note - if you're looking for something that is imported from mm_cfg, but you
  19. # didn't find it above, it's probably in Defaults.py.
  20. +
  21. +MTA = 'Postfix'