Re: [Mailman-Users] Two questions

2012-12-12 Thread Mark Sapiro
John Oliver wrote: >1) How do I create different "list creator" passwords for multiple >virtualhosts? For example, www.domaina.com and www.domainb.com can have >different lists... I want to have different passwords so someone who can >admin one cannot admin the other This would require running

[Mailman-Users] Two questions

2012-12-12 Thread John Oliver
1) How do I create different "list creator" passwords for multiple virtualhosts? For example, www.domaina.com and www.domainb.com can have different lists... I want to have different passwords so someone who can admin one cannot admin the other 2) How do I "link" dissimilar domains? For example,

Re: [Mailman-Users] Two questions ref virtual hosts and mailman[SOLVED (so far)]

2011-08-05 Thread Tom Browder
On Fri, Aug 5, 2011 at 18:09, Tom Browder wrote: > On Fri, Aug 5, 2011 at 17:56, Mark Sapiro wrote: >> Tom Browder wrote: ... > Hm, but now I'm having problems because when I reply to a message from > list posters it has their personal e-mail address in the header like > this example: > > Billy B

Re: [Mailman-Users] Two questions ref virtual hosts andmailman[SOLVED (so far)]

2011-08-05 Thread Mark Sapiro
On 8/5/2011 5:41 PM, Tom Browder wrote: > > No, this: > > Show member addresses so they're not directly recognizable as email addresses? > (Details for obscure_addresses) No Yes<== [Yes selected] That setting affects only how addresses are displayed on the list's roster web page. > ***A

Re: [Mailman-Users] Two questions ref virtual hosts andmailman[SOLVED (so far)]

2011-08-05 Thread Tom Browder
On Fri, Aug 5, 2011 at 18:23, Mark Sapiro wrote: > Tom Browder wrote: >> >>Hm, but now I'm having problems because when I reply ... > Using what MUA? gmail >>to a message from >>list posters it has their personal e-mail address in the header like >>this example: >> >>Billy Bob billy.bowl...@gmai

Re: [Mailman-Users] Two questions ref virtual hosts andmailman[SOLVED (so far)]

2011-08-05 Thread Mark Sapiro
Tom Browder wrote: > >Hm, but now I'm having problems because when I reply Using what MUA? >to a message from >list posters it has their personal e-mail address in the header like >this example: > >Billy Bob billy.bowl...@gmail.com via virtual-1.org > >I have my list configure so it is (by defa

Re: [Mailman-Users] Two questions ref virtual hosts and mailman[SOLVED (so far)]

2011-08-05 Thread Tom Browder
On Fri, Aug 5, 2011 at 17:56, Mark Sapiro wrote: > Tom Browder wrote: >> >>Aha, I think all works now.  What I did was comment out this line in >>/etc/postfix/main.cf: >> >>#relay_recipient_maps = hash:/var/lib/mailman/data/virtual-mailman Hm, but now I'm having problems because when I reply to a

Re: [Mailman-Users] Two questions ref virtual hosts and mailman[SOLVED (so far)]

2011-08-05 Thread Mark Sapiro
Tom Browder wrote: > >Aha, I think all works now. What I did was comment out this line in >/etc/postfix/main.cf: > >#relay_recipient_maps = hash:/var/lib/mailman/data/virtual-mailman OK. That's one more issue with the package you're using and its use of postfix-to-mailman.py. In order for the ab

Re: [Mailman-Users] Two questions ref virtual hosts and mailman [SOLVED (so far)]

2011-08-05 Thread Tom Browder
On Fri, Aug 5, 2011 at 14:55, Mark Sapiro wrote: > On 8/5/2011 8:07 AM, Tom Browder wrote: > >> In my /etc/postfix/main.cf I have this: >>   relay_domains = virtual-1.org, virtual-2.org > > > I am not a Postfix expert, but I'll tell you what I think. If that > doesn't solve the problem, you may ne

Re: [Mailman-Users] Two questions ref virtual hosts and mailman

2011-08-02 Thread Tom Browder
On Tue, Aug 2, 2011 at 16:37, Mark Sapiro wrote: > Tom Browder wrote: > >>Question 1: >>= >> >>Current situation: >> ... (detailed and helpful answers...) Thanks, Mark! I'm going to jump in again! By the way, I have a Perl script and module I use to destroy and r

Re: [Mailman-Users] Two questions ref virtual hosts and mailman

2011-08-02 Thread Mark Sapiro
Tom Browder wrote: >Question 1: >= > >Current situation: > > >I have now pretty much a working solution for this situation (postfix >and mailman installed with Ubuntu packages on 64-bit 10.04 LTS (Lucid >Lynx) : > > 1 server > 1 "real" domain: realdomain.com > 2

[Mailman-Users] Two questions ref virtual hosts and mailman

2011-08-02 Thread Tom Browder
Question 1: = Current situation: I have now pretty much a working solution for this situation (postfix and mailman installed with Ubuntu packages on 64-bit 10.04 LTS (Lucid Lynx) : 1 server 1 "real" domain: realdomain.com 2 virtual domains: virtual-1.org

Re: [Mailman-Users] Two questions

2007-09-05 Thread Mark Sapiro
Michael Anderson wrote: > >> On Sep 5, 2007, at 7:52 AM, Michael Anderson wrote: >> >>> 1. Is there a way to mass unsubscribe all the members of a 5k list? >> >> bin/list_members $LISTNAME > your_list_members # (this will create a >> file with the members' addresses) >> bin/remove_members $LISTNA

Re: [Mailman-Users] Two questions

2007-09-05 Thread Michael Anderson
> On Sep 5, 2007, at 7:52 AM, Michael Anderson wrote: > >> 1. Is there a way to mass unsubscribe all the members of a 5k list? > > bin/list_members $LISTNAME > your_list_members # (this will create a > file with the members' addresses) > bin/remove_members $LISTNAME < your_list_members # (this w

Re: [Mailman-Users] Two questions

2007-09-05 Thread Chris Waltham
On Sep 5, 2007, at 7:52 AM, Michael Anderson wrote: > 1. Is there a way to mass unsubscribe all the members of a 5k list? bin/list_members $LISTNAME > your_list_members # (this will create a file with the members' addresses) bin/remove_members $LISTNAME < your_list_members # (this will use the

[Mailman-Users] Two questions

2007-09-05 Thread Michael Anderson
1. Is there a way to mass unsubscribe all the members of a 5k list? 2. I need to send a broadcast message to about 4K addresses. Just a one-time announcement. Should I use Mailman for this? I'm not sure how to set up a broadcast-only list. Thanks! MA ---

Re: [Mailman-Users] Two questions

2006-01-04 Thread Mark Sapiro
Bob Tourkow wrote: > >1. (Seemingly simple question) How can I print out a complete list of the >names and email addresses of all members of the list? The command line tool bin/list_members Run it with the --help option for instructions. If you don't have access to this and there is no one e

Re: [Mailman-Users] Two questions

2006-01-04 Thread Thomas von Hassel
On Jan 4, 2006, at 12:37, Bob Tourkow wrote: > Hello everyone, > > > > My organization makes extensive use of multiple Mailman lists, and > I am > involved in the administration of a couple “easy” lists. But there > are two > things I would like to do that I can’t seem to find out how to do.

[Mailman-Users] Two questions

2006-01-04 Thread Bob Tourkow
Hello everyone, My organization makes extensive use of multiple Mailman lists, and I am involved in the administration of a couple “easy” lists. But there are two things I would like to do that I can’t seem to find out how to do. Maybe one of you can tell me what to do. 1. (Seemingly sim

Re: [Mailman-Users] Two questions about Mailman

2005-06-22 Thread Sythos
On Wed, Jun 22, 2005 at 10:19:40AM -0500, Michael Linval wrote: > 1. When sending out digests it places all the messages into attachments > instead of in the body of the message. Is this my email system or is it > Mailman? I am running on Redhat Enterprise 3 system. Probably you set MIME digest,

Re: [Mailman-Users] Two questions about Mailman

2005-06-22 Thread Ralf Hildebrandt
* Michael Linval <[EMAIL PROTECTED]>: > Testing out Mailman to replace our old Majordomo lists. > > 1. When sending out digests it places all the messages into attachments > instead of in the body of the message. Is this my email system or is it > Mailman? I am running on Redhat Enterprise 3 sys

[Mailman-Users] Two questions about Mailman

2005-06-22 Thread Michael Linval
Testing out Mailman to replace our old Majordomo lists. 1. When sending out digests it places all the messages into attachments instead of in the body of the message. Is this my email system or is it Mailman? I am running on Redhat Enterprise 3 system. 2. I dont want passwords for each subscri

Re: [Mailman-Users] Two questions

2005-01-29 Thread Carl Zwanzig
In a flurry of recycled electrons, Mel Sojka wrote: > Just a suggestion folks. I have been using mailman since it was the new > kid on the block and it is truly a fantastic package, but since series > 2.1 at least once a week the VIRTUAL_HOSTS issue hits the users list. [...] > someone to crea

Re: [Mailman-Users] Two questions

2005-01-29 Thread Mark Sapiro
Erin Dalzell wrote: > >That worked. I think the adding of the virtual hosts just allows the >list to be accessed through that URL. But by default it sets everything >to the default ones. That must be it. Various things do use the VIRTUAL_HOSTS dictionary, but fix_url only uses it if you specify

Re: [Mailman-Users] Two questions

2005-01-29 Thread Mel Sojka
Just a suggestion folks. I have been using mailman since it was the new kid on the block and it is truly a fantastic package, but since series 2.1 at least once a week the VIRTUAL_HOSTS issue hits the users list. Getting ready to move a bunch of list from 2.0.8 and 2.0.13 to new servers runnin

Re: [Mailman-Users] Two questions

2005-01-29 Thread Erin Dalzell
I would do the following: Put Defaults.py back to it's original state. Put the following in mm_cfg.py MTA = "Postfix" IMAGE_LOGOS = '/icons/' DEFAULT_URL_HOST = 'www.thedalzells.org' DEFAULT_EMAIL_HOST = 'thedalzells.org' VIRTUAL_HOSTS.clear() add_virtualhost('www.thedalzells.org') The last could e

Re: [Mailman-Users] Two questions

2005-01-28 Thread Mark Sapiro
Erin Dalzell wrote: > >MTA = "Postfix" >IMAGE_LOGOS = '/icons/' >VIRTUAL_HOSTS.clear() >add_virtualhost('www.thedalzells.org') > >My process is: >* change the file >* Run fix_url >* restart mailman > >The problem is that the links on the site-wide Mailman list aren't >changed to whatever I have th

Re: [Mailman-Users] Two questions

2005-01-28 Thread Erin Dalzell
Mark Sapiro wrote: Erin Dalzell wrote: If you're changing things rather than just adding, try putting VIRTUAL_HOSTS.clear() ahead of your mm_cfg.py entries. That was the first thing I tried. Just to make sure this isn't something weird. I am seeing this on the site wide mailing list mailman. I ha

Re: [Mailman-Users] Two questions

2005-01-25 Thread Mark Sapiro
Erin Dalzell wrote: >> If you're changing things rather than just adding, try putting >> VIRTUAL_HOSTS.clear() ahead of your mm_cfg.py entries. > >That was the first thing I tried. Just to make sure this isn't something >weird. I am seeing this on the site wide mailing list mailman. I haven't >t

Re: [Mailman-Users] Two questions

2005-01-25 Thread Erin Dalzell
If you're changing things rather than just adding, try putting VIRTUAL_HOSTS.clear() ahead of your mm_cfg.py entries. That was the first thing I tried. Just to make sure this isn't something weird. I am seeing this on the site wide mailing list mailman. I haven't tried other mailing lists yet. T

Re: [Mailman-Users] Two questions

2005-01-25 Thread Mark Sapiro
Erin Dalzell wrote: >I am running Mailman 2.1.5 on Mac OS X 10.3.7. I have two questions: >1) what owner/group should the files in my mailman directory be? Group is the important one. It should be the group your mailman ID is in and not the group your web server runs as. If you're running Apple's

[Mailman-Users] Two questions

2005-01-24 Thread Erin Dalzell
I am running Mailman 2.1.5 on Mac OS X 10.3.7. I have two questions: 1) what owner/group should the files in my mailman directory be? 2) why isn't my mm_cfg.py file being read? I have an add_virtualhost in there, but it is never picked up. After making changes, I run, fix_url and restart mailcntr

Re: [Mailman-Users] Two Questions

2004-12-22 Thread Mark Sapiro
Bob Escher wrote: > >I am looking for the FAQ on how to be able to change >the subscription page and other pages according to to the website that it is >for >I have 8 lists and 5 of them belong to different domains and website. I >would >like to customize each subscription page (and any other page

Re: [Mailman-Users] Two Questions

2004-12-22 Thread Brad Knowles
At 8:55 AM -0600 2004-12-22, Bob Escher wrote: I am looking for the FAQ on how to be able to change the subscription page and other pages according to to the website that it is for I have 8 lists and 5 of them belong to different domains and website. I would like to customize each subscriptio

[Mailman-Users] Two Questions

2004-12-22 Thread Bob Escher
Good Morning all I have two questions and both of them are probably where I can't find them. I am looking for the FAQ on how to be able to change the subscription page and other pages according to to the website that it is for I have 8 lists and 5 of them belong to different domains and website. I

[Mailman-Users] Two questions: external headers and moderation

2003-01-25 Thread Fernando Schapachnik
Hi, First of all forgive if this message is inappropiate for the charter (too technical). Is my first post, and I haven't found the answers in the archive. To the point: a) I have a 'sponsored' list and need to include some random footers in the posts. Is there a way to include ex

[Mailman-Users] Two Questions

2002-08-09 Thread Eric Hake
I'm having the following two problems: 1) How do I set up the pipermail feature? I have a /pipermail folder in my root, but I'm missing something, because when I try to view archives, it says it's not available...How do I generate the archives so their viewable from the /pipermail folder? 2)

[Mailman-Users] Two questions...

2002-06-12 Thread Kevin Carlson
Hi, Is it possible to restrict outbound emails to administrative users only? In other words, non-admin users could not send mail to the list. Also, is it possible to customize the HTML that is rendered by Mailman? Thanks, Kevin -- Mailman

Re: [Mailman-Users] two questions (fwd)

2002-03-19 Thread Phil Voris
> 1) looks like you are either missing the directory structure for archive: > ~mailman/archives > ../private > ../public > or the rights are such that Mailman cannot access them I don't think so. Everything's pretty much accessible to mailman group and

Re: [Mailman-Users] two questions (fwd)

2002-03-19 Thread Phil Voris
> 1) looks like you are either missing the directory structure for archive: > ~mailman/archives > ../private > ../public > or the rights are such that Mailman cannot access them I don't think so. Everything's pretty much accessible to mailman group and

Re: [Mailman-Users] two questions

2002-03-17 Thread Jon Carnes
1) looks like you are either missing the directory structure for archive: ~mailman/archives ../private ../public or the rights are such that Mailman cannot access them 2) If you want Mailman to add the routes when you run "newlist -o ..." then it needs

[Mailman-Users] two questions

2002-03-17 Thread Phil Voris
Hi, I use v 2.08 and have a couple questions: 1] I get the following cron error all the time, but I don't know python and therefore cannot assess the problem. What does it mean? Subject: Cron /usr/bin/python -S /home/mailman/cron/senddigests Traceback (innermost last): File "/home/mai

[Mailman-Users] Two questions

2001-02-01 Thread Ashley M. Kirchner
The first one I posted a few days back and got no reply: 1) Mass Subscribing: When mass subscribing through the web interface, mailman sends out one single 'Subscribe Successful' for each email subscribing. Meaning, if I put in 100 emails to be subscribed, I will al