[Mailman-Users] How do I creating virtual lists

Robin Mordasiewicz robin at bullseye.tv
Wed Oct 13 06:45:36 CEST 2004


How do I create a list in a virtual domain.
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 "@": testing-l at virt1.com

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.



More information about the Mailman-Users mailing list