* Steven Bonisteel <[EMAIL PROTECTED]> [030319 22:10]: > >And for what is the Virtual hosts parameter for, only for the > >Websettings or also for the outgoing Mails ? > > The VIRTUAL_HOSTS entries in mm_cfg.py defines "virtual" domains > affecting mail *and* Web hosts.
Ok, still no succsess: I want very simple all on one page, meaning all lists should be on the same page. my mm_cfg.py -------------------- snip -------------------- ############################################################## # Put YOUR site-specific configuration below, in mm_cfg.py . # # # See Defaults.py for explanations of the values. # # # DEFAULT_HOST_NAME = 'deadnet.de' # DEFAULT_URL = 'http://deadnet.de/mailman/' # IMAGE_LOGOS = '/doc/mailman/images/' # USE_ENVELOPE_SENDER = 0 # DEFAULT_SEND_REMINDERS = 0 # # MAILMAN_OWNER = '[EMAIL PROTECTED]' % DEFAULT_HOST_NAME # # PUBLIC_ARCHIVE_URL = '/pipermail' # PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private' # # # 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. # # ########### # #VIRTUAL_HOSTS = {'slums.de':'slums.de, # # 'deadnet.de':'deadnet.de'} # #VIRTUAL_HOST_OVERVIEW = 1 # ########## -------------------- snip -------------------- As you can see I have 3 Lists. But now when I create a list which doesn't belong to the main domain, deadnet.de -> mailman doesn't work. Yes I can receive Mail for this domain. even in the maillogs there is the right command executed, but mailman ignores it.... > config_list allows you to assign a list to a virtual MAIL host (which > would be automatic if you used the Web interface). > > Regards, > SRB > > > > > > > > -- > Steve Bonisteel > The Web Paving Company Ltd. > Phone: 613-531-0479 > Fax : 613-545-9148 > > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
