Re: [Mailman-Users] Changing Owner of Mailman installation

2005-11-22 Thread Mark Sapiro
Kory Wheatley wrote: > Date: Mon, 21 Nov 2005 23:57:19 -0700 > To: mailman-developers Did you mean to send this to mailman-users or mailman-developers? >I installed Mailman as the account owner "pwmail", (and the group is >Mailman), and Mailman has ran fine under this user for about 5

Re: [Mailman-Users] More questions...

2005-11-22 Thread game lover
There is an admin setting you can choose to discard a message with or without notifying the sender. GL - http://www.FrontShopping.comGreat place to shop for large selections http://www.FreeGame123.com Playing is

Re: [Mailman-Users] More questions...

2005-11-22 Thread Mark Sapiro
Bob Bales wrote: >We are getting a number of messages that disappear into cyberspace. They >never come back to the sender, no bounce announcements, nothing, they just >disappear. Check Mailman's log files, particularly 'error' 'smtp' and 'smtp-failure'. check the qfiles/* directories, particul

[Mailman-Users] error report

2005-11-22 Thread Gregory Mokhin
A user got an error working with Mailman web interface. Error log shows the following: admin(12516): [- Mailman Version: 2.1.6 -] admin(12516): [- Traceback --] admin(12516): Traceback (most recent call last): admin(12516): File "/usr/local/mailman/scripts/driver", line 101, in r

[Mailman-Users] More questions...

2005-11-22 Thread Bob Bales
We are getting a number of messages that disappear into cyberspace. They never come back to the sender, no bounce announcements, nothing, they just disappear. I have set the Maximum length in KB of a message body to "0" for no limit, as I have no limits on my server. These are not all image ba

Re: [Mailman-Users] FW: failure notice

2005-11-22 Thread Mark Sapiro
Charu Shankar wrote: >In a listserv I set up, I have trouble posting messages which get returned >to me with the following message. Appreciate your help if anyone has faced >this before:- > >Hi. This is the qmail-send program at gao.pair.com. >I'm afraid I wasn't able to deliver your message to th

[Mailman-Users] FW: failure notice

2005-11-22 Thread Charu Shankar
In a listserv I set up, I have trouble posting messages which get returned to me with the following message. Appreciate your help if anyone has faced this before:- Hi. This is the qmail-send program at gao.pair.com. I'm afraid I wasn't able to deliver your message to the following addresses. This

Re: [Mailman-Users] active links in the footer

2005-11-22 Thread Mark Sapiro
Justin Heath wrote: > >How can I get mailman to produce active links in the footer? It's all >coming out in plaintext, and I'd really like URLs to be active. I'm not >really familiar with MIME types or the internal structure of email messages >though. The footers are plain text. You can't make t

[Mailman-Users] active links in the footer

2005-11-22 Thread Justin Heath
Hi, How can I get mailman to produce active links in the footer? It's all coming out in plaintext, and I'd really like URLs to be active. I'm not really familiar with MIME types or the internal structure of email messages though. Thanks for any help! Justin

Re: [Mailman-Users] Antispam and AntiVirus setup with sendmail and mailman

2005-11-22 Thread Andy Gao
Hi, mark: Original I guessed I need to install some software for protect my mail server, so I searched and found those softwares, which I thought useful. spamassassin, clamAV really works for spam protection and virus protection. The previous problem is due to my MailScanner configuration. Now

Re: [Mailman-Users] Antispam and AntiVirus setup with sendmail and mailman

2005-11-22 Thread Mark Sapiro
Andy Gao wrote: > >I set up the MailScanner, pyzor, razor, ClamAV for my mail server. > >It slows down delivery time a lot. (I checked the mailq, used to be empty >very soon. Now those mails stay far longer than before) > >So I just wondered whether I have setup MailScanner wrong or something e

Re: [Mailman-Users] Mailman stopped delivering mail

2005-11-22 Thread Mark Sapiro
Eric Evans wrote: >This is very interesting. I took your suggestion and deleted the SMTPHOST >statement from the mm_cfg.py and Mailman immediately started working. I >don't know why this would make a difference. I know that we had this same >SMTPHOST statement in the mm_cfg.py file for quite

Re: [Mailman-Users] can't create a list

2005-11-22 Thread Mark Sapiro
Eric Evans wrote: >We're running Python 2.2.2. It occurs to me that this version of Python >might not be compatible with the latest version of Mailman. I'm in the >process of trying to upgrade our Python. Be careful. You appear to be running Mailman 2.1.5 - at least your bin/newlist line num

Re: [Mailman-Users] Mailman stopped delivering mail

2005-11-22 Thread Eric Evans
This is very interesting. I took your suggestion and deleted the SMTPHOST statement from the mm_cfg.py and Mailman immediately started working. I don't know why this would make a difference. I know that we had this same SMTPHOST statement in the mm_cfg.py file for quite a long time, years eve

Re: [Mailman-Users] can't create a list

2005-11-22 Thread Eric Evans
We're running Python 2.2.2. It occurs to me that this version of Python might not be compatible with the latest version of Mailman. I'm in the process of trying to upgrade our Python. Thanks... Eric >What Python version is this? > >It appears that your email.Headers.Headers class does not sup

Re: [Mailman-Users] Mailman stopped delivering mail

2005-11-22 Thread Mark Sapiro
Eric Evans wrote: > >>What if anything do you have in mm_cfg.py for SMTPHOST and SMTPPORT? If >>nothing, Have you perhaps changed them in Defaults.py (Nothing in >>Defaults.py should ever be changed)? > >The mm_cfg.py contains >SMTPHOST = '<128.253.175.139>' >which is the IP address of the server t

Re: [Mailman-Users] Locating Private Members

2005-11-22 Thread Mark Sapiro
Web User Support wrote: >I've had an inquiry from a list-administrator about identifyng private >listserv members (who don't show on at /roster). Is there a way to identify >those users other than by going through each alpha-numeric section of the >Membership Management section of the Admin int

[Mailman-Users] Antispam and AntiVirus setup with sendmail and mailman

2005-11-22 Thread Andy Gao
Hi, Mark: I set up the MailScanner, pyzor, razor, ClamAV for my mail server. It slows down delivery time a lot. (I checked the mailq, used to be empty very soon. Now those mails stay far longer than before) So I just wondered whether I have setup MailScanner wrong or something else goes wron

Re: [Mailman-Users] [Mailman: low level unrecoverable exception]

2005-11-22 Thread Mark Sapiro
Terry Poperszky wrote: >I re-installed the MM package and it works now, it would appear that the >sles9 update is broken This caused a lot of grief early this year when SuSE first released this patch. There's a lot of stuff in the January archives of this list

Re: [Mailman-Users] can't create a list

2005-11-22 Thread Mark Sapiro
Eric Evans wrote: > >My difficulty with trying to get Apache to access the Mailman admin >webpages now seems like it is caused by a more basic problem, which is that >when I try to create a new list, the newlist program crashes. Here's the >output that I get when I run newlist: > >Traceback (mo