[Mailman-Users] [Mailman messages are not delivery to Exim Mailboxes]

2002-10-24 Thread Ganeshh
Dear Lists Let me know the reason why my lists mails are not getting delivered to its recipients... i have 102 and odd files (mails) under my qfiles directory.. also i dont find an error messages in the error.log file I am using mailman 2.0.8 and exim 3.35 Please help Warm Regards Ganeshh

[Mailman-Users] Web subscription not working

2002-10-24 Thread fish
Hi I am an new user, installed Mailman on a Debian server running Exim. I have finally figured out how to get the proper urls working and being able to get to the various webpages supplied for list and admins, but when I try to subscribe a test user from the web interface, I get the following erro

[Mailman-Users] Mailman

2002-10-24 Thread Peter
Advice request,   does anyone have some HTML code to enable subscribe / unsubscribe directly from a web site into a mailman list?   Thanks,   Peter

Re: [Mailman-Users] e-mail to lists are rejected

2002-10-24 Thread Ashley M. Kirchner
Emmett Culley wrote: >- Transcript of session follows - > Failure to exec script. WANTED gid 12, GOT gid 47. (Reconfigure to take > 47?) > 554 5.3.0 unknown mailer error 2 This means you compiled mailman with mail-gid 12, while your system is really running with mail-gid 47. You

Re: [Mailman-Users] e-mail to lists are rejected

2002-10-24 Thread Emmett Culley
No I didn't. And when I did I got this in response: * From: Mail Delivery Subsystem <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Returned mail: see transcript for details Date: 24 Oct 2002 20:10:36 + The original message was received at Thu, 24 Oct 2002 20:10:36 GMT from EMMETT1 [

Re: [Mailman-Users] Mailman CGI error

2002-10-24 Thread Jon Carnes
Your webserver is not using a GID. In your /etc/httpd/conf/httpd.conf file - assuming that you are using Apache - set the group ID to 99 (or nobody). The stop and restart Apache. That should get rid of the error. Good Luck On Thu, 2002-10-24 at 21:51, Laurent Parenteau wrote: > Hi, > > I go

[Mailman-Users] Mailman CGI error

2002-10-24 Thread Laurent Parenteau
Hi, I got this error message Mailman CGI error!!! This entry is being stored in your syslog: Failure to exec script. WANTED gid 99, GOT gid -1. (Reconfigure to take -1?) but when I try to reconfigure mailman (using --with-cgi-gid -1), it says "configure: error: -1: invalid option; us

[Mailman-Users] mailman & Postix

2002-10-24 Thread Denis
Hi, I have a problem with Mailman and postfix. When i send a message to a adresslist, i have a mail of Postfix who say: "This is the Postfix program at host I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations." ... Someone can

Re: [Mailman-Users] Not talking to Qmail?

2002-10-24 Thread Jon Carnes
H, Sounds more like a routing problem then. Still a routing problem should show some errors in your MTA's log file. Check out your MTA routing table and make sure that localhost (127.0.0.1) is allowed to relay. Good Luck! On Thu, 2002-10-24 at 16:39, Christopher Calzonetti wrote: > Follow up

Re: [Mailman-Users] Not talking to Qmail?

2002-10-24 Thread Christopher Calzonetti
Follow up. I was slightly incorrect in what I said earlier: E-mails sent TO the list show up in the list archives. E-mails originating FROM Mailman are what appear to be failing. On Thursday, October 24, 2002, at 04:28 p, Christopher Calzonetti wrote: Not exactly. Mail sent to the mailman li

Re: [Mailman-Users] duplicate post

2002-10-24 Thread Richard Barrett
At 14:20 24/10/2002, sean pambianco wrote: Hi, I'm running mailman 2.06 on a freebsd box. From time to time, posts to my lists start being delivered in duplicate, some times even triplicate, quadruplicate, and more. Checking the headers confirms it is the same message being sent out twice. Is t

[Mailman-Users] duplicate post

2002-10-24 Thread sean pambianco
Hi, I'm running mailman 2.06 on a freebsd box. From time to time, posts to my lists start being delivered in duplicate, some times even triplicate, quadruplicate, and more. Checking the headers confirms it is the same message being sent out twice. Is this a know issues and is there any fix for i

Re: [Mailman-Users] e-mail to lists are rejected

2002-10-24 Thread Jon Carnes
It could also be a relay problem since the server is sending mail from a local user (the mailman admin), but not sending mail from off-site personnel. If you added the aliases (and ran newaliases) then check your /etc/mail/access file and see if localhost (127.0.0.1) is allowed to relay On Thu,