Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Finally, I was able to get "service mailman start" to work, but in www.domain.com/mailman/listinfo only shows the list "mailman", none of my old list are showing up. By the way, SElinux was the culprit, and once it was stopped, I was able to start mailman using: service mailman start. On

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
withlist -l -r fix_url [listname} Okay, the lists are there now after I fixed the url. I will let you know see if it work when I get back to work tomorrow. Once again, thank you so much for your help and time. Charles On Wed, Nov 6, 2013 at 1:03 AM, c cc wrote: > Mark, > > Finally, I was ab

[Mailman-Users] Reducing false positives with spam markings with Gmail, etc.

2013-11-05 Thread Stephen J. Turnbull
Steven Clift writes: > Has this been a growing issue with Mailman served lists? I wouldn't say it's growing. For quite a while (a decade or so) we have been getting the occasional request for help in getting mail delivered to the major freemail services and portals, including Gmail, Yahoo!, Hot

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Thanks. I will double check all the permission on /var/lib/mailman/lists/ to make sure that they are all the same with the "mailman" list permission since that particular list was working fine before I moved the old lists over. I will send you the log files to your email tomorrow. Once agai

[Mailman-Users] Reducing false positives with spam markings with Gmail, etc.

2013-11-05 Thread Steven Clift
Has this been a growing issue with Mailman served lists? Articles like this sort of explain to rougher territory for legit email generators: http://bit.ly/1hhDQo6 We actually use the open source GroupServer.org package (a cousin to Mailman) and if this is a growing problem, we need some sort of d

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Mark Sapiro
On 11/05/2013 06:38 PM, c cc wrote: > Mark, > > No luck. > > [root@es1 bin]# ./check_perms -f > directory must be at least 02775: /usr/lib/mailman (fixing) ... > directory permissions must be 02775: /usr/lib/mailman/templates/eu (fixing) The permissions issues you have are with /var/lib/mailm

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Stephen J. Turnbull
Richard Damon writes: > It is not clear to me that mailman should add the Resent-* headers. The > RFC states: No, it's not clear to me, either. I do have a very strong opinion in favor, to the extent that I would make it an option defaulting to ON. > "Resent fields SHOULD be added to any mes

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, No luck. [root@es1 bin]# ./check_perms -f directory must be at least 02775: /usr/lib/mailman (fixing) directory permissions must be 02775: /usr/lib/mailman/mail (fixing) directory permissions must be 02775: /usr/lib/mailman/cgi-bin (fixing) directory permissions must be 02775: /usr/lib/mail

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Yes, we got "we hit a bug" message. Thanks! Charles On Tue, Nov 5, 2013 at 8:29 PM, Mark Sapiro wrote: > On 11/05/2013 06:18 PM, c cc wrote: > > > > I am not sure this would help; I got this error message in > > /var/log/mailman/error > > > > IOError reading list extension: [Errno 13] P

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Mark Sapiro
On 11/05/2013 06:18 PM, c cc wrote: > > I am not sure this would help; I got this error message in > /var/log/mailman/error > > IOError reading list extension: [Errno 13] Permission denied: > '/var/lib/mailman/lists/mailman/extend.py' > Nov 05 20:16:53 2013 mailmanctl(31641): Site list is missing

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Richard Damon
On 11/5/13, 6:59 PM, Stephen J. Turnbull wrote: > Note that the subject is incorrect. Mailman is not reusing the > Message-ID, it is refusing to alter it which is correct behavior > according to RFC 5322 (Message-ID is an originator field). > > I believe that according to RFC 5322 (and predecessor

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, I am not sure this would help; I got this error message in /var/log/mailman/error IOError reading list extension: [Errno 13] Permission denied: '/var/lib/mailman/lists/mailman/extend.py' Nov 05 20:16:53 2013 mailmanctl(31641): Site list is missing: mailman Thanks, Charles On Tue, Nov 5,

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Thanks! "And at that point, where was the lists/mailman/config.pck file?" I assume it was in /var/lib/mailman/lists/mailman/config.pck because I did not move the config file when I moved the old list over. "And to where did you move those losts/LISTNAME/config.pck files." I move the whole

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Mark Sapiro
On 11/05/2013 05:19 PM, c cc wrote: > > Let me clarify this: No, I can't open the old list's listinfo page, but > I can see the list using list_lists command. OK. > When I did the fresh installation and created the "mailman" list before > moving any old lists over, I was able to start mailman

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Let me clarify this: No, I can't open the old list's listinfo page, but I can see the list using list_lists command. When I did the fresh installation and created the "mailman" list before moving any old lists over, I was able to start mailman using: service mailman start. As soon I moved

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Mark Sapiro
On 11/05/2013 03:55 PM, c cc wrote: > > Is it possible that the old lists are not compatible? By the way, the > mailman version on the old server is 2..1.9 and the version on the new > server is 2.1.12. Any suggestions and help would be appreciated. Not likely and not if you can open the old lis

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Stephen J. Turnbull
Ralf Hildebrandt writes: > Strictly speaking, all that womand wanted was to know if the message > passed both mailing lists... So she should have more faith :) For lists hosted by the same Mailman, Mailman 3 might be able to handle this by adding *both* List-Ids to the header, and only adding t

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Stephen J. Turnbull
Note that the subject is incorrect. Mailman is not reusing the Message-ID, it is refusing to alter it which is correct behavior according to RFC 5322 (Message-ID is an originator field). I believe that according to RFC 5322 (and predecessors) Mailman SHOULD add a Resent-Message-ID to indicate tha

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Here what I just found out: I removed and reinstalled mailman again and just created a list named mailman--it works fine. But mailman wont' start as soon as I migrated the old lists over to the new server. Is it possible that the old lists are not compatible? By the way, the mailman versio

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Mark Sapiro
On 11/05/2013 07:14 AM, Ralf Hildebrandt wrote: > > Strictly speaking, all that womand wanted was to know if the message > passed both mailing lists... So she should have more faith :) In cases like this, I suggest that the user check the list's archive. -- Mark Sapiro The highway is f

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Mark Sapiro
On 11/05/2013 11:14 AM, c cc wrote: > > It seems like /etc/init.d/mailman and /etc/rc.d/mailman both are runing > /usr/lib/mailman/bin/mailmanctl, as you can you below: Do you mean /etc/rc.d/init.d/mailman? In RedHat/CentOS, /etc/init.d/ is a symlink to /etc/rc.d/init.d/. > MAILMANHOME=/usr/li

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Lindsay Haisley
On Tue, 2013-11-05 at 13:14 -0600, c cc wrote: > Mark, > > It seems like /etc/init.d/mailman and /etc/rc.d/mailman both are runing > /usr/lib/mailman/bin/mailmanctl, as you can you below: > > MAILMANHOME=/usr/lib/mailman > MAILMANCTL=$MAILMANHOME/bin/mailmanctl > > Here how I moved my lists over

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, It seems like /etc/init.d/mailman and /etc/rc.d/mailman both are runing /usr/lib/mailman/bin/mailmanctl, as you can you below: MAILMANHOME=/usr/lib/mailman MAILMANCTL=$MAILMANHOME/bin/mailmanctl Here how I moved my lists over to the new server: 1. I renamed the /usr/lib/mailman to mailman

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread Mark Sapiro
On 11/05/2013 10:34 AM, c cc wrote: > > Thanks! I was able to start using /usr/lib/mailman/bin/mailmanctl > start--without any problem. So 'service mailman start' which runs the script at /etc/init.d/mailman (or /etc/rc.d/init.d/mailman) is running a different mailmanctl. Look at that script and

Re: [Mailman-Users] unable to start Mailman

2013-11-05 Thread c cc
Mark, Thanks! I was able to start using /usr/lib/mailman/bin/mailmanctl start--without any problem. I have only have one mailman instance installed on this server and now, it still does not show all my lists though. Any suggestions. Thanks! Charles On Mon, Nov 4, 2013 at 9:45 PM, Mark Sapiro

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Ralf Hildebrandt
* Barry Warsaw : > On Nov 05, 2013, at 02:46 PM, Ralf Hildebrandt wrote: > > >There's not way of turning this off on Exchange > > Sounds like the same bit of "helpfulness" that Gmail performs. > > http://wiki.list.org/x/2IA9 > > It's a tough problem, but I think Mailman's retention of the origi

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Barry Warsaw
On Nov 05, 2013, at 02:46 PM, Ralf Hildebrandt wrote: >There's not way of turning this off on Exchange Sounds like the same bit of "helpfulness" that Gmail performs. http://wiki.list.org/x/2IA9 It's a tough problem, but I think Mailman's retention of the original Message-Ids is the right-er app

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Joseph Brennan
--On November 5, 2013 10:25:20 AM +0100 Ralf Hildebrandt wrote: Who's to blame? Mailman for re-using the message-id? Exchange for dropping the second mail on the floor? The messages are duplicates, so they should have the same Message-ID. Whether to suppress delivery of duplicates is t

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Ralf Hildebrandt
* Richard Damon : > This is really a tough problem. Presumably, since mailman doesn't > significantly alter the message (which is one reason it is allowed to > maintain the message-id) it should really matter that the recipient only > gets one copy of the message, or which one. Yes, only the Subj

Re: [Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Richard Damon
On 11/5/13, 4:25 AM, Ralf Hildebrandt wrote: > Hi! > > Mailman re-uses the message-id of the original email. In our case an > exchange user is recipient of two mailing-lists. Both mails are > adressed in the original message, both lists distribute the list, two > emails having the same message-id a

[Mailman-Users] Mailman reusing message-id, leads to duplicate message suppression

2013-11-05 Thread Ralf Hildebrandt
Hi! Mailman re-uses the message-id of the original email. In our case an exchange user is recipient of two mailing-lists. Both mails are adressed in the original message, both lists distribute the list, two emails having the same message-id arrive at the Exchange server, which seems to discard the