[Mailman-Users] Mailman with multiple domains

2010-01-29 Thread Guy
Hi, I've got Mailman up and running and looks good, but I'm not sure about multiple domains. mm_cfg.py contains this section: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.domain2.net'] add_virtualhost('lists.domain2.net', 'domain2.net') Mail sent to mail...@lists.domain1.net (the default URL and

Re: [Mailman-Users] Mailman with multiple domains

2010-01-29 Thread UGSD
I believe that mailing lists exist across all virtual domains listed? Is there any way to allow for the same mailing list on different domains with one instance of mailman? So I could have us...@lists.domain1.net AND us...@lists.domain2.net as two separate lists. Currently, out of the box,

Re: [Mailman-Users] Mailman with multiple domains

2010-01-29 Thread Mark Sapiro
Guy wrote: I've got Mailman up and running and looks good, but I'm not sure about multiple domains. mm_cfg.py contains this section: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.domain2.net'] add_virtualhost('lists.domain2.net', 'domain2.net') First of all, the domain(s) in

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':'firstdomain.net

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
- From: [EMAIL 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-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
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 I didn't have the entry

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
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 multiple domains Scott Race wrote: Thanks, fixed the domain name in the mm_cfg.py

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
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

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread Scott Race
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 domain. Currently list

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

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

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 hit a bug! Error. /var

Re: [Mailman-Users] Mailman on multiple domains

2008-10-31 Thread TGPlatt, WebMaster
HOPE I've got this right. Most of all, I hope this helps you, Scott. Good Luck! -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Friday, October 31, 2008 2:13 PM To: Scott Race Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Mailman on multiple domains

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',

[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

Re: [Mailman-Users] Mailman on multiple domains

2008-10-29 Thread Scott Race
: Tuesday, October 28, 2008 11:15 AM To: mailman-users@python.org Subject: Mailman on multiple domains 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

[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

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

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 intended

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