Re: [Mailman-Users] virtual domain confusion

2015-03-25 Thread David Benfell
Quoting Mark Sapiro : On 03/24/2015 11:24 PM, David Benfell wrote: Unfortunately, there appear to be some boobytraps with Postfix's virtual_alias_maps that are forcing me to set this aside for now. My existing set-up hadn't been using them; trying to introduce them created some temporary failu

Re: [Mailman-Users] virtual domain confusion

2015-03-25 Thread Mark Sapiro
On 03/24/2015 11:24 PM, David Benfell wrote: > > Unfortunately, there appear to be some > boobytraps with Postfix's virtual_alias_maps that are forcing me to set > this aside for now. My existing set-up hadn't been using them; trying to > introduce them created some temporary failures and probably

Re: [Mailman-Users] virtual domain confusion

2015-03-24 Thread David Benfell
Quoting Mark Sapiro : I didn't think to mention in my previous reply, but the above is only meaningful if you also are already using Mailman/Postfix integration - i.e. you have MTA = 'Postfix' in mm_cfg.py. Assuming you are doing this, you may also need to add Mailman's data/virtual-mailman (

Re: [Mailman-Users] virtual domain confusion

2015-03-24 Thread David Benfell
Quoting Mark Sapiro : On 03/24/2015 11:55 AM, David Benfell wrote: I'm trying to figure out virtual domains with mailman (and, yes, postfix). I have added POSTFIX_STYLE_VIRTUAL_DOMAINS = ['humansci.org'] to my mm_cfg.py You probable also need add_virtualhost('www.humansci.org', 'humansci

Re: [Mailman-Users] virtual domain confusion

2015-03-24 Thread Mark Sapiro
On 03/24/2015 11:55 AM, David Benfell wrote: > Hi all, > > I'm trying to figure out virtual domains with mailman (and, yes, > postfix). I have added > > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['humansci.org'] > > to my mm_cfg.py I didn't think to mention in my previous reply, but the above is only me

Re: [Mailman-Users] virtual domain confusion

2015-03-24 Thread Mark Sapiro
On 03/24/2015 11:55 AM, David Benfell wrote: > > I'm trying to figure out virtual domains with mailman (and, yes, > postfix). I have added > > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['humansci.org'] > > to my mm_cfg.py You probable also need add_virtualhost('www.humansci.org', 'humansci.org') in mm

[Mailman-Users] virtual domain confusion

2015-03-24 Thread David Benfell
Hi all, I'm trying to figure out virtual domains with mailman (and, yes, postfix). I have added POSTFIX_STYLE_VIRTUAL_DOMAINS = ['humansci.org'] to my mm_cfg.py But when I go to my administration page, I see no option to create a list under that domain. How is this supposed to be done?