Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-06-07 Thread Mark Sapiro
Daniel, Barry K. wrote: > > /usr/local/mailman/log/smtp > Jun 07 09:28:34 2006 (2096) <[EMAIL PROTECTED]> smtp to testlist for 4 > recips, completed in 0.088 seconds Your post was sent to 4 recipients. > Jun 07 09:28:37 2006 (2096) <[EMAIL PROTECTED]> smtp to testlist for 1 > recips, complet

Re: [Mailman-Users] Address Does Not Exist

2006-06-07 Thread Mark Sapiro
Patrick Bogen wrote: >On 6/7/06, McNutt, William R <[EMAIL PROTECTED]> wrote: >> A bad alias configuration is at the very top of my list for this >issue. There's really no other reason this should be failing, since >Mailman itself cannot generate such an error (as far as I know.) Ri

Re: [Mailman-Users] Need bin/newlist to notify but not prompt

2006-06-07 Thread Mark Sapiro
Patrick Bogen wrote: > >Ask, and ye shall receive. A patch is attached, and I'll open up an >RFE and attach it there, as well. Adds the '-a/--automate' option to >not prompt, but still notify. Cool! Thank you. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco B

Re: [Mailman-Users] Changing URLs in mailman after move

2006-06-07 Thread Mark Sapiro
Lawrence Bowie wrote: >In moving from Debian to SuSE 10.0, the mailing lists' links like, > >http://lists.example.org/cgi-bin/mailman/admindb/test-list > >do not work anymore because the actual link on the new server is > >http://lists.example.org/mailman/admindb/test-list > > >I can take care of

[Mailman-Users] Changing URLs in mailman after move

2006-06-07 Thread Lawrence Bowie
In moving from Debian to SuSE 10.0, the mailing lists' links like, http://lists.example.org/cgi-bin/mailman/admindb/test-list do not work anymore because the actual link on the new server is http://lists.example.org/mailman/admindb/test-list I can take care of this via apache but there has to

Re: [Mailman-Users] Migrating configuration

2006-06-07 Thread Mark Sapiro
Patrick Bogen wrote: >On 6/7/06, Ben Edwards (lists) <[EMAIL PROTECTED]> wrote: >> However how do I move the configuration? > >http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.004.htp Unfortunately, this FAQ is in need of some revision/expansion (it's on my list, but if anyone wants

Re: [Mailman-Users] How to unhide 20 000, or so, e-mails in one go

2006-06-07 Thread Mark Sapiro
Muhammad Al-Massari > >How to unhide 20 000, or so, e-mails in one go. Doing it one by one is a real >NIGHTMARE!!! > >(I have two other big lists too ... to be modified also!) Patrick has already replied that you can do this with bin/withlist if you have shell access to your Mailman installation

Re: [Mailman-Users] Address Does Not Exist

2006-06-07 Thread Patrick Bogen
On 6/7/06, McNutt, William R <[EMAIL PROTECTED]> wrote: > Your message did not reach some or all of the intended recipients. > > Subject: Test > Sent: 6/7/2006 2:28 PM > > The following recipient(s) could not be reached: > > [EMAIL PROTECTED] on 6/7/2006 2:28 PM >

Re: [Mailman-Users] Need bin/newlist to notify but not prompt

2006-06-07 Thread Patrick Bogen
It's not a .tar.bz2, just a .bz2 cd foo/bin (wherever mailman's scripts, i.e. newlist, reside) bunzip2 ~/newlist-auto.patch.bz2 patch -p1 < ~/newlist-auto.patch.bz2 Season to taste. - Patrick Bogen On 6/7/06, Hugh Esco <[EMAIL PROTECTED]> wrote: > Mr. Bogen: > > That sounds like just the thing

Re: [Mailman-Users] Config Prob. Can't Send or Receive Mail

2006-06-07 Thread Jesse Lee
When checked mail.log I found this message below: Jun 7 10:30:18 solidot Mailman mail-wrapper: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "nobody", but the system's mail server executed the mail script as group "mailman". Try tweaking the mail server

[Mailman-Users] Address Does Not Exist

2006-06-07 Thread McNutt, William R
This is a new one on me: I have created a new list ([EMAIL PROTECTED]). I've checked my aliases file and run newaliases. When members or non-members send e-mail to the list, they get the following message: Bill Your message did not reach some or all of the intended recipients. Subject

Re: [Mailman-Users] Need bin/newlist to notify but not prompt

2006-06-07 Thread Patrick Bogen
On 6/7/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: >Is there any way to get what I'm looking for without >hacking on the python code underneath? I don't think so. What you want seems reasonable and should be available with newlist, but currently isn't. Ask, and ye shall receive. A patch is at

Re: [Mailman-Users] How to unhide 20 000, or so, e-mails in one go

2006-06-07 Thread Patrick Bogen
On 6/7/06, Muhammad Al-Massari <[EMAIL PROTECTED]> wrote: > How to unhide 20 000, or so, e-mails in one go If you have shell access, you can use a withlist script. -- - Patrick Bogen -- Mailman-Users mailing list Mailman-Users@python.org http:/

Re: [Mailman-Users] Migrating configuration

2006-06-07 Thread Patrick Bogen
On 6/7/06, Ben Edwards (lists) <[EMAIL PROTECTED]> wrote: > However how do I move the configuration? http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.004.htp -- - Patrick Bogen -- Mailman-Users mailing list Mailman-Users@python.org

Re: [Mailman-Users] newbie question about how to mailman sends out bulk emails

2006-06-07 Thread Patrick Bogen
On 6/7/06, david meltzer <[EMAIL PROTECTED]> wrote: > can i get mailman send out 100 emails with 50 users each? Yes, just set SMTP_MAX_RCPTS in your mm_cfg.py to 50. > can i get mailman to send out 5000 emails one by one? Sure. Set SMTP_MAX_RCPTS to 1, and/or enable full personalization. > if so,

Re: [Mailman-Users] Mailman doubt

2006-06-07 Thread Clovis Tristao
Hi, Mark, Mark Sapiro wrote: > Clovis Tristao wrote: > > I think the messages are perhaps being retried and are moving back and > forth between the out gueue and retry queue. Exactly. >> One of the list is delaying 02 hours to deliver the messages, and is >> exactly this that has the messages of

[Mailman-Users] newbie question about how to mailman sends out bulk emails

2006-06-07 Thread david meltzer
hello and thanks for reading this, i am a computer volunteer for the goodwill rescue mission in newark,nj www.grmnewark.org i tried to find out via the faq and list archives but i could not find an answer to the following question. we need to be able to send out a mail list to about 5000 donors

[Mailman-Users] Migrating configuration

2006-06-07 Thread Ben Edwards (lists)
I have managed to move mail archives by copying the mailbox file and using: bin/arch --wipe new-list and exporting/bulk subscribing users works fine. However how do I move the configuration? -- Mailman-Users mailing list Mailman-Users@python.

[Mailman-Users] How to unhide 20 000, or so, e-mails in one go

2006-06-07 Thread Muhammad Al-Massari
How to unhide 20 000, or so, e-mails in one go Thanks very much Mark I corrected that stupid default. But much damage is already done in the past. How to unhide 20 000, or so, e-mails in one go. Doing it one by one is a real NIGHTMARE!!! (I have two other big lists too ... to be modified also

Re: [Mailman-Users] posting non-members

2006-06-07 Thread Patrick Bogen
On 6/7/06, Martin S <[EMAIL PROTECTED]> wrote: > >From time to time I get mail from non-members that should be able to post to > the list. > In the "held mail dialog" I added one of them to a filter allowing her to > post - where can I edit this filter? Check 'accept_these_nonmembers' on Privacy

Re: [Mailman-Users] Mailman doubt

2006-06-07 Thread Mark Sapiro
Clovis Tristao wrote: > # ps -ef | grep -i qrunner | grep -v grep > mailman 3960 3955 0 07:58 ?00:00:00 /usr/bin/python > /usr/lib/mailman/bin/qrunner --runner=ArchRunner:0:1 -s > mailman 3961 3955 0 07:58 ?00:00:00 /usr/bin/python > /usr/lib/mailman/bin/qrunner --runner=

Re: [Mailman-Users] Need bin/newlist to notify but not prompt

2006-06-07 Thread Mark Sapiro
Hugh Esco wrote: >I'm building a script to automate the installation of >multiple instances of mailman. I need the bin/newlist to >complete its work without me answering a prompt I'll never >see, but still notify the administrator of the new list >that it has been created and is working. > >bin

Re: [Mailman-Users] delate all bounces....

2006-06-07 Thread Mark Sapiro
kalin mintchev wrote: > >> the former. i don't see the BounceRunner in the mailman processes and will >> start it through mailmanctl but i remember reading somewhere that that >> daemon should run every 15 min?!? by default?! That was Mailman 2.0.x. Mailman 2.1 uses the mailmanctl daemon instead

Re: [Mailman-Users] Config Prob. Can't Send or Receive Mail

2006-06-07 Thread Mark Sapiro
Jesse Lee wrote: > >When I sent a mail to list, the exim mainlog showed below: >- >2006-06-07 05:15:27 1FnqO7-0002oA-5V ** >[EMAIL PROTECTED] T=mailman_transport: Child >process of mailman_transport >transport returned 2 from command: /usr/local/mailman/mail/mailman Status 2 is a g

Re: [Mailman-Users] Mailman and Sendmail debugging questions

2006-06-07 Thread Daniel, Barry K.
My email to the [EMAIL PROTECTED] is still not getting to the users. Some background: testlist has 4 members (dud1, dud2, dud3, dud4), Mailman and Sendmail are on domainwcs1.domainpriv.gov, Sun Messenger is on domainmta1.domainpriv.gov. The domainmta1 server has access to the internet, the do

Re: [Mailman-Users] Mailman doubt

2006-06-07 Thread Clovis Tristao
Mark Sapiro wrote: > If the messages in the 'out' queue are static (i.e. older ones don't > get processed and disappear), OutgoingRunner must not be running. > > # ps -ef | grep -i qrunner | grep -v grep mailman 3960 3955 0 07:58 ?00:00:00 /usr/bin/python /usr/lib/mailman/bin/qrunne

Re: [Mailman-Users] Error: Distutils is not available or is incomplete for /usr/bin/python

2006-06-07 Thread Hugh Esco
That's a never mind. I uninstalled the python 2.4 packages and reinstalled everything as 2.3 and its now running w/o errors, through that step. Thanks anyway, -- Hugh On Tue, 6 Jun 2006 18:21:51 -0700 Hugh Esco <[EMAIL PROTECTED]> wrote: > My firts attempts to build mailman on a new server a

[Mailman-Users] Need bin/newlist to notify but not prompt

2006-06-07 Thread Hugh Esco
I'm building a script to automate the installation of multiple instances of mailman. I need the bin/newlist to complete its work without me answering a prompt I'll never see, but still notify the administrator of the new list that it has been created and is working. bin/newlist -q/--quiet Norma