Re: [Mailman-Users] Virtual hosts question

2011-01-13 Thread Rob
On Jan 13, 2011, at 3:21 PM, Chris Tandiono wrote: > On 13 Jan 2011, at 11:14 , Rob wrote: >> >> But when I use mailmanctl to restart I get this error: >> >> Traceback (most recent call last): >> File "./mailmanctl", line 106, in >> from Mailman import mm_cfg >> File "/usr/share/mailman/Mailm

Re: [Mailman-Users] Virtual hosts question

2011-01-13 Thread Chris Tandiono
On 13 Jan 2011, at 11:14 , Rob wrote: > > But when I use mailmanctl to restart I get this error: > > Traceback (most recent call last): > File "./mailmanctl", line 106, in >from Mailman import mm_cfg > File "/usr/share/mailman/Mailman/mm_cfg.py", line 50, in >add_virtualhost(www.lists

[Mailman-Users] Virtual hosts question

2011-01-13 Thread Rob
Hi, I'm just turning virtual hosts on for the first time in a stable installation of Mailman 2.1.13 (the distribution provided with Mac OS X Server 10.6) I rewrote my mm_cfg.py file like this: # Put YOUR site-specific settings below this line. MTA = 'Postfix' DEFAULT_EMAIL_HOST = 'acvr.org' DEF

Re: [Mailman-Users] Virtual Hosts & Listinfo Overview problem

2008-09-12 Thread Mark Sapiro
Rob wrote: >Running 2.1.9 under Mac OS X 10.5.4, Apache 2.2. > >I recently set up virtual hosts using the following settings in >mm_cfg.py: > >MTA = 'Postfix' >DEFAULT_EMAIL_HOST = 'acvr.org' >DEFAULT_URL_HOST = 'www.acvr.org' >VIRTUAL_HOSTS=('www.acvr.org','xserve.petrad.com') VIRTUAL_HOSTS i

[Mailman-Users] Virtual Hosts & Listinfo Overview problem

2008-09-11 Thread Rob
Running 2.1.9 under Mac OS X 10.5.4, Apache 2.2. I recently set up virtual hosts using the following settings in mm_cfg.py: MTA = 'Postfix' DEFAULT_EMAIL_HOST = 'acvr.org' DEFAULT_URL_HOST = 'www.acvr.org' VIRTUAL_HOSTS=('www.acvr.org','xserve.petrad.com') VIRTUAL_HOST_OVERVIEW='OFF' DEFAULT_

Re: [Mailman-Users] Virtual hosts and re-using list names

2008-06-04 Thread Michael Kabot
ee to contact me off list. Mike Kabot [EMAIL PROTECTED] | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On Behalf | Of Brad Knowles | Sent: Wednesday, June 04, 2008 12:10 PM | To: Jon Slater | Cc: mailman-users@python.org | Subject: Re: [Mailman-Users] Virtual host

Re: [Mailman-Users] Virtual hosts and re-using list names

2008-06-04 Thread Brad Knowles
Jon Slater wrote: Is there a way to re-use list names for multiple virtual hosts without running multiple instances of MM? Not with the standard version of Mailman, no. See FAQ 4.47 at . -- Brad Knowles <[EMAIL PROTECTED]> LinkedIn

Re: [Mailman-Users] Virtual hosts and re-using list names

2008-06-04 Thread Mark Sapiro
Jon Slater wrote: > >Is there a way to re-use list names for multiple virtual hosts without >running multiple instances of MM? Not in standard Mailman 2.1.x. This will be addressed in Mailman 3. There are patches in the sourceforge tracker and cPanel's Mailman also supports this in a way. See

[Mailman-Users] Virtual hosts and re-using list names

2008-06-04 Thread Jon Slater
Hi, Is there a way to re-use list names for multiple virtual hosts without running multiple instances of MM? For example: [EMAIL PROTECTED] and [EMAIL PROTECTED] on the same server? So far, the only solution I've found it to be cleaver with my list names (like [EMAIL PROTECTED]

Re: [Mailman-Users] Virtual Hosts

2008-01-18 Thread Mark Sapiro
Chris Penn wrote: > > I have a mailserver at mail.mydomain.com. The mailman url path is > mail.mydomain.com. > I have virtual domain mail server setup running on a mysql backend. > I have mailman setup and I am attempting to setup the mm_cfg.py > I am having a little trouble with the way I am sup

[Mailman-Users] Virtual Hosts

2008-01-18 Thread Chris Penn
Hi, I have a mailserver at mail.mydomain.com. The mailman url path is mail.mydomain.com. I have virtual domain mail server setup running on a mysql backend. I have mailman setup and I am attempting to setup the mm_cfg.py I am having a little trouble with the way I am suppose to setup the "Put YOU

Re: [Mailman-Users] Virtual hosts

2007-04-14 Thread Brad Knowles
At 4:57 PM +0900 4/13/07, Stephen J. Turnbull wrote: > Right, my point is that readers of the Mailman FAQ are are there > because they're thinking "Mailman 'should' be able to do something > about this", but as I understand it (I haven't actually had to deal > with, so I haven't seen it "in th

Re: [Mailman-Users] Virtual hosts

2007-04-13 Thread Stephen J. Turnbull
Brad Knowles writes: > At 4:25 PM +0900 4/12/07, Stephen J. Turnbull wrote: > > And on which host? Ie, is it that [EMAIL PROTECTED] composes a message > > "To: [EMAIL PROTECTED]", and the MTA at example.com is rewriting that > > to "To: [EMAIL PROTECTED]"? If so, it's purely a DNS issue a

Re: [Mailman-Users] Virtual hosts

2007-04-12 Thread Brad Knowles
At 4:25 PM +0900 4/12/07, Stephen J. Turnbull wrote: > As I read the thread, I saw no examples of RFC 2822 headers being > munged, but I did see lots of discussion of SMTP commands like ELHO, > MAIL, and RCPT. RFC 1123 requires that addresses in MAIL and RCPT > commands be canonicalized, but

Re: [Mailman-Users] Virtual hosts

2007-04-12 Thread Stephen J. Turnbull
Brad Knowles writes: > > Two > > suggestions: my feeling is that the first line should mention the > > *places* where replacement has been observed (envelope address, RFC > > 2822 addresses, whatever). > > It may be my anti-histami

Re: [Mailman-Users] Virtual hosts

2007-04-11 Thread Stephen J. Turnbull
Brad Knowles writes: [[ Aside: > I was on the DRUMS working group for a while, Thank you! ]] > The MTA needs to rewrite headers that the MTA needs to rewrite. The > question is which headers should the MTA be rewriting? RFC 2821 section 3.8.4 (IIRC) mandates that gateways rewrite non-FQDN

Re: [Mailman-Users] Virtual hosts

2007-04-11 Thread Brad Knowles
At 10:59 AM +0900 4/12/07, Stephen J. Turnbull quoted Mark Sapiro: > > I have added FAQ 6.22 > > . > > Look it over and comment/fix as appropriate. > > Basic format, especially the length, looks good to me. Agreed. >

Re: [Mailman-Users] Virtual hosts

2007-04-11 Thread Brad Knowles
At 12:26 AM +0900 4/12/07, Stephen J. Turnbull wrote: > I think it's odd that RFC 2821 section 3.6 fails to mention that it > contradicts RFC 1123 section 5.2.2. Nor does RFC 2821 claim to > supersede or update RFC 1123 or STD 3. The fact that in both 3.6 and > throughout section 5 it implau

Re: [Mailman-Users] Virtual hosts

2007-04-11 Thread Stephen J. Turnbull
Mark Sapiro writes: > I have added FAQ 6.22 > . > Look it over and comment/fix as appropriate. Basic format, especially the length, looks good to me. Two suggestions: my feeling is that the first line should mention the *pl

Re: [Mailman-Users] Virtual hosts

2007-04-11 Thread Mark Sapiro
Brad Knowles wrote: > >So, we're still going to need a FAQ on this subject, regardless of >whether the then-current RFCs require that CNAME aliases be resolved >to their actual canonical names or not. I have added FAQ 6.22 .

Re: [Mailman-Users] Virtual hosts

2007-04-11 Thread Stephen J. Turnbull
Brad Knowles writes: > | In the dot-atom form, this is interpreted as an Internet > | domain name (either a host name or a mail exchanger name) as > | described in [STD3, STD13, STD14]. > > In particular, note that it says "host name" or "mail exchanger > name", and specif

Re: [Mailman-Users] Virtual hosts

2007-04-10 Thread Brad Knowles
At 9:27 PM -0500 4/10/07, Brad Knowles wrote: > The important sentence here is: > > | In the dot-atom form, this is interpreted as an Internet > | domain name (either a host name or a mail exchanger name) as > | described in [STD3, STD13, STD14]. > > In particular, note that

Re: [Mailman-Users] Virtual hosts

2007-04-10 Thread Brad Knowles
At 10:51 AM +0900 4/11/07, Stephen J. Turnbull wrote: > If you look at RFC 2821, you will discover that in section 2.3.5, it > specifically allows CNAME aliases in the "domain name" part of a > mailbox. RFC 2821 covers only the SMTP transport protocol, not the message format. That would be R

Re: [Mailman-Users] Virtual hosts

2007-04-10 Thread Brad Knowles
At 10:13 AM -0700 4/10/07, Mark Sapiro wrote: >>I believe that all this is documented in the FAQ. > > It isn't AFAICT. I thought it was, but I'll take your word for it. > I was going to add it, but I am looking for a specific > RFC reference. I have looked at several RFCs and

Re: [Mailman-Users] Virtual hosts

2007-04-10 Thread Stephen J. Turnbull
Mark Sapiro writes: > It isn't AFAICT. I was going to add it, but I am looking for a specific > RFC reference. I have looked at several RFCs and I don't see anything > that talks about rewriting domains in headers. All I found was RFC > 1123 (STD 3), sec 5.2.2 As Lucy van Pelt ("The Doctor is

Re: [Mailman-Users] Virtual hosts

2007-04-10 Thread Mark Sapiro
Brad Knowles wrote: > >Most likely the desired virtual host name is a CNAME alias for the >real canonical name. The RFCs require that all CNAME aliases be >resolved into their true canonical names, before delivering the >message. The solution is to remove the CNAME records and have the >desir

Re: [Mailman-Users] Virtual hosts

2007-04-09 Thread Brad Knowles
At 5:08 PM -0700 4/9/07, Mark Sapiro wrote: > Then this is an issue with the outgoing MTA. I can't tell you what you > need to do to fix it, but I can tell you that Mailman is already using > the host_name attribute as the domain in list email addresses. Most likely the desired virtual host na

Re: [Mailman-Users] Virtual hosts

2007-04-09 Thread Mark Sapiro
Ira Goldstein wrote: > Hi. The list's host_name on the web page does reflect the desired >virtual host name. Then this is an issue with the outgoing MTA. I can't tell you what you need to do to fix it, but I can tell you that Mailman is already using the host_name attribute as the domain in li

Re: [Mailman-Users] Virtual hosts

2007-04-09 Thread Ira Goldstein
Mark -- Hi. The list's host_name on the web page does reflect the desired virtual host name. I've tried the add_virtualhost as add_virtualhost('dom2.ain', 'dom2.ain') both with and without: add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) but did not see any difference in the system r

Re: [Mailman-Users] Virtual hosts

2007-04-06 Thread Mark Sapiro
Ira Goldstein wrote: > >Is there a way that mail to lists on dom2.ain appears as if it comes from >dom2.ain, while keeping mail to lists at dom1.ain appearing as if it comes >from dom1.ain? If the list's host_name attributes on the General Options page ("Host name this list prefers for email." n

[Mailman-Users] Virtual hosts

2007-04-06 Thread Ira Goldstein
Hi. I'm using Mailman with postfix on SUSE, and have gotten to the point where mail to list at dom1.ain and mail to list2 at dom2.ain distribute correctly (and even show up in the appropriate list of lists in dom1.ain/mailman/listinfo and dom2.ainmailman/listinfo . The problem that I am encoun

Re: [Mailman-Users] Virtual hosts [was: newlist mailman - python error]

2007-03-13 Thread Ulrich Pöschl
Mark Sapiro schrieb: > Standard Mailman supports multiple virtual hosts from a single instance > with the restriction that all list names must be unique across all > hosts. This restriction is planned to be removed for Mailman 2.2 and > there are various patches available for Mailman 2.1 which may

Re: [Mailman-Users] Virtual hosts [was: newlist mailman - python error]

2007-03-13 Thread Mark Sapiro
Ulrich Pöschl wrote: > >thanks a lot! your hint pointed me in the right direction. problem solved. > >other question: > >is it possible to use one mailman instance on a single server for two >different subdomains like > >[EMAIL PROTECTED] >[EMAIL PROTECTED] > >it wouldn't be too bad if the two host

Re: [Mailman-Users] virtual hosts and https

2005-08-03 Thread DaffyDuke
Hi, I have a similar problem with virtual domains on L'Autre Net. I tried the Mark and Dan tips in my mm_cfg.py , even restart, fix_url and wipe list. (add_virtualhost, patterns etc ...) Le lundi 01 août 2005 à 09:44 -0700, Mark Sapiro a écrit : > Dan Collins wrote: [EMAIL PROTECTED]:~$ lynx

Re: [Mailman-Users] virtual hosts and https yet another follow-up

2005-08-01 Thread Dan Collins
great information. I'll return to lurking now. Dan - Original Message - From: "Dan Collins" <[EMAIL PROTECTED]> To: "Vince Van De Coevering" <[EMAIL PROTECTED]>; Sent: Monday, August 01, 2005 1:53 PM Subject: Re: [Mailman-Users] virtual hosts an

Re: [Mailman-Users] virtual hosts and https follow-up

2005-08-01 Thread Dan Collins
n the container for each host - Original Message - From: "Vince Van De Coevering" <[EMAIL PROTECTED]> To: "'Dan Collins'" <[EMAIL PROTECTED]>; Sent: Monday, August 01, 2005 12:31 PM Subject: RE: [Mailman-Users] virtual hosts and https &g

Re: [Mailman-Users] virtual hosts and https

2005-08-01 Thread Mark Sapiro
Dan Collins wrote: > >1) In the mm_cfg.py file, I have > >DEFAULT_EMAIL_HOST = '.org' >DEFAULT_URL_HOST = '.org' >DEFAULT_URL_PATTERN = 'https://%s/mailman/' >VIRTUAL_HOSTS.clear() >add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) (NOTE: doesn't need >quotes, right? It worked fine wit

Re: [Mailman-Users] virtual hosts and https

2005-08-01 Thread Vince Van De Coevering
Sent: August 01, 2005 8:56 AM > To: Mailman-Users@python.org > Subject: [Mailman-Users] virtual hosts and https > > > Hello All - > > With Mark Sapiro's help, I got Mailman running on my apache > virtual server, at least for the most important virtual host, > xxx

[Mailman-Users] virtual hosts and https

2005-08-01 Thread Dan Collins
Hello All - With Mark Sapiro's help, I got Mailman running on my apache virtual server, at least for the most important virtual host, xxx.org. I'd like to get Mailman to deliver from either of my two virtual hosts both over https. I have mailman and pipermail dirs set up in httpd.conf under ea

Re: [Mailman-Users] Virtual Hosts in mm-cfg.py

2004-05-23 Thread Richard Barrett
here. Info for integrating it with xmail can be found at: http://xmailforum.homelinux.net/index.php? showtopic=1179&st=0&#entry5823 and I followed that specifically Thanks Subject: Re: [Mailman-Users] Virtual Hosts in mm-cfg.py On 23 May 2004, at 16:50, bescher wrote: Hello again I apol

Re: [Mailman-Users] Virtual Hosts in mm-cfg.py

2004-05-23 Thread Bob Escher
an be found at: http://xmailforum.homelinux.net/index.php?showtopic=1179&st=0&#entry5823 and I followed that specifically Thanks Subject: Re: [Mailman-Users] Virtual Hosts in mm-cfg.py > On 23 May 2004, at 16:50, bescher wrote: > > > > > Hello again > > I apo

Re: [Mailman-Users] Virtual Hosts in mm-cfg.py

2004-05-23 Thread Richard Barrett
On 23 May 2004, at 16:50, bescher wrote: Hello again I apologize for not putting a subject line in my last post. I am having several issues one of which are below I asked the question earlier (thank you Richard for helping me) about having more then 1 domain to have mailing lists in) he showed me w

[Mailman-Users] Virtual Hosts in mm-cfg.py

2004-05-23 Thread bescher
Hello again I apologize for not putting a subject line in my last post. I am having several issues one of which are below I asked the question earlier (thank you Richard for helping me) about having more then 1 domain to have mailing lists in) he showed me where in defaults.py is the reference for

[Mailman-Users] virtual hosts - archive hostname troubles

2003-03-26 Thread sleek
okay I just want to make sure I am setting this up properly - I have virtual hosts in place. Installed mailman 2.1.1 on FreeBSD 4.7 Stable machine. I updated /home/mailman/Mailman/mm_cfg.py with the following: VIRTUAL_HOSTS = {'lists.host1.com':'host1.com', 'lists.host2.com':'ho

[Mailman-Users] virtual hosts

2001-11-19 Thread Con Wieland
Hello I'am looking for more documentation on virtual hosts. I am interested in setting mailman up to host lists for domain1.xxx and domain2.yyy If I'am reading the features on www.list .org correctly - Support for virtual domains is possible but I haven't found any instructions. Any help is appr

RE: [Mailman-Users] Virtual Hosts (was wierd errors in maillog

2001-05-06 Thread Cal Evans
he relevant programs, I would be happy to share what I learned in my research. FWIW, Cal http://www.calevans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas von Hassel Sent: Saturday, May 05, 2001 2:05 PM To: [EMAIL PROTECTED] Subject: [Mailman-

[Mailman-Users] Virtual Hosts (was wierd errors in maillog

2001-05-05 Thread Thomas von Hassel
Hey again. The reason it didn't work before was 'couse i tried to run the list as a virtualone. The aliases were modified for sendmails virtusertable but aperantly that didnt work. Is there anyone outthere who has a way to operate mailman with virtual hosts ? We want to use mailman for several