RE: [Mailman-Users] install instructions

2004-01-12 Thread Mike Kercher
Why not read the instructions included in the downloaded archive? Mike > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of jsingh > Sent: Monday, January 12, 2004 4:19 PM > To: [EMAIL PROTECTED] > Subject: [Mailman-Users] install instructions > >

RE: [Mailman-Users] Variations of email addresses

2003-09-18 Thread Mike Kercher
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Wilts Sent: Thursday, September 18, 2003 6:19 PM To: Mike Kercher Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Variations of email addresses On Thu, Sep 18, 2003 at 03:58:59PM -0500, Mike Kercher

RE: [Mailman-Users] Variations of email addresses

2003-09-18 Thread Mike Kercher
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Wilts Sent: Thursday, September 18, 2003 3:06 PM To: Rob Day Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Variations of email addresses On Thu, Sep 18, 2003 at 02:22:13PM -0500, Rob Day wrote: > H

RE: [Mailman-Users] Footer ?

2003-08-27 Thread Mike Kercher
Don't send html email to the list. That's most likely why the footer is being appended as an attachment. Try it with a plain text message and see what happens. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of n3me Sent: Wednesday, August 27, 2003 3

RE: [Mailman-Users] Mailman / Sendmail horribly slowperformance..suggestions please?!?

2003-08-24 Thread Mike Kercher
This could be caused by a DNS bottleneck. I would recommend you setup a caching-only nameserver on your Mailman box and see if that helps. Remember to modify /etc/resolv.conf to add a line at the top: nameserver 127.0.0.1 Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Mailman-Users] Footer message in html email

2003-07-15 Thread Mike Kercher
I don't see where he claimed that at all. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Cody Harris > Sent: Tuesday, July 15, 2003 6:12 PM > To: Mailman > Subject: Re: [Mailman-Users] Footer message in html email > > > Think what you like, b

RE: [Mailman-Users] email address in footer

2003-07-10 Thread Mike Kercher
Put this in your ~mailman/Mailman/mm_cfg.py: VERP_PASSWORD_REMINDERS = 1 VERP_PERSONALIZED_DELIVERIES = 1 VERP_DELIVERY_INTERVAL = 1 VERP_CONFIRMATIONS = 1 OWNERS_CAN_ENABLE_PERSONALIZATION = 1 Then you'll find additional settings within the web interface. Mike -Original Message- From:

RE: [Mailman-Users] (no subject)

2003-06-25 Thread Mike Kercher
Try http://192.168.0.102/mailman/listinfo/test Or http://192.168.0.102/mailman/admin/test -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Smith Sent: Wednesday, June 25, 2003 3:15 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] (no subject) He

RE: [Mailman-Users] qmail and mailman

2003-06-23 Thread Mike Kercher
What MTA do you have running on the server where Mailman is installed? Sendmail? Postfix? Exim? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaster - CyberTwinks Sent: Monday, June 23, 2003 3:41 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] qma

RE: [Mailman-Users] error

2003-06-22 Thread Mike Kercher
Qmail is out of my element. Sorry I can't help you further. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaster - CyberTwinks Sent: Sunday, June 22, 2003 4:29 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] error I copied them over to the

RE: [Mailman-Users] error

2003-06-22 Thread Mike Kercher
Looks like the aliases that are printed to you when you create a list have not been copied into your aliases file. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaster - CyberTwinks Sent: Sunday, June 22, 2003 4:11 PM To: [EMAIL PROTECTED] Subj

RE: [Mailman-Users] error

2003-06-22 Thread Mike Kercher
Did you 'make install' after you reconfigured? Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaster - CyberTwinks Sent: Sunday, June 22, 2003 3:52 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] error Hi Richard, Examining the error of my

RE: [Mailman-Users] just won't work

2003-06-21 Thread Mike Kercher
Need some version information: MTA Mailman Did you add the required lines to your httpd.conf? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Webmaster - CyberTwinks Sent: Saturday, June 21, 2003 8:09 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] ju

RE: [Mailman-Users] Subscriber List?

2003-05-27 Thread Mike Kercher
~mailman/bin/list_members > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Phil Iovino > Sent: Tuesday, May 27, 2003 11:24 AM > To: [EMAIL PROTECTED] > Subject: [Mailman-Users] Subscriber List? > > > Is there any way to get a full subscriber l

RE: [Mailman-Users] RE: Diagnosing duplicates [Was:Now MTA tweaking!]

2002-09-23 Thread Mike Kercher
Take a look at your maillog and grep the duplicate email address...see if your end actually sent the message to [EMAIL PROTECTED] more than once. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Angel Gabriel Sent: Monday, September 23, 2002 7:09 AM To:

[Mailman-Users] Problem Upgrading to 2.1b3 - More

2002-09-07 Thread Mike Kercher
port paths ImportError: No module named paths make: *** [update] Error 1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Kercher Sent: Saturday, September 07, 2002 9:55 PM To: [EMAIL PROTECTED] Subject: [Mailman-Users] Problem Upgrading to 2.1b3 This is the

[Mailman-Users] Problem Upgrading to 2.1b3

2002-09-07 Thread Mike Kercher
This is the configure I ran: ./configure --prefix=/home/mailman --with-mail-gid=41 --with-cgi-id=48 No problems there, then I run make install and get the following: Compiling /home/mailman/Mailman/htmlformat.py ... Compiling /home/mailman/Mailman/i18n.py ... Listing /home/mailman/Mailman/pytho

RE: [Mailman-Users] /var/log/mailman files

2002-08-27 Thread Mike Kercher
Here's what my /etc/logrotate.d/mailman file looks like: /var/log/mailman/bounce { missingok } /var/log/mailman/digest { missingok } /var/log/mailman/error { missingok } /var/log/mailman/post { missingok } /var/log/mailman/smtp-failure { missingok } /var/log/mailman/locks {