You don't see a lot of answers to this question, because it could be s
many things. My recommendation is that you download the source and install
from there.
Don't let yourself be intimidated by installing the Source, it only takes
three commands and the whole process is laid out in a fil
In the web admin go to the Privacy Options page and enter the mailing list
address in the following field:
Alias names (regexps) which qualify as explicit to
or cc destination names for this list
If your host name is misconfigured, this normally sets things to rights.
Jon Carnes
BTW: the
There may be a message in the queue that Mailman cannot handle (there are
some headers that screw-up that version of Mailman...). It could be that
you have stopped cron for some reason - it happens a lot to folks on this
list, though durn if I can figure out why they do it...
It could be that
I have a couple of lists which have functioned flawlessly for many weeks.
As of yesterday or today, no mail is getting through. I see the maillog
stating that
a given message was sent to "|usr/local/mailman/mail/wrapper post listname" but
that's where things die, apparently.
I can also subscr
Did you install the aliases. Be careful. The aliases that mailman displays
when you add a list are for sendmail. Postfix does not like the colon's.
## test mailing list
## created: 05-Sep-2001 mailman
test "|/opt/mailman/mail/wrapper post test"
test-admin
You need to make sure you take the output from the '$prefix/bin/newlist' and
put it in the /etc/aliases file and run 'newaliases'. Then your mail won't
bounce and your mail will be archived in the appropriate pipermail directory so
it can be browsed. It won't work (as far as my experience goes)
I'm having trouble with Mailman using and Qmail and xinetd (Redhat 7.1). I
think that qmail is working properly, I can telnet to port 25 and send mail
successfully off my machine, but if I mail to my list, nothing seems to
happen. I had this list setup and working before I installed RH7.1 (was
> On 08 November 2001, Dan Mick said:
> > Your Python has to have the 'gzip' module installed, which not all do.
>
> Don't you mean "zlib"?
The import is for the module named 'gzip'. When
one imports 'gzip', that module also imports 'zlib'.
--
Hi,
I just installed mailman on Linux Mandrake with postfix. I can add a new list, but
users can't suscribe to the list. They receive a mail, but when they reply, they get a
MAILER-DAEMON mail wich tell that the address of the list does not exist.
My list is "test@myhostname" and none of these
Hi all,
I'm releasing Mailman 2.0.7 which fixes two potential, though obscure
security or denial-of-service attacks, along with a few other minor
bug fixes. Details:
- If you are running Python 1.5.2, it is possible for someone to
carefully craft some cookie data, and then trick Mailman into
- Original Message -
From: "Jon Carnes" <[EMAIL PROTECTED]>
To: "Bien" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, November 10, 2001 3:41 AM
Subject: Re: [Mailman-Users] Need help with Mailman !!
> I'm guessing cron.
>
> Mailman needs several entries added to cron. Su as ma
Hi,
Is there a real FAQ somewhere (not the one on the official site), it's almost useless?
Also, how one would get rid of the long list of url (List-Help etc.) ans addresses
sent with all posts (you know :
Subject: Re: [Mailman-Users] Gzipping archives
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
http://www.sendmail.org
Sendmail is extremely tweakable - so much so that the default is for a
low-end server. You can easily increase speed and efficiency by tweaking
the values in your /etc/sendmail.cf file.
The best tweak is to remove that ident crap call by setting:
O Timeout.ident=0s
Ot
I'm guessing cron.
Mailman needs several entries added to cron. Su as mailman then enter the
cron entries found in ~mailman/cron/crontab.in
Jon Carnes
- Original Message -
From: "Bien" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 09, 2001 12:26 PM
Subject: [Mailman
Nothing like the ghost in the machine making things work for you...
Could the original lock up be caused by your dad mucking about with the
lists via the web interface (and thereby putting a lock on the list...)?
Who knows... Keep us in the loop if you figure it out!
- Original Message -
Hi Jon.
(These emails always get so damned long, but its hard to tell in details whats
going wrong or how to fix anything otherwise. Sorry.)
Well my father entered them into the list. And he did it through the web
inteface. I think thats considered manually. I don't know what the 54rd one
>There seems to be a tendency to let lists languish unused...for
>years...and if they are reminded (say 2 or 4 times a year), maybe
>they'll send in a request to decommission the lists when they are
>no longer needed. :)
>
>It's not a huge request, but anything to prevent me from having
>to chas
If you want to create a list that all your mailman
users can post to (but no one else) then you will need to write a small script
to create (or update) the list. You can find the script in the
archives.. Ahh
here is one (Thanks to Shane Beasley)
list_lists | grep "^ " |awk '{ prin
There may be a better way of doing it, but I have always just gone into the
files and deleted the entries by hand. You will find all the archives in:
~mailman/archives/private/...
I believe that you can simply delete the offending messages, then delete the
html pages and run the command ~mailm
The best way to do this with Mailman is give access to the files via a web
page. Dump out the user list to an htaccess file and point users to that
website. Restrict its access via the htaccess file.
I would suggest that you let the users login using their email address and
that you use their m
Just out of left field, but when you put in the mailing addresses for your
dad's list, how did you do it? Manually, or did you feed them in via
"add_members"? Check the list and see what the 53rd and 54th address are,
then go back to your import list and check out those addresses for errors...
M
Hi Experts !
I've just installed Mailmain from rpm file (come from RedHat CD 7.1 #3)
after configured Apache, Sendmail. (I'd tested them well)
I created a new list named foo.
then launch browser, and subcribed to the list.
No error display ! No error from sendmail or Apache too. !!
But user that I
On Fri, 9 Nov 2001 14:01:43 -0400 (AST)
Steve Dinn <[EMAIL PROTECTED]> wrote:
> In what ways can sendmail be tweaked or otherwised optimized for
> sending out a large number of emails at once? This is the case
> everytime someone posts to a list withi lots of subscribers, so I
> thought it rele
Try this script...
#!/bin/bash
# Mail reminders to list admins
#
# dump all the list names to LISTS
LISTS="`~mailman/bin/list_lists |grep "^ " |awk '{ print $1 }' `"
#
for i in $LISTS
do
mail -s "To the Admin of list: $i" $i-admin <~mailman/reminder.msg
done
# /home/mailman/reminder.msg is th
I know that the question I'm about to ask doesn't relate specifically to
mailman, but I thought that I'd be in the company of people who are more
qualified than most to answer it:
In what ways can sendmail be tweaked or otherwised optimized for sending
out a large number of emails at once? This
Yeah, I think he did actually mean zlib, because that's what actually
turned out to be the case. I was missing zlib.
Thanks for your help :)
-Steve.
On Fri, 9 Nov 2001, Greg Ward wrote:
> On 08 November 2001, Dan Mick said:
> > Your Python has to have the 'gzip' module installed, wh
On 08 November 2001, Dan Mick said:
> Your Python has to have the 'gzip' module installed, which not all do.
Don't you mean "zlib"?
Greg
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-us
There are many options for configuring Mailman which are "hidden" in the
~mailman/Mailman/Defaults.py file. Of course they are only "hidden" because
folks don't look for them there...
Read through that file and if you find yourself wanting to make changes,
then please make those changes in the f
Of all the gin joints in all the towns in all the world, Joe Keenan
had to walk into mine and say:
> cd ~mailman
> bin/list_members {listname} > listname.backup
That's not a real backup; it doesn't preserve the user flags.
(The easiest way to allow people to post to a "members-only" list
appear
Barry A. Warsaw writes:
> http://www.python.org/cgi-bin/faqw-mm.py
>
> There's only 3 questions and answers there so far, but you can help
> make it a better FAQ! I'm opening up access so that anybody can add
> or change FAQ entries. This is an honor system, and the password is
> "M
Hello,
I have a little question about one configuration under
Mailman 2.0.6
I dont see the exact sens in the Privacy Options at the heading:
"Hold posts with header value matching a specified regexp."
Is there anybody help me to teach me the goal of this heading?
and in second step:
What he
***GOOD NEWS From Light Tower Downline Builder
This Is Info Received From Lori Kopera, Admin. Light Tower DLB:
!!!The Tri-Miracle SITE IS BACK UP & HOT!!
YES! I Now Have to Re-Enter All LT Members Into Tri-Miracle That are
Already in There "AGAIN"! I Have the Proofs of Pay
I am a moderator of an electronic list which uses mailman. I review all messages
before approving them. I would like to be able to see the entire message before I
approve it, but now, if the message is long, I can only see a portion of it. Is there
a way to set administrator options so that
At 22:38 08/11/2001 -0800, jgo wrote:
> > I just set up my first mailing list and I'm a bit
> > confused about one thing. At the moment any mail
> > sent to the list waits for me to approve it. Can
> > I set it up so that all the postings from the
> > members go straight to the other list member
34 matches
Mail list logo