RE: [Mailman-Users] Redhat9 mailman + postfix permissions problem

2003-11-07 Thread Skahan, Vince
Fixed. When you run 'rmlist' as root, it alters the permissions on aliases to root:mailman and root's usually more restrictive umask. Setting it to mailman:mailman and 0664 as per the FAQ section 6.9 took care of things. Thanks to Dan Phillips for the reminder... [EMAIL PROTECTED] ---

Re: [Mailman-Users] Redhat9 mailman + postfix permissions problem

2003-11-07 Thread Dan Phillips
On Nov 7, 2003, at 9:35 PM, Skahan, Vince wrote: Works great other than the list creation aborts out due to a permission problem in running '/usr/sbin/postalias /var/mailman/data/aliases' after the aliases file has the pertinent entries added. see: http://www.python.org/cgi-bin/faqw-mm.py?req=s

[Mailman-Users] Redhat9 mailman + postfix permissions problem

2003-11-07 Thread Skahan, Vince
I'm running redhat9 with postfix as the MTA and mailman installed with tweaks that I picked up in the FAQ and the mailman postfix howto posted to the list at http://mail.python.org/pipermail/mailman-users/2002-September/022370.html My mm_cfg.py contains the following: MAILMAN_USER = 'mail

Re: [Mailman-Users] Smrsh problem on redhat

2003-11-07 Thread Nate Perry-Thistle
Hi Randy, I disagree slightly: the smrsh man page doesn't say "don't do it", it says "be conservative" and in this case you'll have to allow /usr/local/mailman/mail/mailman to be executed by Sendmail to make Mailman useful. This is addressed in README.SENDMAIL: SENDMAIL `smrsh' COMPAT

Re: [Mailman-Users] Delivery Module

2003-11-07 Thread Richard Barrett
On Saturday, November 8, 2003, at 12:03 am, John Poltorak wrote: Can anyone explain the difference betweem SMTPDirect and Sendmail ? SMTPDirect is generic and will work with any SMTP compliant MTA for handling outgoing messages. As a consequence, the MTA does not have to reside on the same ma

[Mailman-Users] Delivery Module

2003-11-07 Thread John Poltorak
Can anyone explain the difference betweem SMTPDirect and Sendmail ? If I select Sendmail will outgoing mail be held in Sendmail spool queue? -- John -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/

[Mailman-Users] Smrsh problem on redhat

2003-11-07 Thread Foo, Randy
I have a red hat 9 system with mailman and apache. Sendmail is more or less working, but I can't post to the lists because it looks like smrsh (the restricted sendmail shell) can't run the mailman script - /usr/local/mailman/mail/mailman I know it might be possible to enter the script into /etc

[Mailman-Users] exclamation marks, carriage returns, and admin approval

2003-11-07 Thread Fong, Anna
Hi, We have an announce-only list. We used to have implicit approval on out-going admin messages. Then we got spammed and had to change to explicit approval for admin messages. When we did that, we noticed that the messages thru Mailman got processed differently. Exclamation marks were inse

[Mailman-Users] Re: Digest problem

2003-11-07 Thread Paul H Byerly
I wrote: I'm seeing a seemingly random problem with digests. The first line of the post as found in the mbox (From ) is stuck right onto the end of the last line of the proceeding post, without even a space. The message is not recognized as a new message in the contents or in the body o

[Mailman-Users] PROBLEM LIST

2003-11-07 Thread Jaime López
hi, We have a cpanel service and we have created some list for internal proposes but all list messages can be read by internet. Could you send us how set up the list to avoid this problem? I’m expecting a soon answer. Jaime López TELEVOZ LTDA --

[Mailman-Users] First install

2003-11-07 Thread dolcom
Hi all, I 've just downloaded the Mailman package and now I want install it on my web site Is there anyone who can help me ? Where I upload ? Is there a page to call to start the install ? Need to chnage some params ? Which pages ? Etc... TIA bankiz --

[Mailman-Users] Config Question: Enabling Personalization on a Per-List Basis

2003-11-07 Thread Andrew
Is there a way to enable personalization on a per-list basis? I would rather not enable OWNERS_CAN_ENABLE_PERSONALIZATION for the entire system. I used bin/listconfig to output the config file and there are no such options, that I have found, to do this. Is there a hidden or undocumented option

[Mailman-Users] Config Question: Enabling Personalization on a Per-List Basis

2003-11-07 Thread Andrew
Is there a way to enable personalization on a per-list basis? I would rather not enable OWNERS_CAN_ENABLE_PERSONALIZATION for the entire system. I used bin/listconfig to output the config file and there are no such options, that I have found, to do this. Is there a hidden or undocumented option

[Mailman-Users] Mailman as used by Mac users

2003-11-07 Thread Bruce Beckwith
Hello. Are you aware of any problems with users of the software that utilize Mac computers? I've got a member who has chosen the "digest" option, though when he gets emails, they appear to be a random series of characters. We are using Mailman 2.0.13, and the digest option flag is set to "text

[Mailman-Users] Date: redefined after rebuilding archives

2003-11-07 Thread Maurizio Codogno
I ran bin/arch --wipe on a (merged) mbox file for a list, and I noticed that all Date: header lines are changed . Look at http://icking-music-archive.org/mailman/private/tex-music/2003-October.txt for an example. What was wrong with this? ciao, .mau.

[Mailman-Users] Base URL for Mailman 2.1.x?

2003-11-07 Thread B.E.Johnson
Hi, I'm getting used to the new interface, having moved from a v2.0 server and find that, in the new compile at least, the Base URL for Mailman web interface option is missing. our members have become used to having the list address and config pages appear in our domain space. Has this been re

[Mailman-Users] Mailman and Sendmail 8.12.8

2003-11-07 Thread Zaw Min
I am running Mailman 2.1.2 on Redhat 9 with Sendmail 8.12.8. Server is P4 2.0GHz with 512MB memory and running pdnsd (DNS proxy) on it. The problem is mail delivery is so slow. Mail delivery is like 1000 mails per hour. There are almost 5,000 members and it tooks more than 4 hours to deliver

Re: [Mailman-Users] inexplicable UnicodeError

2003-11-07 Thread Pablo Chamorro C.
Given my circunstances I tried including these lines from Mailman 2.1.3: # Encode any unicode strings into the list charset, so we don't try to # join unicode strings and invalid ASCII. charset = Utils.GetCharSet(self.mlist.preferred_language) encoded_resp = []

Re: [Mailman-Users] https

2003-11-07 Thread Richard Barrett
On Friday, November 7, 2003, at 02:20 pm, Paolo De Riso wrote: On Fri November 7 2003 14:34, Richard Barrett wrote: It seems to work but it produce no effects on some internal links like attachment links. What could I do? I thought of using $prefix/arch command as I were regenerating the a

[Mailman-Users] Delivery via Sendmail

2003-11-07 Thread John Poltorak
Is there an option to send outgoing mail via Sendmail? -- John -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives:

Re: [Mailman-Users] https

2003-11-07 Thread Paolo De Riso
On Fri November 7 2003 16:12, Pablo Chamorro C. wrote: > I think you should consider do both, regenerate the archives and also > enforce the https conections. Another idea is, if it's suitable for your > users, is to install a browser like Firebird or another that doesn't show > annoying messages

Re: [Mailman-Users] https

2003-11-07 Thread Pablo Chamorro C.
I think you should consider do both, regenerate the archives and also enforce the https conections. Another idea is, if it's suitable for your users, is to install a browser like Firebird or another that doesn't show annoying messages like the ones you mention. By the way, the "saving web forms"

[Mailman-Users] Stephen I Pittman is out of the office.

2003-11-07 Thread stephen . pittman
I will be out of the office starting 11/07/2003 and will not return until 11/17/2003. I will be checking my messages occationally so I try to get back to you within a day or two -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.pytho

Re: [Mailman-Users] https

2003-11-07 Thread Paolo De Riso
On Fri November 7 2003 14:34, Richard Barrett wrote: > >> It seems to work but it produce no effects on some internal links > >> like attachment > >> links. > >> What could I do? I thought of using $prefix/arch command as I were > >> regenerating > >> the arch > >> ve. > >> > >> What do you

Re: [Mailman-Users] https

2003-11-07 Thread Paolo De Riso
Leaving the list archive as it is and using Apache module mod_rewrite was my first try. I used exactly the same rules the you have suggested. But it seems not work completely. I can't modify some settings in the administration page of the lists. Nevertheless if I didn't care about the internal l

Re: [Mailman-Users] First Install

2003-11-07 Thread Jon Carnes
On Fri, 2003-11-07 at 08:48, [EMAIL PROTECTED] wrote: > Hi all, > > I 've just downloaded the Mailman package and now I want install it on > my web site > > Is there anyone who can help me ? > > Where I upload ? Is there a page to call to start the install ? Need to > chnage some params ? Which

Re: [Mailman-Users] Administrator - always able to post?

2003-11-07 Thread Jon Carnes
On Fri, 2003-11-07 at 08:07, Allan Trick wrote: > Hi, > > I assumed that if someone's an administrator, they'd be able to post to a > list. However, if they're also a member of the list, and the "Mod" bit is > checked, then their messages are moderated like everyone else's, and they > must app

Re: [Mailman-Users] Administrator - always able to post?

2003-11-07 Thread John DeCarlo
Allan, Whether you are a list owner or a list moderator, that has nothing to do with you being able to post to the list. In fact, on some lists I have, moderators don't have permission to post to the list directly and have to approve their own posts. Allan Trick wrote: Hi, I assumed that if

[Mailman-Users] First Install

2003-11-07 Thread bankiz
Hi all, I 've just downloaded the Mailman package and now I want install it on my web site Is there anyone who can help me ? Where I upload ? Is there a page to call to start the install ? Need to chnage some params ? Which pages ? Etc... TIA bankiz --

Re: [Mailman-Users] News gateway

2003-11-07 Thread Jon Carnes
On Fri, 2003-11-07 at 07:52, vicnoise . wrote: > Hi, > under the "Mail-News Gateways" option there is a field > that asks for "The Internet address of the machine > your News server is running on". I was wondering what > exactly is this feature and if there is a chance to > use an external news ser

Re: [Mailman-Users] https

2003-11-07 Thread Richard Barrett
On Friday, November 7, 2003, at 12:14 pm, Pablo Chamorro C. wrote: I don't know if it's enough to do it to a httpd level. I have this for Apache: RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^//(.*) https://%{SERVER_NAME}/mailman/$1 [R,L] and in this way it doesn't matter if the users

[Mailman-Users] Administrator - always able to post?

2003-11-07 Thread Allan Trick
Hi, I assumed that if someone's an administrator, they'd be able to post to a list. However, if they're also a member of the list, and the "Mod" bit is checked, then their messages are moderated like everyone else's, and they must approve their own posts before they go out. (This is an announ

[Mailman-Users] Re: Mailman-Users Digest, Vol 14, Issue 18

2003-11-07 Thread JIM SKINNER
Please don't send me any more digests. I just want to get access to the forum and other stuff on the web site. James Skinner [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 07, 2003 6:54 AM Subject: Mailman-Users Digest, Vol

[Mailman-Users] News gateway

2003-11-07 Thread vicnoise .
Hi, under the "Mail-News Gateways" option there is a field that asks for "The Internet address of the machine your News server is running on". I was wondering what exactly is this feature and if there is a chance to use an external news server or if it must be as one already installed on the local

Re: [Mailman-Users] https

2003-11-07 Thread Pablo Chamorro C.
I don't know if it's enough to do it to a httpd level. I have this for Apache: RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^//(.*) https://%{SERVER_NAME}/mailman/$1 [R,L] and in this way it doesn't matter if the users access to http or https pages because all Mailman pages end up bee

[Mailman-Users] https

2003-11-07 Thread p . der
Hallo to everyone, I am a newbie of mailman. During this days I read many messages from this mailing-list before writing this. I want to use mailman under https and use the canonical name of the site (without www). First of all I have added the ollowing lines in $prefix/Mailman/mm_cfg.py: DEFAUL