Re: [Mailman-Users] Help me mailman

2010-02-10 Thread Mark Sapiro
Fredy Edgardo Torres Duran wrote: >I need help on the mailman mailing list. >I want to put in the recipient (To) mail subscriber and not the name of the >list, which option should I change and where it is configured. >thanks for your help What you want is on the admin web interface Non-digest op

[Mailman-Users] Help me mailman

2010-02-10 Thread Fredy Edgardo Torres Duran
I need help on the mailman mailing list. I want to put in the recipient (To) mail subscriber and not the name of the list, which option should I change and where it is configured. thanks for your help -- Atte. Fredy Edgardo Torres Durán www.hostingplusonline.com --

Re: [Mailman-Users] Help me; What serve my needs???

2006-04-06 Thread Carl Zwanzig
In a flurry of recycled electrons, Jonas Jacobsen wrote: > Somtimes over 10 mail. It is only needed to send the mail out. And > the most important is the speed. > Is there another listsoftware there is better for "oneway maling" ??? Maybe, but mailman does it quite well. > and how many mai

Re: [Mailman-Users] Help me; What serve my needs???

2006-04-06 Thread Andre Tann
Jonas Jacobsen, Donnerstag, 6. April 2006 13:54: > Somtimes over 10 mail. It is only needed to send the mail > out. And the most important is the speed. I don't think that mailman is the bottle neck. It's more the MTA with all it's DNS lookups and other time consuming things. > and how ma

[Mailman-Users] Help me; What serve my needs???

2006-04-06 Thread Jonas Jacobsen
Hi Mailman list I work for af company who recently has started sending out weekly newsletters for other companys. Somtimes over 10 mail. It is only needed to send the mail out. And the most important is the speed. Is there another listsoftware there is better for "oneway maling" ??? and h

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Mark Sapiro
Kabilan L wrote: > >As Mark,said i know i don't have an entry/attr owner in my record i hashed >that line and tried it still didn't work. Help Me please. You can't just "hash out" lines in extend.py. Every one of them is there for a purpose, and those ldap.* attributes are all referenced in LDAPMe

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Kabilan L
s Chennai - 600 036 Tamil Nadu, INDIA "The secret to winning football games is working more as a team, less as individuals. I play not my 11 best, but my best 11." ->Knute Rockne ------ Original Message --- From: Patrick Bogen <[EMAIL PROTECTED]> To: Kabilan L <[EMAIL PROTECT

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Mark Sapiro
Patrick Bogen wrote: > >P.s., make sure to 'reply to all' so that the list gets your posts as well. I second the above. >On 2/13/06, Kabilan L <[EMAIL PROTECTED]> wrote: >> admin(9022): File "/usr/lib/mailman/Mailman/LDAPMemberships.py", line 231, >> in __ldap_load_members_by_group >> admin

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Kabilan L
quot; ->Knute Rockne -- Original Message --- From: Mark Sapiro <[EMAIL PROTECTED]> To: "Kabilan L" <[EMAIL PROTECTED]>, mailman-users@python.org Sent: Mon, 13 Feb 2006 07:20:47 -0800 Subject: Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Patrick Bogen
ectrical Engineering > IIT Madras > Chennai - 600 036 > Tamil Nadu, INDIA > > > "The secret to winning football games is working more as a team, less as > individuals. I play not my 11 best, but my best 11." ->Knute Rockne > > > -- Original

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Patrick Bogen
<[EMAIL PROTECTED]> > Cc: mailman-users@python.org > Sent: Mon, 13 Feb 2006 09:50:57 -0600 > Subject: Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent > > > On 2/13/06, Kabilan L <[EMAIL PROTECTED]> wrote: > > > def extend(list): > > > l

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Patrick Bogen
On 2/13/06, Kabilan L <[EMAIL PROTECTED]> wrote: > def extend(list): > ldap = LDAPMemberships(list) > ldap.ldapsearch = "(uid=recipient)" # your LDAP search here > ldap.ldapserver = "127.0.0.1" # your LDAP server > ldap.ldapbasedn = "dc=domain dc=com" # your base DN > ldap.ld

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-13 Thread Mark Sapiro
Kabilan L >admin(5563): File "/usr/lib/mailman/Mailman/LDAPMemberships.py", line 226, >in __ldap_load_members_by_group >admin(5563): entry = l.search_st(self.__mlist.LDAP_BASE, >ldap.SCOPE_ONELEVEL ,filterstr=filter)[0] >admin(5563): IndexError: list index out of range The search l.searc

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-12 Thread Kabilan L
Hai!!! The following is the error when in i put extend.py in /var/lib/mailman/lists/listname/. This is what in extend.py from Mailman.LDAPMemberships import LDAPMemberships def extend(list): ldap = LDAPMemberships(list) ldap.ldapsearch = "(uid=recipient)" # your LDAP search here ld

Re: [Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-12 Thread Mark Sapiro
Kabilan L wrote: > I am trying to configure LDAPMemberAdaptor-V3.0 in my Ldap Server. >I copied extend.py and LDAPMemberships.py to /usr/lib/mailman/Mailman/. I doubt that this has anything to do with your problem, but the extend.py file should not be in the /usr/lib/mailman/Mailman/ directory.

[Mailman-Users] Help me on LDAPMEMBERADAPTOR-V3.0 very Urgent

2006-02-12 Thread Kabilan L
hai!!! I am trying to configure LDAPMemberAdaptor-V3.0 in my Ldap Server. I copied extend.py and LDAPMemberships.py to /usr/lib/mailman/Mailman/. I also copied extend.py to /var/lib/mailman/lists/staff(listname)/. I also added these things in MailList.py import extend # other useful classes fro

Re: [Mailman-Users] Help me out pls

2005-02-19 Thread Mark Sapiro
iouq2 a wrote: > >that my mailing list not send mail to yahoo.com domain email bcoz yahoo had >blocked mail from open relay >i know this is the problem in MTA but can u help me out >what can i do with sendmail to fix the problem so then my mailing list can >send email to yahoo.com email > >they s

Re: [Mailman-Users] Help me out pls

2005-02-19 Thread iouq2 a
well my problem is solved one other problem i tries to run on broad band dynamic ip and it works ... but i wanna know can i run mailman and attach the domain with mailing list on my proxy network which have ip like 192.168.0.1 or not and one another problem which is not concerned with mailin

Re: [Mailman-Users] Help me out pls

2005-02-18 Thread Brad Knowles
At 9:42 AM + 2005-02-18, iouq2 a wrote: i tries to run on broad band dynamic ip and it works ... but i wanna know can i run mailman and attach the domain with mailing list on my proxy network which have ip like 192.168.0.1 or not You'll have to have your NAT/proxy device forward incomi

Re: [Mailman-Users] Help me out pls

2005-02-17 Thread Brad Knowles
At 6:29 PM + 2005-02-17, iouq2 a wrote: when i add users in it iit send email that u r been added and send notification this means it is working fine No, it means that the Mailman part has been done, and that you may have additional work to do to get your MTA to recognize the new mailing l

[Mailman-Users] Help me out pls

2005-02-17 Thread iouq2 a
i setup a mailing list and a mail server on my red hat 8.0 domain is www.futureinsite.net and the mail server is mail.futureinsite.net i made a list [EMAIL PROTECTED] when i add users in it iit send email that u r been added and send notification this means it is working fine but when i send emai

Re: [Mailman-Users] help me

2004-12-23 Thread Sythos
On Thu, Dec 23, 2004 at 09:31:49AM -0500, Cameron Tuckerman wrote: > my problem is that when i simply email this address nothing happens at all, > no bounce backs or anything. Do i have to say anything in the messege. Wich MTA do you use? Are you sure no error message neither mailman log and mta

[Mailman-Users] help me

2004-12-23 Thread Cameron Tuckerman
help! I am the email administrator at my schools website and we have implemented mailman on one of our servers. The problem is since the interphase is directed at people who are stupid and I have three lists, I had a nice set up using minimalist to do this but mailman is s much nicer. To mig

[Mailman-Users] help me with newlist

2004-08-20 Thread johanna
Hi I'm a Web Master at university Javeriana Cali - Colombia , and we are using mailman 2.0.11. with postfix 2.0.2 I have the following problem: when I create a list,a "segmentation fault" error occurs but the list is created. can you give some help about it? Also When a user wants to make a subsc

Re: [Mailman-Users] Help me Please!!!

2004-08-12 Thread Ian A B Eiloart
--On Wednesday, August 11, 2004 3:40 pm -0300 Euler Ricardo Rodrigues Ribeiro <[EMAIL PROTECTED]> wrote: Hello. I want the problem that don´t find solution Help me please The solution is given in the error message that you sent us. This is the problem the system's mail server executed the mail

Re: [Mailman-Users] Help me Please!!!

2004-08-11 Thread Brad Knowles
At 3:40 PM -0300 2004-08-11, Euler Ricardo Rodrigues Ribeiro wrote: Hello. I want the problem that don´t find solution If you had bothered to search the Mailman FAQ Wizard for the terms "group mismatch", you would have found the single entry returned by

[Mailman-Users] Help me Please!!!

2004-08-11 Thread Euler Ricardo Rodrigues Ribeiro
Hello. I want the problem that don´t find solution Help me please ___ - The following addresses had permanent fatal errors - "|/usr/local/mailman/mail/mailman post gerleca" (reason: 2) (expanded from: <[EMAIL PROTECTED]>) - Transcript of session foll

[Mailman-Users] Help me to export a list

2004-02-05 Thread SB
Hi, I want export some mailman lists. How can I do it? Is it possible by web interface? Thank you. Sergio -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.or

[Mailman-Users] help-me

2004-01-06 Thread Mauro
Bug in Mailman version 2.1.3 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File "/mailman/scripts/driver", l

Re: [Mailman-Users] Help me please!! (URL Problem)

2003-10-21 Thread Jon Carnes
Rent a clue - Read the FAQ :-) http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp On Tue, 2003-10-21 at 12:11, Sandra Milena Tibocha Roa wrote: > Hi!! > > I have the following problem: > > I have ten lists created, eight works fine. The others > two lists isn`t working propie

[Mailman-Users] Help me please!! (URL Problem)

2003-10-21 Thread Sandra Milena Tibocha Roa
Hi!! I have the following problem: I have ten lists created, eight works fine. The others two lists isn`t working propierly because the administrative's page url is change adding a slash more. Example: http://www.mydomain//mailman/admin/my-list-name Does anybo

Re: [Mailman-Users] HELP me for chinese subject in mailman 2.1 please!

2003-08-25 Thread Tokio Kikuchi
Ares Liu wrote: Hello, everyone When I use chinese subject, mailman 2.1 will get an error as follow: http://mail.python.org/pipermail/mailman-i18n/2003-May/000918.html may help. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/

Re: [Mailman-Users] HELP me for chinese subject in mailman 2.1 please!

2003-08-24 Thread Richard Barrett
On Saturday, August 23, 2003, at 06:19 pm, Ares Liu wrote: Hello, everyone When I use chinese subject, mailman 2.1 will get an error as follow: Aug 24 01:11:33 2003 (2466) Uncaught runner exception: unknown encoding: gb2312 Aug 24 01:11:33 2003 (2466) Traceback (most recent call last): File

Re: [Mailman-Users] HELP me for chinese subject in mailman 2.1 please!

2003-08-24 Thread Ben Gertzfield
On Saturday, August 23, 2003, at 10:19 AM, Ares Liu wrote: When I use chinese subject, mailman 2.1 will get an error as follow: LookupError: unknown encoding: gb2312 How to solve this error? Make sure you have the Chinese codecs for Python installed. You can get them from: http://sourceforge.ne

[Mailman-Users] HELP me for chinese subject in mailman 2.1 please!

2003-08-24 Thread Ares Liu
Hello, everyone When I use chinese subject, mailman 2.1 will get an error as follow: Aug 24 01:11:33 2003 (2466) Uncaught runner exception: unknown encoding: gb2312 Aug 24 01:11:33 2003 (2466) Traceback (most recent call last): File "/var/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop

[Mailman-Users] Help me with a trivial withlist script

2002-06-18 Thread Bob Weissman
There are times when I want to set an attribute on a whole bunch of mailing lists en masse. I tried to write a withlist script to do this, but it only works when the attribute value is a string. It doesn't work if the value is an integer. I'm no Python expert, but I thought from reading the doc

RE: [Mailman-Users] help me #2

2002-04-10 Thread Brian Noecker
. (Reconfigure to take 0?) Is your mail running gid 1? Did you compile with the --with-mail-gid set to 1? -Original Message- From: Matt Lavergne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] help me #2 not sure the last email went

[Mailman-Users] help me #2

2002-04-10 Thread Matt Lavergne
not sure the last email went through gave me some odd error ok, I am setting up mailman 2.0.8 on a freeBSD 4.4 system and when the wrapper is run by teh system (./wrapper post listname) it returns this error Failure to exec script. WANTED gid 1, GOT gid 0. (Reconfigure to take 0?) I am p

Re: [Mailman-Users] help me please

2002-03-27 Thread Richard Barrett
At 13:57 27/03/2002 +0600, prasanna buddika wrote: >Hi > > >I have instlled mailman.But I coundn't install properly.Then I delete the >home/mailman dir.after that I keep getting masseges saying > >Message 1/8 From Cron Daemon Mar 27, 02 01:35:00 >PM +0600 > > >Return-Path:

[Mailman-Users] help me please

2002-03-26 Thread prasanna buddika
Hi I have instlled mailman.But I coundn't install properly.Then I delete the home/mailman dir.after that I keep getting masseges saying Message 1/8 From Cron Daemon Mar 27, 02 01:35:00 PM +0600 Return-Path: <[EMAIL PROTECTED]> Date: Wed, 27 Mar 2002 13:35:00 +0600 To:

Re: [Mailman-Users] help me!!!

2002-01-03 Thread Dipl.-Ing. Edith Kemeny
HI! You should reinstall mailman with the right parameters: Solution: % make clean % ./configure --with-the-right-options => ./configure --with-cgi-gdi="write here the same value for group, which you are using in httpd.conf, it is maybe:  nobody" % make install Best wishes: Edith Kemeny At 23

Re: [Mailman-Users] help me!!!

2001-12-27 Thread David Gibbs
At 09:12 AM 12/23/2001, you wrote: >The most likely cause is that Mailman was configured and installed >incorrectly. Please read the INSTALL instructions again, paying close >attention to the --with-cgi-gid configure option. This entry is being >stored in your syslog: >Failure to exec script. W

[Mailman-Users] help me!!!

2001-12-27 Thread watin
Mailman CGI error!!!The expected gid of the Mailman CGI wrapper did not match the gid as set by the Web server. The most likely cause is that Mailman was configured and installed incorrectly. Please read the INSTALL instructions again, paying close attention to the --with-cgi-gid configure

[Mailman-Users] Help me in Mailman List Manager

2001-10-18 Thread Sashikanth . Polamraju
Hi,        In this outset, let me introduce myself. I am sashi working in Siemens, Singapore.     I fascinated by mailman for its  unique features.  I have downloaded the tar ball (mailman 2.0.5) from http://www.list.org 

[Mailman-Users] Help me

2001-05-15 Thread Manojit Saha
How can I run  Mailman with Qmail.How will I create Aliases of mailing lists?

[Mailman-Users] Help me

2001-05-07 Thread Manojit Saha
Hi, I've installed mailman according to the instructions given, but when I replied a mail as confirmation of subscription, the following message came in my mail    - The following addresses had permanent fatal errors -"|/home/mailman/mail/wrapper mailcmd test"    (expanded from: <[EM

Re: [Mailman-Users] Help me

2001-04-04 Thread Chris Boot
Hi, > 1.>I have installed mailman on my server, I've created a list, changed > aliases, run newaliases and typed > http://mailman.com.mymcomm.com/cgi-bin/listinfo.cgi > on the browser, which is showing no publicly advertised list available.But > when I clicked "the list admin overview page " link

[Mailman-Users] help me

2001-04-04 Thread Manojit
HI, 1.>I have installed mailman on my server, I've created a list, changed aliases, run newaliases and typed http://mailman.com.mymcomm.com/cgi-bin/listinfo.cgi on the browser, which is showing no publicly advertised list available.But when I clicked "the list admin overview page " link it shows m

[Mailman-Users] Help me

2001-04-04 Thread Manojit
  HI,1.>I have installed mailman on my server, I've created a list, changed aliases, run newaliases and typed http://mailman.com.mymcomm.com/cgi-bin/listinfo.cgion the browser, which is showing no publicly advertised list available.But when I clicked "the list admin overview

[Mailman-Users] Help me

2001-04-03 Thread Manojit
HI, 1.>I have installed mailman on my server, I've created a list, changed aliases, run newaliases and typed http://mailman.com.mymcomm.com/cgi-bin/listinfo.cgi on the browser, which is showing no publicly advertised list available.But when I clicked "the list admin overview page " link it shows m

[Mailman-Users] Help me

2001-04-03 Thread Manojit
HI, 1.>I have installed mailman on my server, I've created a list, changed aliases, run newaliases and typed http://mailman.com.mymcomm.com/cgi-bin/listinfo.cgi on the browser, which is showing no publicly advertised list available.But when I clicked "the list admin overview page " link it s

[Mailman-Users] Help me my User name and password

2001-02-15 Thread Yasuo Imai
-- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] !! Help me!!

2001-01-03 Thread root
Hi. Not found archives publicerror in pipermail/list. Is problem. bye!! -- Mailman-Users maillist - [EMAIL PROTECTED] http://www.python.org/mailman/listinfo/mailman-users