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?

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-17 Thread Dr Michael Daly
Hey... reporting success! The problem has resolved after changing permissions for files residing in the /etc/mailman (data) directory to: mailman:mailman The timestamps were ok Well actually, mailman:mailman is what I did for the 'aliases' file but (accidentally) not for 'virtual mailman' (was ro

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-16 Thread Mark Sapiro
On 08/16/2013 01:17 AM, Dr Michael Daly wrote: > > So I reconfigured postfix with: > alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases > (I know someone said above this wasn't needed) And that was bad advice. It is needed. See below. > AND > virtual_alias_maps = hash:/etc/postfix/virt

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-16 Thread Dr Michael Daly
Thanks for the advice; I found the *data directory* in /etc/mailman/, along with the 'genaliases' produced files that I had been unable to locate So I reconfigured postfix with: alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases (I know someone said above this wasn't needed) AND virtual_a

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-15 Thread Mark Sapiro
On 08/15/2013 07:02 PM, Dr Michael Daly wrote: > > I should say the mailman version is 2.1.9, which was installed via an > 'apt-get' command on a centos package. Then I should say see the FAQ at . > In mm_cfg.py I have: > ('cpddomain.org.au' is not the real domain

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-15 Thread Dr Michael Daly
Hi Running genaliases produces NO output, just a carriage return. Running genaliases -h produces the relevant help information I should say the mailman version is 2.1.9, which was installed via an 'apt-get' command on a centos package. In mm_cfg.py I have: ('cpddomain.org.au' is not the real doma

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-15 Thread Andrew Hodgson
Michael Daly wrote: >Hi >I am having problems getting mail delivered to list members, on a virtual >domain. This did not happen when a conventional ie non virtual, domain. >Maybe there is a problem with aliases...I had to manually create the >/usr/lib/mailman/data dir and both the 'alias' and 'v

Re: [Mailman-Users] virtual domain and alias_maps

2013-08-15 Thread Mark Sapiro
On 08/15/2013 06:06 AM, Dr Michael Daly wrote: > > and I have created the list and configured mm_cfg.py as specified And what is in mm_cfg.py? Specifically do you have MTA = 'Postfix' and POSTFIX_STYLE_VIRTUAL_DOMAINS = ['the.lists.email.hostname'] See

[Mailman-Users] virtual domain and alias_maps

2013-08-15 Thread Dr Michael Daly
Hi I am having problems getting mail delivered to list members, on a virtual domain. This did not happen when a conventional ie non virtual, domain. Maybe there is a problem with aliases...I had to manually create the /usr/lib/mailman/data dir and both the 'alias' and 'virtual-mailman' files in tha

Re: [Mailman-Users] virtual domain https and admin interface

2013-01-29 Thread Mark Sapiro
Matthias Schmidt wrote: > >hmm, I found this: >http://wiki.list.org/display/DOC/4.27+Securing+Mailman's+web+GUI+by+using+Secure+HTTP-SSL >and followed these advice, but now it still doesn't work and on top of it I >get redicted to the default url host with the login page after trying to >accept

Re: [Mailman-Users] virtual domain https and admin interface

2013-01-29 Thread Matthias Schmidt
Am 29.01.2013 um 18:27 schrieb Matthias Schmidt: > Hello, > I have mailman 2.1.14 running on OS X Server 10.6.8 > One list runs on a virtual domain. > All webpages for the list are addressed via https. > I achieved that with a redirect rule in apache, it simply redirects all http > of that domain

[Mailman-Users] virtual domain https and admin interface

2013-01-29 Thread Matthias Schmidt
Hello, I have mailman 2.1.14 running on OS X Server 10.6.8 One list runs on a virtual domain. All webpages for the list are addressed via https. I achieved that with a redirect rule in apache, it simply redirects all http of that domain to https. That works fine so far, but when I try to approve t

Re: [Mailman-Users] Virtual Domain Hosting

2012-10-11 Thread P.V.Anthony
On 12/10/2012 00:29, Stephen J. Turnbull wrote: I would guess it probably scales to a few-score domains on the same hardware that would adequately support a given number of lists. The common case of a single server supporting a commercial domain and an open source domain for users without suppo

Re: [Mailman-Users] Virtual Domain Hosting

2012-10-11 Thread Stephen J. Turnbull
P.V.Anthony writes: > Is this true for all versions of mailman? All versions so far released by this project, yes. cPanel and maybe some other third-party distributions have patched versions of Mailman that allow one instance of Mailman to handle multiple domains with independent namespaces for

Re: [Mailman-Users] Virtual Domain Hosting

2012-10-11 Thread P.V.Anthony
On 08/10/2012 11:44, Mark Sapiro wrote: David Dodell wrote: Do I need to do something in postfix to get mailman to recognize these when the mailman list is virtual? See . When to the link above and found the following paragraph. --

Re: [Mailman-Users] Virtual Domain Hosting

2012-10-07 Thread Mark Sapiro
David Dodell wrote: > >Do I need to do something in postfix to get mailman to recognize these when >the mailman list is virtual? See . -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use

[Mailman-Users] Virtual Domain Hosting

2012-10-07 Thread David Dodell
I finally have Mailman working well on my OSX box ... as long as the domain I'm hosting the list is the main one for the box. I setup a testlist today under the name virtualt...@virtualdomain.org I host virtualdomain.org on my box. However, when mail is sent to virtualt...@virtualdomain.org; i

Re: [Mailman-Users] virtual domain list disclosure and list email linkissue

2010-04-16 Thread Dennison Williams
Thanks for your prompt response and your work on mailman. Mark Sapiro wrote: > Dennison Williams wrote: > >> The first is that even though I have "VIRTUAL_HOST_OVERVIEW = Yes" in >> my Mailman/mm_cfg.py file I am still able to disclose other lists on >> other domains through the url: >> http:/

Re: [Mailman-Users] virtual domain list disclosure and list email linkissue

2010-04-16 Thread Mark Sapiro
Dennison Williams wrote: > >The first is that even though I have "VIRTUAL_HOST_OVERVIEW = Yes" in >my Mailman/mm_cfg.py file I am still able to disclose other lists on >other domains through the url: >http:///mailman/listinfo/. >There must be a another way around this, if not it should be conside

[Mailman-Users] virtual domain list disclosure and list email link issue

2010-04-16 Thread Dennison Williams
Hello all!, I spent most of the day wrestling mailman and postfix into a multi site installation and now I have it working, except there are a few issues I am still trying to work out. The first is that even though I have "VIRTUAL_HOST_OVERVIEW = Yes" in my Mailman/mm_cfg.py file I am still able

Re: [Mailman-Users] Virtual domain support

2009-10-08 Thread Geoff Shang
On Thu, 8 Oct 2009, Terri Oda wrote: Geoff Shang wrote: I will review your patch, and I used list-domain.tld instead of This really needs to be documented somewhere. And by "somewhere" I recommend you put it into the Mailman Wiki, probably just add it to the FAQs: I'll do this. I probably

Re: [Mailman-Users] Virtual domain support

2009-10-08 Thread Terri Oda
Geoff Shang wrote: I will review your patch, and I used list-domain.tld instead of list.domain.tld, but I basically came to the same conclusion and just implemented same. I got the idea from http://mail.python.org/pipermail/mailman-users/2008-September/063254.html This really needs to be doc

Re: [Mailman-Users] Virtual domain support

2009-10-07 Thread Mark Sapiro
Geoff Shang wrote: >On Wed, 7 Oct 2009, Mark Sapiro wrote: >> There is still a problem in that there is a potential list name >> conflict, so to resolve that, you need to make a patch (see attached > >ah... > >I will review your patch, and I used list-domain.tld instead of >list.domain.tld, but

Re: [Mailman-Users] Virtual domain support

2009-10-07 Thread Geoff Shang
On Wed, 7 Oct 2009, Mark Sapiro wrote: Geoff Shang wrote: On Wed, 7 Oct 2009, Ashley M. Kirchner wrote: => /etc/mail/aliases/$domain-aliases mailman-lists.$domain \ "|/home/mailman/lists.$domain/mail/$domain-mailman post mailman" mailman-admin-lists.$domain:\

Re: [Mailman-Users] Virtual domain support

2009-10-07 Thread Mark Sapiro
Geoff Shang wrote: >On Wed, 7 Oct 2009, Ashley M. Kirchner wrote: > >> I have a multi setup for mailman to host multiple domains. All my list >> domains are configured as 'lists.$domain', for example 'lists.yeehaw.net'. >> My mailman installations all go under /home/mailman/lists.$domain >> >

Re: [Mailman-Users] Virtual domain support

2009-10-07 Thread Geoff Shang
On Wed, 7 Oct 2009, Ashley M. Kirchner wrote: Geoff Shang wrote: This would appear to be the sticking point. The aliases file doesn't generate fully-qualified Email addresses, only local parts. How do I ensure that a message to annou...@foo.com doesn't go to annou...@bar.org? [snip] I ha

Re: [Mailman-Users] Virtual domain support

2009-10-07 Thread Ashley M. Kirchner
Geoff Shang wrote: This would appear to be the sticking point. The aliases file doesn't generate fully-qualified Email addresses, only local parts. How do I ensure that a message to annou...@foo.com doesn't go to annou...@bar.org? This must be doable, because if it's not, then this defeats t

Re: [Mailman-Users] Virtual domain support

2009-10-07 Thread Geoff Shang
Hi Mark, re multiple installs, On Mon, 5 Oct 2009, Mark Sapiro wrote: The post at (linked from the FAQ at ) has good information. I don't thing there's anything bet

Re: [Mailman-Users] Virtual domain support

2009-10-06 Thread Geoff Shang
On Mon, 5 Oct 2009, Mark Sapiro wrote: I just applied the mailman-2.1.7-20060114-to-vhost.patch to the 2.1.12 base and it applied with only two rejects, both of which are easy to fix. Whether the patched code will actually work and meet your requirements, I can't say. I probably can't afford t

Re: [Mailman-Users] Virtual domain support

2009-10-06 Thread Geoff Shang
On Mon, 5 Oct 2009, Mark Sapiro wrote: You seem to have done your homework well, and to have a good understanding of the issues. You can learn a lot in 5 hours of reading. :) I found http://ndim.fedorapeople.org/stuff/mailman-vhost/ which appears to contain the same patches that were at http

Re: [Mailman-Users] Virtual domain support

2009-10-05 Thread Mark Sapiro
Geoff Shang wrote: > >Ok...This is tarting to sound doable. It also means I can get the most >important domains up quickly. Is there any documentation for doing this? >I need to have 7 lots of everything, right? > The post at

Re: [Mailman-Users] Virtual domain support

2009-10-05 Thread Mark Sapiro
Geoff Shang wrote > >This stuff looks a bit old. It's patches against Mailman 2.1.7 and files >seem to date back to 2006. The docs talk about what's going to happen in >2008. > >Does this code patch against 2.1.12? Is there newer code than this or >should I get it from git? And is there any

Re: [Mailman-Users] Virtual domain support

2009-10-05 Thread Mark Sapiro
Geoff Shang wrote: > >This is about all I know though. There seems to be much posted on the >subject. It seems it'll be in version 3, and people have asked for it to >be in version 2.2. I've seen mentions of multiple patches and multiple >versions ranging over the last 6 years or so. And the

[Mailman-Users] Virtual domain support

2009-10-05 Thread Geoff Shang
Hello, Apologies for jumping onto the list and posting right away, I realise it's bad netiquette. I admin two servers for a large non-profit organisation. On Thursday, one of them died. At the time we were using a different mailing list manager, but had plans to gently migrate the dozens

[Mailman-Users] Virtual domain support

2009-10-05 Thread Geoff Shang
Hello, Apologies for jumping onto the list and posting right away, I realise it's bad netiquette. I admin two servers for a large non-profit organisation. On Thursday, one of them died. At the time we were using a different mailing list manager, but had plans to gently migrate the dozens

Re: [Mailman-Users] Virtual domain not quite working on HTTP (but fine on SMTP)

2009-06-19 Thread Rick Moen
Quoting Mark Sapiro (m...@msapiro.net): > Yes it is. 'listinfo' is a CGI. You need a > ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" The Apache conf has: ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/ I didn't harp on that in either of my posts because I _had_ pointed out that the Mailma

Re: [Mailman-Users] Virtual domain not quite working on HTTP (but fine on SMTP)

2009-06-19 Thread Rick Moen
Quoting Adam McGreggor (adam-mail...@amyl.org.uk): > > # cat /var/www/gazette/.htaccess > > redirect 301 /index.html > > http://lists.linuxgazette.net/mailman/listinfo/ > > that 404's for me: have you got the Mailman Apache stanzas set-up in > lists.linuxgazette.net's vhost config? I've no

Re: [Mailman-Users] Virtual domain not quite working on HTTP (but fineon SMTP)

2009-06-18 Thread Mark Sapiro
Rick Moen wrote: > >There remains the matter of Mailman's Web pages: Those for domain >linuxmafia.com are present. (See: http://linuxmafia.com/mailman/listinfo/) >Those for domain lists.linuxgazette.net are not. See: >http://lists.linuxgazette.net/mailman/listinfo/ -- as you'll notice, >Apache2

Re: [Mailman-Users] Virtual domain not quite working on HTTP (but fine on SMTP)

2009-06-18 Thread Adam McGreggor
On Tue, Jun 16, 2009 at 11:37:30PM -0700, Rick Moen wrote: > Greetings, good people. Problem summary: After server rebuild, > virtual hosts work for SMTP, but Mailman's Web pages are appearing > for the main host only and _not_ the virtual host. [...] > After some fussing about concerning exim

[Mailman-Users] Virtual domain not quite working on HTTP (but fine on SMTP)

2009-06-17 Thread Rick Moen
Greetings, good people. Problem summary: After server rebuild, virtual hosts work for SMTP, but Mailman's Web pages are appearing for the main host only and _not_ the virtual host. Details: I've had Mailman running on Debian (serving up mailing lists for both "linuxmafia.com" and "lists.linu

Re: [Mailman-Users] virtual domain

2008-06-27 Thread Jeffrey Goldberg
On Jun 27, 2008, at 9:25 AM, Dony Tata wrote: I don't include doma.ac.id in DNS, must i include doma.ac.id in DNS? doma.ac.id is virtual domain in server xxx.mod..ac.id. If you want to people or other machines to be able to mail to @doma.ac.id, then there will need to be an MX record in

Re: [Mailman-Users] virtual domain

2008-06-27 Thread Mark Sapiro
Dony Tata wrote: >how to configure virtual domain in postfix + mailman? in my mm_cfg.py i >configure like this >MTA = 'Postfix' >POSTFIX_STYLE_VIRTUAL_DOMAINS = ['doma.ac.id','domb.ac.id'] >in postfix/main.cf, configure like this >virtual_alias_maps = hash:/etc/mailman/virtual-mailman >alias_map

Re: [Mailman-Users] virtual domain

2008-06-27 Thread Jeffrey Goldberg
[mailed and posted] On Jun 27, 2008, at 5:27 AM, Dony Tata wrote: i have sucsess create new mailing list "[EMAIL PROTECTED] " i have sucsess subscribe member,but if a member send mail to [EMAIL PROTECTED] , i have got error <[EMAIL PROTECTED]>"Host or domain name not found. Name service e

[Mailman-Users] virtual domain

2008-06-27 Thread Dony Tata
how to configure virtual domain in postfix + mailman? in my mm_cfg.py i configure like this MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['doma.ac.id','domb.ac.id'] in postfix/main.cf, configure like this virtual_alias_maps = hash:/etc/mailman/virtual-mailman alias_maps = hash:/etc/aliases, ha

Re: [Mailman-Users] virtual domain setup with postfix SOLVED

2007-01-30 Thread wo_shi_big_stomach
On 1/30/07 9:49 AM, Mark Sapiro wrote: > David Newman wrote: >> pctest: "|/usr/local/mailman/mail/mailman post pctest" >> >> but virtual-mailman has: >> >> [EMAIL PROTECTED] pctest >> >> I'm missing how to glue the two together, and this is NOT covered in the >> existing m

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Mark Sapiro
Paul Fox wrote: > >in that vein -- i never saw any yea or nay on the minor doc >addition i submitted on a related aspect of lists at virtual >domains. at the time i thought i might have sent the change to >the wrong place (i.e. the users', not the developers' list) but >now i'm just wondering if

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Paul Fox
mark wrote: > David Newman wrote: > > > Once I get this running I'd be glad to write up > > documentation and submit it for possible inclusion. > > I'm sure this can be improved. We'd appreciate the help. in that vein -- i never saw any yea or nay on the minor doc addition i submitted on a

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Mark Sapiro
Paul Fox wrote: >[ cc'ing the list on reply ] > >orlando wrote: > > I think he still has to issue the genaliases command. > >oh, yes. in addition, all of the hash maps need to have postmap >run on them. Assuming MTA = 'Postfix', genaliases and list creation/deletion will run the commands define

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Mark Sapiro
Paul Fox wrote: > >as i understand it, it's done automatically by postfix, if you >tell it about all the maps. if you weren't using mysql, the >definition of virtual_alias_maps should include the alias maps >for any virtual domains: > >virtual_alias_maps = > hash:/usr/local/mailman/data/vir

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Mark Sapiro
David Newman wrote: > >pctest: "|/usr/local/mailman/mail/mailman post pctest" > >but virtual-mailman has: > >[EMAIL PROTECTED] pctest > >I'm missing how to glue the two together, and this is NOT covered in the >existing mailman docs. Do you have the appropriate alias_map

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Paul Fox
[ cc'ing the list on reply ] orlando wrote: > I think he still has to issue the genaliases command. oh, yes. in addition, all of the hash maps need to have postmap run on them. paul > > the virtual_alias_map is the one that should have a mysql entry: > > virtual_alias_maps = hash:/usr

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread Paul Fox
david wrote: > I've read and reread and reread the mailman docs, and I don't see where and > how > virtual addresses get piped to the command above. The file > /usr/local/mailman/data/aliases has commands like the above; the file > /usr/local/mailman/data/virtual-mailman does not. > > F

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-30 Thread David Newman
On Monday, January 29, 2007, at 04:18PM, "Mark Sapiro" <[EMAIL PROTECTED]> wrote: >>Basically, postfix delivers message to [EMAIL PROTECTED] but nothing happens >>after that. > > >Presumably, that's because Postfix is delivering the mail to a local >mailbox 'pctest' instead of piping it to Mai

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-29 Thread Paul Fox
david wrote: > Postfix already handles mail for multiple virtual domains > defined in a MySQL database. I believe virtual domain setup > is OK, as individual users have been sending and receiving > mail for some time. > > Having problems with Mailman, though. I've read these > instruction

Re: [Mailman-Users] virtual domain setup with postfix

2007-01-29 Thread Mark Sapiro
David Newman wrote: > >Having problems with Mailman, though. I've read these instructions many times: > >http://www.list.org/mailman-install/postfix-virtual.html > >Besides doing what's listed there, I also defined a virtual mailbox for a new >"pctest" list (without that, mail sent to [EMAIL PROTE

[Mailman-Users] virtual domain setup with postfix

2007-01-29 Thread David Newman
MM 2.1.9, Postfix 2.3.5, cyrus-imap 2.3.7, all on FreeBSD 6.1 installed from ports Postfix already handles mail for multiple virtual domains defined in a MySQL database. I believe virtual domain setup is OK, as individual users have been sending and receiving mail for some time. Having problem

Re: [Mailman-Users] Virtual Domain / Postfix

2006-06-05 Thread Eduardo Meyer
On 6/5/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Eduardo Meyer wrote: > > > >When I try to add a list which already exists in the main domain, > >mailman states this list already exists. > > > This is a limitation of Mailman. Even with virtual domains, list names > must be unique within the inst

Re: [Mailman-Users] Virtual Domain / Postfix

2006-06-05 Thread Mark Sapiro
Eduardo Meyer wrote: > >When I try to add a list which already exists in the main domain, >mailman states this list already exists. This is a limitation of Mailman. Even with virtual domains, list names must be unique within the installation, not just within the domain. >What am I missing? Is t

[Mailman-Users] Virtual Domain / Postfix

2006-06-05 Thread Eduardo Meyer
Hello, I am willing to configure Virtual Domains in Postfix, and followed documentation available at: http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html Other than correctly configuring Postfix and mm_cfg.py with POSTFIX_STYLE_VIRTUAL_DOMAINS = pointing all my virtual domai

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Matt England
At 1/26/2006 10:38 PM, Mark Sapiro wrote: > >The followup question (assuming the above answer...which may or may not be > >a fair assumption): will this architecture ever be changed to remove this > >limitation? > >Yes again. I think you'll see it in Mailman 3, but as I'm sure you well >know, I ca

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Mark Sapiro
Matt England wrote: > >So the question is: is there any move afoot to change Mailman to support >same list names across multiple domains? Yes. See . >Why can't Mailman index it's list names such that the domain name is >associated with the internal list name...

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Matt England
At 1/26/2006 09:43 PM, Mark Sapiro wrote: >There are some patches around. See >. >There is also a link to cPanel's patches at >. >But re

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Mark Sapiro
Matt England wrote: > >[EMAIL PROTECTED] and [EMAIL PROTECTED] (ie, same list name, different >domains, different lists/reflectors) will not work for the same Mailman >server...or at least, so I'm told. You are correct, at least as far as the standard 2.1.x distribution is concerned. There are s

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Jim Popovitch
Matt England wrote: > > sendmail. ** shudder ** Hey, no shudder here. I fully understand Sendmail, it works well and I sleep good at night. YMMV. > [... rest of stuff deleted, not sure why we are talking about an MTA > if it's a Mailman problem ...but yes, I know how to get my MTA to do > this

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Matt England
At 1/26/2006 09:09 PM, Jim Popovitch wrote: >That depends on a few things. For starters, does your MTA support >[EMAIL PROTECTED] AND [EMAIL PROTECTED] Yes. >If it does, then you will need to use the virtualization features of your >MTA to map each list to a unique local email account. Alrea

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Jim Popovitch
Matt England wrote: > At 1/26/2006 07:47 PM, Jim Popovitch wrote: >> I run multiple lists with Mailman, been doing so since v1.1 (or was it >> 1.2?). Anyway, virtual domains work for me. What virtual domain >> problem do you have with recent MM versions? > > [EMAIL PROTECTED] and [EMAIL PROTEC

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Matt England
At 1/26/2006 07:47 PM, Jim Popovitch wrote: >I run multiple lists with Mailman, been doing so since v1.1 (or was it >1.2?). Anyway, virtual domains work for me. What virtual domain problem >do you have with recent MM versions? [EMAIL PROTECTED] and [EMAIL PROTECTED] (ie, same list name, differ

Re: [Mailman-Users] Virtual-domain support?

2006-01-26 Thread Jim Popovitch
Matt England wrote: > I've been away from the list for a while, and am curious: > > Will "virtual domains" support be included in Mailman 2.2...if they are not > already? > > By "virtual domain" support I mean the ability to support email lists from > multiple domains via one GNUMailman install

[Mailman-Users] Virtual-domain support?

2006-01-26 Thread Matt England
I've been away from the list for a while, and am curious: Will "virtual domains" support be included in Mailman 2.2...if they are not already? By "virtual domain" support I mean the ability to support email lists from multiple domains via one GNUMailman installation on one server. I manage vi

Re: [Mailman-Users] virtual domain lists

2005-06-28 Thread Christian Anton
Am Dienstag 28 Juni 2005 02:56 schrieb Mark Sapiro: > Christian Anton wrote: > >i am running mailman 2.1.5 with the mailman-virtual patch for some virtual > >domains. > >Because of the usage of suexec on my Webserver i have every vhost running > > its CGI's with another UID on the system. For being

Re: [Mailman-Users] virtual domain lists

2005-06-27 Thread Mark Sapiro
Christian Anton wrote: > >i am running mailman 2.1.5 with the mailman-virtual patch for some virtual >domains. >Because of the usage of suexec on my Webserver i have every vhost running its >CGI's with another UID on the system. For being able to access the >mailman-binaries i have to create a n

[Mailman-Users] virtual domain lists

2005-06-22 Thread Christian Anton
Hi list, i am running mailman 2.1.5 with the mailman-virtual patch for some virtual domains. Because of the usage of suexec on my Webserver i have every vhost running its CGI's with another UID on the system. For being able to access the mailman-binaries i have to create a new vhost that ist on

[Mailman-Users] Virtual domain not displayed in footer

2005-03-16 Thread Not Here
Wednesday March 16 2005 17:35, Mark Sapiro wrote to Kari Suomela: MS> It is not clear to me from the above exactly what you're trying to MS> accomplish. My guess is you have some lists you want to be in the MS> www.karico.ca domain and some in the www.damnspam.ca domain. The You read my mind

Re: [Mailman-Users] Virtual domain not displayed in footer

2005-03-16 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >I managed to change the list URL in mm_cfg.py, so it applies to ALL >lists on the server. How do I get it to display the actual virtual >domain the list is supposed to use? > >Below is what I have now. I want to display 'www.damnspam.ca' in the >footer on the resp list

[Mailman-Users] Virtual domain not displayed in footer

2005-03-16 Thread Not Here
I managed to change the list URL in mm_cfg.py, so it applies to ALL lists on the server. How do I get it to display the actual virtual domain the list is supposed to use? Below is what I have now. I want to display 'www.damnspam.ca' in the footer on the resp list. The list name and email addres

[Mailman-Users] Virtual domain setup problem

2005-01-02 Thread paul
Postfix version 2.0.16 Fedora Core 1 mailman 2.1.15 First off none of my email accounts on my email server are local. All are virtual mailbox domains. Now I have a domain topguncomputers.com that accepts the most common email. the fqdn of my server is server.topguncomputers.com So in postfix

Re: [Mailman-Users] Virtual domain problems, Mailman + sendmail

2004-04-05 Thread texas critter
S. M. Das wrote: > Hello! I need two lists with the same name on the same > machine, but for two different domains. Example: 'staff @ > domain1.org' and 'staff @ domain2.org'. With the standard installation of Mailman, you can't have the same list name on more than one domain name. You can only

[Mailman-Users] Virtual domain problems, Mailman + sendmail

2004-04-05 Thread S. M. Das
Hello! I need two lists with the same name on the same machine, but for two different domains. Example: 'staff @ domain1.org' and 'staff @ domain2.org'. Right now, they have different names ('domain1-staff' and 'domain2-staff') and with some aliasing, members can post to 'staff @ domain1.org' us

Re: [Mailman-Users] virtual domain complete suppression

2003-12-12 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 burton rosenberg wrote: > I would like that Mailman treat sherman and i-sherman as complete > synonyms, as aliases. If I understand you correctly (and I might not, it's still early in my day and the sugar hasn't kicked in yet), you want mailman to sho

[Mailman-Users] virtual domain complete suppression

2003-12-12 Thread burton rosenberg
I am installing Mailman for the Dept of Comp Sci, Univ of Miami. It is running on a FreeBSD machine named sherman, and we have a firewall. Internally sherman is 172.20.0.2, but for access beyond the firewall it is also 192.31.89.3. The PIX firewall does the address translation. I also make pub

Re: [Mailman-Users] Virtual domain HOW TO/FAQ/support

2002-12-17 Thread John Buttery
* Jon Carnes <[EMAIL PROTECTED]> [2002-12-17 22:28:08 -0500]: > Good point, he did specifically mention the web pages - so why didn't > you answer the question...? Well, mostly it's because most of the best answers on this list come from you, so I half-assumed my answer was misguided (I know it

Re: [Mailman-Users] Virtual domain HOW TO/FAQ/support

2002-12-17 Thread Jon Carnes
Good point, he did specifically mention the web pages - so why didn't you answer the question...? The best answer on the web page displays is to use the latest beta which has better support for virtual domains. On Tue, 2002-12-17 at 20:45, John Buttery wrote: > * Jon Carnes <[EMAIL PROTECTED]> [2

Re: [Mailman-Users] Virtual domain HOW TO/FAQ/support

2002-12-17 Thread John Buttery
* Jon Carnes <[EMAIL PROTECTED]> [2002-12-17 17:18:35 -0500]: > The short answer is that for Sendmail you need to use the Generic > Tables. In the end it is often easier to switch to Postfix. The > support for virtual domains on Postfix is much better than for Sendmail He's asking about the em

Re: [Mailman-Users] Virtual domain HOW TO/FAQ/support

2002-12-17 Thread Jon Carnes
This is documented multiple times in the list Archives. Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ The short answer is that for Sendmail you need to use the Generic Tables. In the end it is often easier to switch to Postfix. The support for virtual domains on

[Mailman-Users] Virtual domain HOW TO/FAQ/support

2002-12-17 Thread Kyohere Luke
Hello, I am kinda new to mailman, and was just wondering if there is a place I can read about how to configure mailman to use virtual domains. for example to show on all the web-pages [EMAIL PROTECTED] instead of [EMAIL PROTECTED] I tried to use aliases but they do not fix this problem. My MTA is

Re: [Mailman-Users] Virtual domain

2002-09-03 Thread Jon Carnes
The current version of Mailman leaves this to the MTA to figure out. If you were using Sendmail then you would setup the Generics tables with each list to indicate the domains that the lists should appear to be from. In postfix, exim, and qmail this is part of the standard install (correct me fo

Re: [Mailman-Users] Virtual domain

2002-09-03 Thread hotmail user
Cc: Odhiambo Washington ; Jens W. Skov - JS Consult ; [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 12:26 PM Subject: Re: [Mailman-Users] Virtual domain * hotmail user <[EMAIL PROTECTED]> [20020903 19:19]: wrote:> If your server is wrapping mailman in suexec,

Re: [Mailman-Users] Virtual domain

2002-09-03 Thread Odhiambo Washington
* hotmail user <[EMAIL PROTECTED]> [20020903 19:19]: wrote: > If your server is wrapping mailman in suexec, > http://httpd.apache.org/docs/suexec.html > then, your list admin will not resolve to your own domain name. > It will look something like: > http://ourserver.com/mailman/admin/list_virtu

Re: [Mailman-Users] Virtual domain

2002-09-03 Thread hotmail user
. tom   - Original Message - From: Odhiambo Washington To: Jens W. Skov - JS Consult Cc: [EMAIL PROTECTED] Sent: Tuesday, September 03, 2002 11:55 AM Subject: Re: [Mailman-Users] Virtual domain * Jens W. Skov - JS Consult <[EMAIL PROTECTED]> [20020903

Re: [Mailman-Users] Virtual domain

2002-09-03 Thread Odhiambo Washington
* Jens W. Skov - JS Consult <[EMAIL PROTECTED]> [20020903 18:45]: wrote: > Hi > > To day I run a number of majordomo lists. > They are set up on a server that's not hosting the domains for which it > server as listserver. > Fx an address [EMAIL PROTECTED] would forward to > [EMAIL PROTECTED] c

[Mailman-Users] Virtual domain

2002-09-03 Thread Jens W. Skov - JS Consult
Hi To day I run a number of majordomo lists. They are set up on a server that's not hosting the domains for which it server as listserver. Fx an address [EMAIL PROTECTED] would forward to [EMAIL PROTECTED] corresponding a list called infolist_domain. Majordomo then sends to the list members as

[Mailman-Users] Virtual Domain

2001-11-18 Thread Simon Faulkner
Hi all, I am new to Postfix and Mailman. I have Mailman running (sucessfully:-) on a machine somedomain.co.uk and this machine is also a virtual host for otherdomain.co.uk Can mailman run a list for [EMAIL PROTECTED] whilst still allowing Postfix to collect all other mail for otherdomain and se

Re: [Mailman-Users] Virtual Domain problem

2001-10-10 Thread Ashley M. Kirchner
Vania Lolham wrote: > If that test-user send a posting to > [EMAIL PROTECTED] the message get posted no error or > bounce. > mail log say the mail was send:ok > But the user doesn't get the posted message. > no matter how many valid users I add to the list the don't > get postings. You don't

[Mailman-Users] Virtual Domain problem

2001-10-10 Thread Vania Lolham
Hi there, OS: RedHat 7.1 I setup all domains as virtual and all the users are popuser. Server domain name is resolved to "maindomain.com" with ip address of 139.aaa.bbb.ccc there are two other virtual domains under this domain called: virtual-domain-1.com with ip address of 203.aaa.bbb.ccc virt

  1   2   >