Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Steven **
Yup: $ ps auxww| grep mailmanctl |grep -v grep list 5288 0.0 0.4 8704 4560 ?Ss Oct28 0:00 /usr/bin/python /usr/lib/mailman/bin/mailmanctl -s -q start $ ps auxww | egrep 'p[y]thon' list 5288 0.0 0.4 8704 4560 ?Ss Oct28 0:00 /usr/bin/python /usr/lib/mailma

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Mark Sapiro
Steven wrote: >Well, I added those for my new list and then ran "newaliases". Posts >are no longer bounced, but they still aren't going out to list >members. I checked the mailman logs and can't find anything >associated with the post attempt. I also checked what I believe are >the sendmail log

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Steven **
Well, I added those for my new list and then ran "newaliases". Posts are no longer bounced, but they still aren't going out to list members. I checked the mailman logs and can't find anything associated with the post attempt. I also checked what I believe are the sendmail logs (/var/log/mail.*)

Re: [Mailman-Users] Issues with the unsubscribe feature of this list

2007-10-29 Thread Mark Sapiro
Brenn Kapitan wrote: > >My client has chosen not to use this software and I have tried to >unsubscribe, yet I still receive daily messages. Attached is my confirmation >of my removal from the list from your server. > >Thank you > >Brenn Kapitan > >-Original Message- >From: [EMAIL PROTECTE

[Mailman-Users] Issues with the unsubscribe feature of this list

2007-10-29 Thread Brenn Kapitan
Hi there, My client has chosen not to use this software and I have tried to unsubscribe, yet I still receive daily messages. Attached is my confirmation of my removal from the list from your server. Thank you Brenn Kapitan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

Re: [Mailman-Users] mmdsr question

2007-10-29 Thread Troy Campbell
Thanks alot for the info Mark and the script Brad! It was "/var/spool/mailman" in my case. Useful information.. When there are new updates to this report script how might we know? Are you going to send notices out periodically to this list? Thanks Troy on 10/29/2007 02:54 PM Mark Sapiro said

Re: [Mailman-Users] mmdsr question

2007-10-29 Thread Brad Knowles
On 10/29/07, Troy Campbell wrote: > When there are new updates to this report script how might we know? If I make any further updates to the script, I will post about them to the mailman-users list. I'll also make sure that the version available for download via the "patches" link is updated,

Re: [Mailman-Users] mmdsr question

2007-10-29 Thread Brad Knowles
On 10/29/07, Mark Sapiro wrote: > That usually gets it, but in the RedHat FHS compliant package, the > directory isn't named 'qfiles', so D'oh! > # find /var -name virgin -print > > might be more successful. Just goes to show you how much I know about Red Hat /me -- Brad Knowle

Re: [Mailman-Users] mmdsr question

2007-10-29 Thread Mark Sapiro
Brad Knowles wrote: > > # find /var -name qfiles -print > >And hope that catches it. That usually gets it, but in the RedHat FHS compliant package, the directory isn't named 'qfiles', so # find /var -name virgin -print might be more successful. -- Mark Sapiro <[EMAIL PROTECTED]>

Re: [Mailman-Users] mmdsr question

2007-10-29 Thread Brad Knowles
On 10/29/07, Troy Campbell wrote: > I'm trying to figure out how to find out the location of my queue > directory e.g., > for the mmdsr script: > > QUEUEDIR="/var/lib/mailman/qfiles" That all depends on where your version of Mailman is configured to store those files. If you downloaded and

Re: [Mailman-Users] mmdsr question

2007-10-29 Thread Mark Sapiro
Troy Campbell wrote: >I'm trying to figure out how to find out the location of my queue >directory e.g., >for the mmdsr script: > >QUEUEDIR="/var/lib/mailman/qfiles" Look in mm_cfg.py and Defaults.py for a definition of QUEUE_DIR. If this is a RedHat FHS compliant package, it's "/var/spool/mai

Re: [Mailman-Users] ImportError: No module named _md5

2007-10-29 Thread Helmut Schneider
From: "Mark Sapiro" <[EMAIL PROTECTED]> > Helmut Schneider wrote: >>I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from > Python2.4 to Python2.5 as default. As an effect mailman won't start > anymore using Python2.5: >>Traceback (most recent call last): >> File "/usr/local/mailman/b

[Mailman-Users] mmdsr question

2007-10-29 Thread Troy Campbell
I'm trying to figure out how to find out the location of my queue directory e.g., for the mmdsr script: QUEUEDIR="/var/lib/mailman/qfiles" Thanks Troy -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinf

Re: [Mailman-Users] Can admin subscribe users via e-mail?

2007-10-29 Thread Mark Sapiro
Rosenbaum, Larry M. wrote: >We are migrating our lists from Majordomo to Mailman. Some list owners have >been subscribing users to their lists by sending emails which contain lines >like this: > >approve listname > >Does Mailman have an equivalent way for list admins to subscribe users via t

Re: [Mailman-Users] ImportError: No module named _md5

2007-10-29 Thread Brad Knowles
On 10/29/07, Helmut Schneider wrote: > I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from Python2.4 > to Python2.5 as default. As an effect mailman won't start anymore using > Python2.5: I believe that Mailman 2.1.9 requires Python 2.4, preferably the latest release of Python

Re: [Mailman-Users] Problem sending mail through Mailing list

2007-10-29 Thread Brad Knowles
On 10/29/07, Ian wrote: > The problem started after we migrated everything over to a new server. > > All the lists that was created on the previous server still works. Check your aliases. Odds are that you copied over all the files in /usr/local/mailman (or wherever your system puts all the

Re: [Mailman-Users] [Mailman-User] Problem About mailman GUI

2007-10-29 Thread Brad Knowles
On 10/29/07, QA Engg wrote: > how could I get mailman GUI > I'm very much new for mailman and linux > please tell me the procedure what to do next > and how to get mailman GUI The only GUI for Mailman is the web interface, and that doesn't cover all of the things you may want/need to do. Fo

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Brad Knowles
On 10/29/07, montgoss wrote: > I have no clue what that error means. And none of my searching turned up a > solution that worked for me. That's an alias problem. Depending on which MTA you use and how you integrate your MTA into Mailman, you will need to fix your aliases. Go back to the Mai

[Mailman-Users] Can admin subscribe users via e-mail?

2007-10-29 Thread Rosenbaum, Larry M.
We are migrating our lists from Majordomo to Mailman. Some list owners have been subscribing users to their lists by sending emails which contain lines like this: approve listname Does Mailman have an equivalent way for list admins to subscribe users via the email interface? If so, how is

Re: [Mailman-Users] Problem sending mail through Mailing list

2007-10-29 Thread Mark Sapiro
Ian wrote: > >I recently created a new mailing list and put in 2 email addresses, the >problem however is that whenever I send an email to the list, as a >subscriber, it sends the email to a whole other email address that I >cant seem to locate in any of the config files, I did a grep for the fi

Re: [Mailman-Users] Mac OS X Leopard upgrade experience

2007-10-29 Thread Sebastian Hagedorn
Hi, I run Mailman on Linux servers, so I can't actually speak from experiemce, but I'm a longtime Mac user on the desktop and have followed the launchd migration. --On 29. Oktober 2007 11:20:21 -0500 Larry Stone <[EMAIL PROTECTED]> wrote: > 4) System shutdown does not seem to shutdown mailman

Re: [Mailman-Users] Disappearing message

2007-10-29 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> >> >>> Way 2 is to modify scripts/post to log something. At the end of the >>> main() function following: >>> >>> inq = get_switchboard(mm_cfg.INQUEUE_DIR) >>> inq.enqueue(sys.stdin.read(), >>> listname=listname, >>>

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Mark Sapiro
Steven wrote: >I am using Sendmail. My "/etc/alias" file has: >## mailman mailing list >mailman: "|/usr/lib/mailman/mail/mailman post mailman" >mailman-admin: "|/usr/lib/mailman/mail/mailman admin mailman" >mailman-bounces: "|/usr/lib/mailman/mail/mailman bou

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Dragon
Steven ** sent the message below at 09:39 10/29/2007: >I am using Sendmail. My "/etc/alias" file has: > ## mailman mailing list > mailman: "|/usr/lib/mailman/mail/mailman post mailman" > mailman-admin: "|/usr/lib/mailman/mail/mailman admin mailman" > mailman-bounc

Re: [Mailman-Users] ImportError: No module named _md5

2007-10-29 Thread Mark Sapiro
Helmut Schneider wrote: > >I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from Python2.4 >to Python2.5 as default. As an effect mailman won't start anymore using >Python2.5: > >Traceback (most recent call last): > File "/usr/local/mailman/bin/mailmanctl", line 107, in >from Mai

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Steven **
I am using Sendmail. My "/etc/alias" file has: ## mailman mailing list mailman: "|/usr/lib/mailman/mail/mailman post mailman" mailman-admin: "|/usr/lib/mailman/mail/mailman admin mailman" mailman-bounces: "|/usr/lib/mailman/mail/mailman bounces mailman" ma

[Mailman-Users] Mac OS X Leopard upgrade experience

2007-10-29 Thread Larry Stone
Wasting no time, I experiemented over the weekend with upgrading a clone of my test server (Power PC) from Mac OS X Tiger (10.4.x) to Leopard (10.5). It was not as smooth as could be and a number of configuration changes were needed and I still have a startup problem. However, once I work around th

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Mark Sapiro
montgoss wrote: > >Possibly. How do I check? > > >Mark Sapiro wrote: >> >> Did you install MTA aliases for the new list? What is your incoming MTA? Some MTA's (e.g., exim) can be configured to deliver mail to Mailman programatically and don't use aliases. Postfix can be integrated with Mailman

Re: [Mailman-Users] [Mailman-User] Problem About mailman GUI

2007-10-29 Thread Mark Sapiro
Dragon wrote: >QA Engg sent the message below at 05:17 10/29/2007: > >>how could I get mailman GUI >>I'm very much new for mailman and linux >>please tell me the procedure what to do next >>and how to get mailman GUI > End original message. - > >There is no such

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread montgoss
Possibly. How do I check? Mark Sapiro wrote: > > Did you install MTA aliases for the new list? > > -- > Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, > San Francisco Bay Area, Californiabetter use your sense - B. Dylan > -- View this message in context: http://ww

Re: [Mailman-Users] [Mailman-User] Problem About mailman GUI

2007-10-29 Thread Dragon
QA Engg sent the message below at 05:17 10/29/2007: >how could I get mailman GUI >I'm very much new for mailman and linux >please tell me the procedure what to do next >and how to get mailman GUI End original message. - There is no such thing. Mailman uses a s

Re: [Mailman-Users] Help!

2007-10-29 Thread Dragon
mattias wrote: >where can i find a list of mm_cfg.py variables? > End original message. - Read the comments in Defaults.py they will tell you what you can set in mm_cfg.py Dragon ~~~ Venimus, Salt

Re: [Mailman-Users] Posts to list returned

2007-10-29 Thread Mark Sapiro
montgoss wrote: > >I setup a new list. But the messages aren't going through. I get a >"returned mail" with the following: > > - The following addresses had permanent fatal errors - ><[EMAIL PROTECTED]> > (reason: 550 5.1.1 User unknown) Did you install MTA aliases for the new list?

Re: [Mailman-Users] Help!

2007-10-29 Thread Mark Sapiro
mattias wrote: >where can i find a list of mm_cfg.py variables? In Defaults.py -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan -- Mailman-Users mail

[Mailman-Users] Problem sending mail through Mailing list

2007-10-29 Thread Ian
Hi I am having a small headache with our mailman server. I recently created a new mailing list and put in 2 email addresses, the problem however is that whenever I send an email to the list, as a subscriber, it sends the email to a whole other email address that I cant seem to locate in any of

[Mailman-Users] [Mailman-User] Problem About mailman GUI

2007-10-29 Thread QA Engg
hi, 1. Configured mailman using command * sudo ./congigure –with-gid-id=1000* and configuration is successful for above 2. I installed mailman from repository and start mailman using command * sudo /etc/init.d/mailman start* mailman is started successfully how could I get ma

[Mailman-Users] ImportError: No module named _md5

2007-10-29 Thread Helmut Schneider
Hi, I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from Python2.4 to Python2.5 as default. As an effect mailman won't start anymore using Python2.5: Traceback (most recent call last): File "/usr/local/mailman/bin/mailmanctl", line 107, in from Mailman import Utils File "/u

[Mailman-Users] Posts to list returned

2007-10-29 Thread montgoss
I setup a new list. But the messages aren't going through. I get a "returned mail" with the following: - The following addresses had permanent fatal errors - <[EMAIL PROTECTED]> (reason: 550 5.1.1 User unknown) - Transcript of session follows - 550 5.1.1 <[EMAIL PROTECTE

Re: [Mailman-Users] Help!

2007-10-29 Thread mattias
where can i find a list of mm_cfg.py variables? --- mattias jonsson hemsida: www.mattiasweb.net mail: [EMAIL PROTECTED] ekeskolans gamla hemsida http://web.archive.org/web/19990908081633/http://www.ekeskolan.specialskolor na.se/index.html -Ursprungligt meddelande- Från: Guilherme Fu

Re: [Mailman-Users] Help!

2007-10-29 Thread mattias
Ok i think i have find my answer Thanks anyway --- mattias jonsson hemsida: www.mattiasweb.net mail: [EMAIL PROTECTED] ekeskolans gamla hemsida http://web.archive.org/web/19990908081633/http://www.ekeskolan.specialskolor na.se/index.html -Ursprungligt meddelande- Från: Mark Sapiro [mail