Re: [Mailman-Users] Mailman on multiple domains

2008-11-01 Thread TGPlatt, WebMaster
From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 11:27 PM To: [EMAIL PROTECTED]; 'Scott Race' Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Mailman on multiple domains TGPlatt, WebMaster wrote: > >VIRTUAL_HOSTS = {'firstdomain.net'

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Mark Sapiro
TGPlatt, WebMaster wrote: > >VIRTUAL_HOSTS = {'firstdomain.net':'firstdomain.net', > 'seconddomain.com':'seconddomain.com', > 'thirddomain.com':'thirddomain.com'} Just FYI the abbove is EXACTLY eqiivalent to VIRTUAL_HOSTS = {} add_virtualhost('firstdomain.net', 'f

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread TGPlatt, WebMaster
t to say Apache's VirtualHost definition files need these lines included: ## Mailman Setup ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ #AddDefaultCharset Off I HOPE I've got this right. Most of all, I hope this helps you, Scott. Good Luc

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
To: Scott Race Cc: mailman-users@python.org Subject: RE: [Mailman-Users] Mailman on multiple domains Scott Race wrote: >Now just hit one more slight snag, can no longer create new lists on the >second-domain.org. > >Fails with the Bug in Mailman version 2.1.5 - We're sorry, we

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Mark Sapiro
Scott Race wrote: >Now just hit one more slight snag, can no longer create new lists on the >second-domain.org. > >Fails with the Bug in Mailman version 2.1.5 - We're sorry, we hit a bug! >Error. > >/var/log/mailman error shows: > >admin(14722): RuntimeError: command failed: /usr/sbin/postmap >/et

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Mark Sapiro
Scott Race wrote: >Sorry bout that...yes, RHLE server. It isn't a question of the OS, but rather whether Mailman was configured and installed from our source distribution or from a RedHat RPM which differs significantly in terms of where things are found. >With your direction, realizing I like

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
-Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:16 PM To: Scott Race Cc: mailman-users@python.org Subject: RE: [Mailman-Users] Mailman on multiple domains Scott Race wrote: >Thanks for the reply - so this will be a multiple mailman domai

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
p! Scott Race -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:16 PM To: Scott Race Cc: mailman-users@python.org Subject: RE: [Mailman-Users] Mailman on multiple domains Scott Race wrote: >Thanks for the reply - so this will be a mul

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Mark Sapiro
Scott Race wrote: >Thanks for the reply - so this will be a multiple mailman domain. >Currently list working on first-domain.org, trying to get it working on >second-domain.org. > >So yes, "Host name this list prefers for email" is correct as >second-domain.org. > >My mm_cfg.py looks like this: >

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
tual domain config? Right now it seems like only my second-domain is in the virtual config. Scott -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 1:13 PM To: Scott Race Cc: mailman-users@python.org Subject: RE: [Mailman-Users] Mailman on mult

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Mark Sapiro
Scott Race wrote: > >Thanks, fixed the domain name in the mm_cfg.py to read ['second-domain.com']. > >Running the /bin/genaliases doesn't return an error, but doesn't >generate the /data/virtual-mailman file. The mailman error logs don't >show anything (no errors since Oct 22). > >Sounds like the

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
the virtual-mailman file missing is my main problem, huh? Scott From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Fri 10/31/2008 12:02 PM To: Scott Race; mailman-users@python.org Subject: Re: [Mailman-Users] Mailman on multiple domains Scott Race wrote: >So

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Mark Sapiro
Scott Race wrote: >So I didn't have the entry for POSTFIX_STYLE_VIRTUAL_DOMAINS in my >mm_cfg.py file. > >So I added the following: > >POSTFIX_STYLE_VIRTUAL_DOMAINS = ['www.second-domain.com'] This domain has to match the host_name attribute of the list (the 'email host', not the 'url host'). It

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sapiro Sent: Wednesday, October 29, 2008 4:36 PM To: Scott Race; mailman-users@python.org Subject: Re: [Mailman-Users] Mailman on multiple domains Scott Racewrote: >As a follow-up, I don't seem to have the virtual-mailman file on my

Re: [Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Mark Sapiro
Scott Racewrote: >As a follow-up, I don't seem to have the virtual-mailman file on my >server anywhere as stated in the documentation Is the virtual domain in POSTFIX_STYLE_VIRTUAL_DOMAINS = ['the.virtual.domain'] in mm_cfg.py. Is the host_name of the list = the.virtual.domain Have you r

Re: [Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Mark Sapiro
Scott Race wrote: > >So I have mailman running on a new VirtualHost, I can create a list from >the web interface, I can join lists and all emails from the system look >ok (having the second domain name). When posting, I get the following: > > > >Your message did not reach some or all of the inten

Re: [Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Scott Race
As a follow-up, I don't seem to have the virtual-mailman file on my server anywhere as stated in the documentation From: Scott Race Sent: Tuesday, October 28, 2008 1:18 PM To: mailman-users@python.org Subject: Mailman on multiple domains I have Postfix

[Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Scott Race
I have Postfix and Mailman running on a RHLE server. Mailman and Postfix work fine for a single domain setup. I have now setup my postfix configuration setup to accept mail for multiple domains. I did so editing main.cf to include the new domain I want to receive mail for, created a local use

Re: [Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Scott Race
I did some more research and looked at the Mailman Install info (should have done that before posting, sorry). Looks like I need to be using virtual alias domains instead of virtual mailbox domains. I will work with this config. Thanks! Scott -Original Message- From: Scott Race Sent: Tu

[Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Scott Race
Hello all, Question about using mailman in a virtual domain scenario. I currently have Postfix on a RHLE server with mailman installed working for a single domain. I am configuring Postfix for virtual domains, using the Virtual Mailbox Domain setup instead of alias domains since I'm assuming I am