Re: [Mailman-Users] VIrtual_Mailman_Local_Domain ( was Re: Invitationor subscription on behalf list-owner)

2011-09-05 Thread Mark Sapiro
Syafril Hermansyah wrote: > >The wording text said: ># Whatever string value you set will be literally appended with an '@' # >to the listaddress local parts on the right hand side. Correct. >>From my trial and error putting up domain on >VIRTUAL_MAILMAN_LOCAL_DOMAIN affect the filling text on

Re: [Mailman-Users] VIrtual_Mailman_Local_Domain ( was Re: Invitation or subscription on behalf list-owner)

2011-09-05 Thread Syafril Hermansyah
On 09/06/2011 08:02 AM, Syafril Hermansyah wrote: > On 09/06/2011 12:32 AM, Mark Sapiro wrote: >> VIRTUAL_MAILMAN_LOCAL_DOMAIN is not normally required to be set. See >> the comments preceding the line > > The wording text said: > # Whatever string value you set will be literally appended with an

[Mailman-Users] VIrtual_Mailman_Local_Domain ( was Re: Invitation or subscription on behalf list-owner)

2011-09-05 Thread Syafril Hermansyah
On 09/06/2011 12:32 AM, Mark Sapiro wrote: > VIRTUAL_MAILMAN_LOCAL_DOMAIN is not normally required to be set. See > the comments preceding the line The wording text said: # Whatever string value you set will be literally appended with an '@' # to the listaddress local parts on the right hand side.

Re: [Mailman-Users] Domain problem in post action on admindb formsfor multi-domain mailman

2011-09-05 Thread Mark Sapiro
Martin N Brampton wrote: > >The simplest and immediately effective (I've done it!) solution is the >hack to admindb.py. I'm glad that's working for you. I'm not sure why this is an absolute URL in the Mailman base. There are many things in Mailman that have "always been that way", and since I do

Re: [Mailman-Users] Domain problem in post action on admindb forms for multi-domain mailman

2011-09-05 Thread Martin N Brampton
Thanks very much for the various suggestions. Sorry I evidently didn't make it immediately clear that the servers are not all on the same IP address. Use of reverse proxy should work, although I'd prefer to avoid loading mod_proxy if possible, to avoid having to think about ensuring it is sec

Re: [Mailman-Users] Invitation or subscription on behalf list-owner

2011-09-05 Thread Mark Sapiro
Syafril Hermansyah wrote: > >BTW. What is the proper format of VIRTUAL_MAILMAN_LOCAL_DOMAIN in >mm_cfg.py (or /var/lib/mailman/Mailman/Defaults.py) when I have multiple >domain in POSTFIX_STYLE_VIRTUAL_DOMAINS? VIRTUAL_MAILMAN_LOCAL_DOMAIN is not normally required to be set. See the comments pre

Re: [Mailman-Users] Domain problem in post action on admindb forms formulti-domain mailman

2011-09-05 Thread Mark Sapiro
Martin Brampton wrote: >I'm running Mailman 2.1.13 from the Debian Squeeze repositories (on >Debian Squeeze) to provide mailing lists across several domains. The >domains that are not the primary mailing list domain have 301 redirects >of URLs such as .../listinfo/ or .../admin/ to the

Re: [Mailman-Users] Domain problem in post action on admindb forms for multi-domain mailman

2011-09-05 Thread Andrew Hodgson
Martin Brampton wrote: >I'm running Mailman 2.1.13 from the Debian Squeeze repositories (on Debian >Squeeze) to provide mailing lists across several domains. The >domains that >are not the primary mailing list domain have 301 redirects of URLs such as >.../listinfo/ or .../admin/ to th

Re: [Mailman-Users] Domain problem in post action on admindb forms for multi-domain mailman

2011-09-05 Thread Adam McGreggor
On Mon, Sep 05, 2011 at 04:41:18PM +0100, Martin Brampton wrote: > I'm running Mailman 2.1.13 from the Debian Squeeze repositories (on > Debian Squeeze) to provide mailing lists across several domains. The > domains that are not the primary mailing list domain have 301 redirects > of URLs su

[Mailman-Users] Domain problem in post action on admindb forms for multi-domain mailman

2011-09-05 Thread Martin Brampton
I'm running Mailman 2.1.13 from the Debian Squeeze repositories (on Debian Squeeze) to provide mailing lists across several domains. The domains that are not the primary mailing list domain have 301 redirects of URLs such as .../listinfo/ or .../admin/ to the primary domain. In most c

Re: [Mailman-Users] Invitation or subscription on behalf list-owner

2011-09-05 Thread Syafril Hermansyah
On 09/05/2011 12:20 PM, Mark Sapiro wrote: > You can't quite get that level of granularity withoud making more > extensive code modifications, but you can set the envelope sender to > listname-owner for all list welcome messages by finding the definition > of the SendSubscribeAck() method in the De