Re: [Mailman-Users] email address datastore

2002-02-06 Thread Ryan LeBlanc
Upon more investigating, I need to change the value of _internal_name: root@corvette /home/mailman/bin python -i withlist Jack_domainname.com Loading list: jack_domainname.com (unlocked) print m.GetListEmail() [EMAIL PROTECTED] print m._internal_name jack_domainname.com

Re: [Mailman-Users] Monthly password reminder is always sent twice?

2002-02-06 Thread Jon Carnes
Check the cron entry for the password reminder: su mailman crontab -e # # 5 AM on the first of each month, mail out password reminders. 0 5 1 * * /usr/bin/python -S /home/mailman/cron/mailpasswds # Check for more than one entry that mails out the passwords, or a cron timing

Re: [Mailman-Users] Web page design

2002-02-06 Thread Caleb Epstein
On Wed, Feb 06, 2002 at 10:14:40AM -0500, Margaret Levine Young wrote: For example, the listinfo page (e.g., http://mail.python.org/mailman/listinfo/mailman-users) doesn't have a heading How to Unsubscribe, which is one of the two main reasons that people go there. Unsubscription info is

[Mailman-Users] All recipients refused: (501, '5.0.0 Invalid domain name')

2002-02-06 Thread Simon, imagine media
No mail is being sent to any list members since moving to new server (redhat 7.1). I am getting All recipients refused: (501, '5.0.0 Invalid domain name') in logs/smtp. I know this is some thing to do with sendmail/dns settings, but cannot set the Dj option in sendmail.cf as this is a virtual

Re: [Mailman-Users] Web page design

2002-02-06 Thread Margaret Levine Young
You can modify the HTML template for the listinfo pages at http://yourserver/mailman/edithtml/listname Yes, I know, and we're doing that, but I'm suggesting that in the next rev, the default pages should start out better. Take a look at

Re: [Mailman-Users] Mail to list returned

2002-02-06 Thread Homeport
I found my own answer in the documentation: Create a test list Create a list named test. To do so, run the program $prefix/bin/newlist. You will be prompted for the name of the list, as well as the email address of the person running the list. Put your own email address as the list

[Mailman-Users] Point directly to listinfo

2002-02-06 Thread Lafleur Maurice
Title: Point directly to listinfo The list server I am setting up is only used for lists. I want the default page from apache to be my.server.org/mailman/listinfo directly. I tried to make a symlink between /var/www/html/index.html and /home/mailmna/cgi-bin/listinfo : ln -s

Re: [Mailman-Users] All recipients refused: (501, '5.0.0 Invalid domain name')

2002-02-06 Thread Jon Carnes
If this isn't in the FAQ, it is certainly discussed widely in the archives... I am a bit new to RH 7.2 I usually install 6.2. Is there some sort of a new twist to make sendmail work under RH 7.2 ? Yes, read the release notes. RH7.x has sendmail default to only listen on 127.0.0.1

[Mailman-Users] Err: setting Admin-Password on one Mailmanlist

2002-02-06 Thread Robert Einsle
Hello all I'va a Problem I don't understand. I'm using mailman 2.0.8 on my system. When i go with the side-Password to one of my Lists, and i set the Admin-Password new, i cannot login with this newly set password to the list. I can only connect via the side-password-list. I've looked about

Re: [Mailman-Users] All recipients refused: (501, '5.0.0 Invalid domain name')

2002-02-06 Thread Caleb Epstein
On Wed, Feb 06, 2002 at 12:07:58PM -0500, Jon Carnes wrote: If this isn't in the FAQ, it is certainly discussed widely in the archives... I am a bit new to RH 7.2 I usually install 6.2. Is there some sort of a new twist to make sendmail work under RH 7.2 ? Yes, read the release

Re: [Mailman-Users] Point directly to listinfo

2002-02-06 Thread Richard Barrett
At 11:45 06/02/2002 -0500, Lafleur Maurice wrote: The list server I am setting up is only used for lists. I want the default page from apache to be my.server.org/mailman/listinfo directly. I tried to make a symlink between /var/www/html/index.html and /home/mailmna/cgi-bin/listinfo : ln -s

[Mailman-Users] customizing HTML in archive and admin interface

2002-02-06 Thread Robert Smith
Does anyone know of a way to customize the archive and administrative interfaces for a particular list? I've figured out everything else, and even had the archives customized somewhat, but when I ran arch to make sure they wouldn't be overwritten they were...of course...overwritten. Thanks

RE: [Mailman-Users] Point directly to listinfo

2002-02-06 Thread Lafleur Maurice
Title: RE: [Mailman-Users] Point directly to listinfo Thanks for the suggestion, but I am not sure of the exact meaning of your solution. Here's what Ii understand: I checked my /etc/httpd/conf/httpd.conf file and yes it says: LoadModule rewrite_module modules/mod_rewrite.so in the

[Mailman-Users] mailman and postfix

2002-02-06 Thread Nadeem Hasan
Hi all, I am trying to use mailman with postfix. I recompiled mailman as described in /usr/share/doc/packages/mailman/README.SuSE by using: --with-cgi-gid=$NOGROUPGID --with-mail-gid=$NOGROUPGID $NOGROUPGID expands to nogroup (gid 65534). Now, I get the following error from mailman wrapper

[Mailman-Users] .signature to posts

2002-02-06 Thread Clark Cooper
Is there a way in Mailmanto append text to each posts as done with a .signature file? Thank you, Clark Cooper

[Mailman-Users] on behalf of

2002-02-06 Thread Tom Warfield
How do I get mailman just to put the persons email address instead of saying [EMAIL PROTECTED] on behalf of Sender Name [EMAIL PROTECTED] I just want it to state only [EMAIL PROTECTED] in the from field. Thanks! Tom -- Mailman-Users

Re: [Mailman-Users] email address datastore

2002-02-06 Thread Dan Mick
So you want to rename a list. That's not easy. Barry posted a procedure last August for doing this, in message ID [EMAIL PROTECTED]; check out the archives for that message, and see if it works for you. If so, we could perhaps add it to the Mailman FAQ. It may be easier just to dump the

[Mailman-Users] Hotmail

2002-02-06 Thread Joe Mizzi
All hotmail address do not recieve anything from my mailing list. All other domains work. Why is this?

[Mailman-Users] Mailman as autoresponder

2002-02-06 Thread Pieter Bothma
Hi Any documentation on how to use Mailman as autoresponder? Thanks a mil. Pieter -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] mailman and postfix on SuSE

2002-02-06 Thread Nadeem Hasan
Hi all, I am trying to use mailman with postfix. I recompiled mailman as described in /usr/share/doc/packages/mailman/README.SuSE by using: --with-cgi-gid=$NOGROUPGID --with-mail-gid=$NOGROUPGID $NOGROUPGID expands to nogroup (gid 65534). Now, I get the following error from mailman wrapper

[Mailman-Users] Re: [SM-USERS] Bug against Mozilla?

2002-02-06 Thread Konstantin Riabitsev
On Tue, 2002-02-05 at 09:24, Chris Hilts wrote: IMHO, downgrading to 0.9.6 is a non-option. Downloading the most recent nightly build is probably better in this case. Or, you can grab a fresh 0.9.8. ;) -- 0 Konstantin (Icon) Riabitsev / ) Duke University Physics Sysadmin ~

[Mailman-Users] RHL 7.2 and mailman-2.0.8-1.i386.rpm problems

2002-02-06 Thread Richard Cardona
I apologize if this has been covered somewhere, but I haven't been able to find it. I installed the rpm and followed all the instructions in the /usr/share/doc/mailman-2.0.8/README.REDHAT file. In a nutshell, it instructs the user to run mmsitepass enable sendmail to accept outside connections

[Mailman-Users] Returned mail to list

2002-02-06 Thread Homeport - The USNA Alumni Online Community
My mailman installation seems to be working fine but when I send mail to the list I get this response: [EMAIL PROTECTED]; Action: Failed; Status: 5.1.1 (bad destination mailbox address) Remote MTA usnaweb.org: SMTP diagnostic: 550 5.1.1 [EMAIL PROTECTED]... User unknown Do I have to

[Mailman-Users] Re: [SM-USERS] Bug against Mozilla?

2002-02-06 Thread Chris Hilts
On Sun, Feb 03, 2002 at 11:07:47AM -0800, Ivan F. Poddubny wrote: This is well-known Mozilla 0.9.7 bug. Check buglist on Mozilla.org for more information. Workarond -- downgrade to 0.9.6 or use Opera/IE. IMHO, downgrading to 0.9.6 is a non-option. Downloading the most recent nightly build is

[Mailman-Users] What do you think of this idea to keep external people from subscribing?

2002-02-06 Thread Jessica Koeppel
I've got a bunch of lists which I want to have set so that anyone can subscribe themselves very easily. However - I want only people on my internal network to be able to do this. The web interface is accessible only internally, so that's easy. But [EMAIL PROTECTED] is still there - random

[Mailman-Users] Default url.

2002-02-06 Thread John Culleton
I use Mailman on my home system, which is known locally as localhost but on the internet as publish.wexfordpress.net. When I create a mailing list it uses localhost. This is embedded in a config.db file. 1. How do I change the url in an existing list. 2. How do I set up mailman to always use

[Mailman-Users] mailman + LDAP

2002-02-06 Thread Francois PHILIPPO
hi, I 've just read an article about mailman and ldap. I'm interrested in. I need to manage mailing via an LDAP (store all mailing information - quota - users ... in an LDAP) - is it possible with mailman ? - where could I find documentation about this ? thanx

[Mailman-Users] Default password

2002-02-06 Thread Fernando Maquiaveli
Hi When a user is added using membership management (mass subscripion members option), what is the default password for new members. Tank you. Fernando Maquiaveli Ativa S/A Corretora de títulos e valores Email: [EMAIL PROTECTED] Fone: 55 11 3168-5088 Fax: 55 11 3168-4001

[Mailman-Users] question

2002-02-06 Thread Diana H. Bloomfield
I've written a couple of people about this, and I get conflicting answers. Here's my question. I belong(ed) to a discussion group for a couple of years. Because the posts were so frequent, I opted for the digest version. If people don't send in their e-mail in plain text, all the HTML coding

[Mailman-Users] Stupid question:

2002-02-06 Thread SA products
I would like to write a program to capture mail (on a system using IMAP and Exim) and parse the email to administer a database- I have so far got my mail parsing etc working fine and I am reading the email using the c-client library. This has not proved great as the c-client library is

Re: [Mailman-Users] question

2002-02-06 Thread Jon Carnes
Your harried list manager is telling you the truth. Now leave him alone! Okay, he's telling the truth but he is leaving out that there are ways to enforce text only emails on a list. It would involve adding a preprocessor to the mailing list. For some folks that is easily accomplished

Re: [Mailman-Users] Stupid question:

2002-02-06 Thread Jon Carnes
First off, this is not a mailman question... but there are a lot of savvy folks on the list, so you just might find what your looking for. Second, I do a lot of things via email-triggers. It is very simple to do, but then of course I use one of the greatest MTA's ever: Sendmail! I know, but I

Re: [Mailman-Users] Default url.

2002-02-06 Thread Jon Carnes
web-admin general options page Base URL... Be careful, and get it right or you'll have to restore the list from the config.db.last Jon Carnes - Original Message - From: John Culleton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 2:14 PM Subject:

Re: [Mailman-Users] What do you think of this idea to keep external people from subscribing?

2002-02-06 Thread Jon Carnes
Try it, it should work fine. Your users will be stuck using the web, but that's not so bad. - Original Message - From: Jessica Koeppel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 9:06 PM Subject: [Mailman-Users] What do you think of this idea to keep

Re: [Mailman-Users] Default password

2002-02-06 Thread Jon Carnes
Mailman assigns a random password. You can use various tools such as ~mailman/bin/dbdump to examine the database and see the password that each user has. You will also find several scripts for playing with users passwords in the FAQ (check out the Apache htaccess link to mailman passwords).

[Mailman-Users] Lists transfer

2002-02-06 Thread David Lin
Hi, New to Linux + Mailman. I have a Red Hat 6.2 with Mailman 2.0beta2 and going to build a Red Hat 7.2 with Mailman 2.0.8. I have three list on the old box where I need to transfer to the new one. Can someone please direct me a way? thanks. David

Re: [Mailman-Users] mailman and postfix

2002-02-06 Thread Rodolfo Pilas
El mié, 06-02-2002 a las 16:46, Nadeem Hasan escribió: Hi all, I am trying to use mailman with postfix. I recompiled mailman as described in /usr/share/doc/packages/mailman/README.SuSE by using: --with-cgi-gid=$NOGROUPGID --with-mail-gid=$NOGROUPGID $NOGROUPGID expands to nogroup (gid

[Mailman-Users] Relay access denied

2002-02-06 Thread Morgan Fletcher
I'm trying to run mailman 2.0.8 on NetBSD 1.5.1 with postfix. When I create a list and it tries to send mail to a valid external address (for the list owner), postfix doesn't send the message and I see this in maillog: Recipient address rejected: Relay access denied I've created user and

[Mailman-Users] Possible to change $DATE$ display format?

2002-02-06 Thread Ed Reiss
I'd like to change the format with which $DATE$ is displayed in the general (by date) archive from: Wed, 6 Feb 2002 16:13:10 -0700 (MST) to Wed, Feb 6 2002 16:13:10 -0700 (MST) Thanks for any help. Regards, Ed Reiss -- Mailman-Users

Re: [Mailman-Users] question

2002-02-06 Thread Stephen J. Turnbull
Jon == Jon Carnes [EMAIL PROTECTED] writes: Jon It would involve adding a preprocessor to the mailing list. Jon For some folks that is easily accomplished (do-able in about Jon four hours), but for folks who have never done it before, it Jon can be a real time-sink to get up and

[Mailman-Users] HTML formatting in digests

2002-02-06 Thread marina
Will the formatting of email messages in digests be fixed in 2.1? The reason I'm asking is that, even though I do have access to a competent Python programmer, we manage a large mailing list on a server that we do not have admin access to. We get daily complaints from Internet users about the