I tried creating the list with an @ symbol as part of the name but I got the following error
Error: List name must not include "@": [EMAIL PROTECTED]
I have a web server that hosts the mailing lists at the same dns name,
www.domain.com/mailman is the host for many other virtual domains so I have
MAILMAN_URL = 'https://www.domain.com/mailman/' DEFAULT_URL = 'https://www.domain.com/mailman/' DEFAULT_HOST_NAME = 'www.domain.com' DEFAULT_URL_HOST = 'www.domain.com' DEFAULT_EMAIL_HOST = 'www.domain.com' DEFAULT_URL_PATTERN = 'https://%s/mailman/'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) add_virtualhost('www.domain.com', 'virt1.com') add_virtualhost('www.domain.com', 'virt2.com')
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['virt1.com','virt2.com']
I have not done this before and am not sure what I am doing, can someone shed some light on the situation please.
------------------------------------------------------
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/