Hello,
My Apache setup has the user/group set to: apache and apache.
So, I ran ./configure --prefix=/usr/local/mailman --with-cgi-gid=apache
make install
and it goes just fine. But when I goto
http://www.mywebsite.com/mailman/admin I get the lovely 500 Internal Server
Error. I have
hello,lists:
When reply a mail, the subject line look like
[listname] Re:[listname] subject
how can I strip the first [listname]?
Thank
jds
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Thanks a lot Richard:
It works now.
I added the content of file named mailman.conf in directory
/etc/httpd/conf to /etc/httpd/conf/commonhttpd.conf into the alias
section (at the end of the section)
I or somebody else may need to write a mini-howto Mailman-Mandrake
--
Best Regards
Thomas Sp
I have a file named mailman.conf in directory /etc/httpd/conf that has
the following in it:
#
# Configure Mailman's CGI scripts
#
ScriptAlias /mailman/ /var/lib/mailman/cgi-bin/
Options -Indexes -FollowSymLinks -Includes ExecCgi
AllowOverride None
order allow,deny
allow from all
#
# Con
At 2:44 PM -0400 2003/07/10, Robert Carsey wrote:
One of the features of majordomo was that you could separate the
addresses on the mailing-list and the addresses which were able to post
to the list (i think it was the restricted_posters= config option).
Yup, mailman can do the same.
The ne
At 2:12 PM -0400 2003/07/10, Ed Hill wrote:
Thanks for responding! I'm using mailman-2.1.2-2 as shipped with RH 9
and the machine has the name "forge.lcs.mit.edu" with a CNAME of
"dev.mitgcm.org" pointing to the same IP address.
Therein lies the problem. RFC 822 (and 2822) require that all
At 10:52 PM -0400 2003/07/09, Jon Carnes wrote:
sendmail option seemed to really help. I'm down to 4 to 10 minutes
with most messages at 6.
It really helps when you move those slow MTA's to the end of the line,
they don't block the messages getting out to the quicker ones.
That is another rec
At 4:05 PM -0700 2003/07/09, Eric Miller wrote:
One question: Should I be looking at a better MTA?
For mailing lists, postfix tends to be better suited to the job
out-of-the-box. If you know what you're doing, it is possible to
configure sendmail to do the job better than even postfix can do
Richard, thanks for your guide - i followed it step by step and everything
appears to work now, first time. This wasnt even really that hard, just
needed the guide to follow.
Maybe you could get this on a webpage and have a link where ever your
patches live? Or is it just me who couldnt do it?
Hi,
Does anyone subscribed to the list have mailman working with virtual
domains? 1 IP, multiple domains, multiple url's? If so, can you possible
point me to a howto on it? I'm having a terrible time getting it to
work.
--
Regards,
Matt
---
Ahh, the list was already created before you did all this right?
You'll have to use a special fix_url script on your list (or delete and
recreate the list). The script is found in ~mailman/bin/..
Life in NC is fun (as usual). You are missed. Hope you're having fun
in my old haunts up in Cambri
One of the features of majordomo was that you could separate the
addresses on the mailing-list and the addresses which were able to post
to the list (i think it was the restricted_posters= config option).
In my case, I have an all-staff list and an all-faculty list. Sometimes
our staff (not on t
Second request--Anybody have some insight on this one?
Eric McDonald
Systems Admin, RAIN Network
-Original Message-
From: Eric McDonald [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 10:44 AM
To: '[EMAIL PROTECTED]'
Cc: 'Kasey Minnis'
Subject: Problems with list server bounces
On Thu, 2003-07-10 at 11:33, Jon Carnes wrote:
> Hay Ed,
>
> What version of Mailman are you using? Guessing that you are using a
> recent version, you should be able to set the Mailing host (as opposed
> to the Web host) separate within the configuration file:
> ~mailman/Mailman/mm_cfg.py
Hi
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:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Rob Eckerson wrote:
> I need to put the recipient's email address into the footer of my email.
> Like: This message was sent to:[email]
> or To unsubscribe : [email]
> Can anyone tell me how this is done?
You need to turn on personalization fo
I need to put the recipient's email address into the footer of my email.
Like: This message was sent to:[email]
or To unsubscribe : [email]
Can anyone tell me how this is done?
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.py
Hi,
I'm running several internal MailMan mailing lists which are in turn
have other MailMan mailing lists subscribed to it. In addition, the
same people are subscribed to other mailing lists on the system.
The problem is that they're complaining about duplicate messages
whenever anybody cross-po
On Thu, 2003-07-10 at 16:10, Evey wrote:
> However, a lot of the digest email seems to be a mix of html tags and ascii,
> making most of the digest illegible. Is there a way I can get the digest to
> be legible without making everyone write emails to the list in plain text?
MIME digests work muc
Hay Ed,
What version of Mailman are you using? Guessing that you are using a
recent version, you should be able to set the Mailing host (as opposed
to the Web host) separate within the configuration file:
~mailman/Mailman/mm_cfg.py
You would be setting up a virtual domain since the address is
Problem solved it seems.
Let's recapitulate :
I execute the add_members command to add members to the list 'test'. The
file 'addresses' contains a few addresses (one per line). The '-w y'
option triggers a notification mail to the new subscribers.
nyiragongo:/home/jim/admin/mailman# add_members
Hi folks,
I've setup mailman for a low-traffic public list and, while all the
mails seem to get through just fine, I'm having one nagging little
problem. I'd like the Reply-To: address to point to:
[EMAIL PROTECTED]
but mails sent from the list appear to be from:
[EMAIL PROTECTED]
in sp
Hi there,
I just started a new list with mailman, and as it's a heavy traffic list
(already) people have been going on digest.
However, a lot of the digest email seems to be a mix of html tags and ascii,
making most of the digest illegible. Is there a way I can get the digest to
be legible w
Scan the mailman log files. It reports every bounce in the logs.
On Thu, 2003-07-10 at 00:43, John Liggins wrote:
> How do I set things so that I can get a Bounce notice the FIRST time that a
> message bounces? I need to know if anyone on my list has NOT received a
> message.
>
>
How do I set things so that I can get a Bounce notice the FIRST time that a
message bounces? I need to know if anyone on my list has NOT received a
message.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/m
Hi
I'm running mailman for the mailing list of http://www.aarons-jokes.com/
I'm currently sending out over 150,000 mails (over 7 lists) a day using
an "announce only" type setup.
Problem is mailman has been causing the server to crash on a regular
basis.
I am get VERY large number (1000's) of t
Add the following to your httpd.conf file and restart apache. Be sure and
change the paths to match your setup. These are the paths that Redhat uses
for Mailman install, but sounds like Mandrake is different.
ScriptAlias /mailman/ /var/mailman/cgi-bin/
Alias /pipermail/ /var/mailman/archives/pub
Hi,
We have a list that is moderated for all messages. When in the approval
screen, you can view messages by clicking on the message numbers.
However, we have one that when you click it, you get the error given
below:
Bug in Mailman version 2.1.1
We're sorry, we hit a bug!
If you would like to h
28 matches
Mail list logo