Re: [Mailman-Users] 'list not found' after kernel upgrade

2016-08-19 Thread David Josephson
Never mind. Beware of yum-update. I have mailman in /usr/local, and yum update installed a new copy in /usr/lib, and helpfully updated the script in /etc/smrsh to point to the new one. &*&*(#^!! On Aug 19, 2016, at 2:29 PM, David Josephson wrote: > We have been running Mailman 2.1.18-1 for a lo

[Mailman-Users] 'list not found' after kernel upgrade

2016-08-19 Thread David Josephson
We have been running Mailman 2.1.18-1 for a long time, on a Centos 7 system with sendmail. We do a yum update every few months. Coincident with the last one, which included a kernel update to 3.10, mailman stopped working, posts are bounced back with this message: - The following addre

Re: [Mailman-Users] Unable to receive email on same domain

2016-08-19 Thread Caesar Samsi
This has been resolved. I commented out the virtual_alias_domains. Email is now received by both virtual domain users and yugi mailing list aliases. > On Aug 19, 2016, at 3:08 PM, Caesar Samsi wrote: > > > Hmm … what I have implemented in Postfix are virtual domains such that > > cae...@xyz

Re: [Mailman-Users] Unable to receive email on same domain

2016-08-19 Thread Caesar Samsi
Hmm … what I have implemented in Postfix are virtual domains such that cae...@xyz.com has a mailbox on yugi.us and yugi.us is the mail server for xyz.com domain cae...@xyz.com goes to yugi.us

Re: [Mailman-Users] Confirmation Page not working

2016-08-19 Thread Caesar Samsi
Yes, the URL and page text is as you described. Thank you, Caesar. > On Aug 17, 2016, at 11:03 PM, Mark Sapiro wrote: > > On 08/14/2016 05:14 PM, Caesar Samsi wrote: >> >> My confirmation page is not working. > > > What URL do you go to? what do you see when you go there? > > >> I am assu

Re: [Mailman-Users] Problems with mail delivery, configure Mailman with Postfix

2016-08-19 Thread Mark Sapiro
On 08/19/2016 04:15 AM, Gines Granados Bayona wrote: > > I have made the settings you provided me Mark Sapiro, but still does not > work, and even though I check can not find the error. And what exactly is the problem? Please describe exactly what you do, what result you expect and what actual r

Re: [Mailman-Users] Which user is harvesting sender emails?

2016-08-19 Thread Richard Shetron
There is a LOT of broken software that will refuse rfc compliant email addresses as they do not properly follow the standards. The + sign has been in use and part of the rfc's for at least 30 years. I've found that using the underscore '_' will work when the plus '+' sign does not, however yo

Re: [Mailman-Users] Problems with mail delivery, configure Mailman with Postfix

2016-08-19 Thread Gines Granados Bayona
> > Hi all, greetings Mark Sapiro. > > I have made the settings you provided me Mark Sapiro, but still does not > work, and even though I check can not find the error. > > > > Run the command you indicated me, Mark Sapiro > > > > [root@lab log]# postconf -n > > alias_database = hash:/etc/aliases >

Re: [Mailman-Users] Which user is harvesting sender emails?

2016-08-19 Thread Bill Cole
On 19 Aug 2016, at 11:13, Jim Popovitch wrote: On Fri, Aug 19, 2016 at 11:01 AM, Bill Cole wrote: On 19 Aug 2016, at 10:39, Jim Popovitch wrote: PRVS/BATV How is that relevant to this issue? Well it's not, it's only relevant to what you and Mark were discussing (modification of From:)

Re: [Mailman-Users] Which user is harvesting sender emails?

2016-08-19 Thread Jim Popovitch
On Fri, Aug 19, 2016 at 11:01 AM, Bill Cole wrote: > On 19 Aug 2016, at 10:39, Jim Popovitch wrote: > >> PRVS/BATV > > > How is that relevant to this issue? Well it's not, it's only relevant to what you and Mark were discussing (modification of From:) I merely provided an example of a popular in

Re: [Mailman-Users] Which user is harvesting sender emails?

2016-08-19 Thread Bill Cole
On 19 Aug 2016, at 10:39, Jim Popovitch wrote: PRVS/BATV How is that relevant to this issue? BATV only applies to the envelope sender address, which any proper mailing list (including any Mailman list) completely replaces with its own bounce address so that bounces go to the mailing list so

Re: [Mailman-Users] Which user is harvesting sender emails?

2016-08-19 Thread Jim Popovitch
On Fri, Aug 19, 2016 at 10:21 AM, Bill Cole wrote: > On 18 Aug 2016, at 19:36, Mark Sapiro wrote: > >> Altering the From: based on recipient can be done by modifying the code. >> Say you have a message "From: Ann User " and you want >> to change that to "From: Ann User " where xxx is a >> unique c

Re: [Mailman-Users] Which user is harvesting sender emails?

2016-08-19 Thread Bill Cole
On 18 Aug 2016, at 19:36, Mark Sapiro wrote: Altering the From: based on recipient can be done by modifying the code. Say you have a message "From: Ann User " and you want to change that to "From: Ann User " where xxx is a unique code for each recipient. Please, don't anyone do that, ever.

[Mailman-Users] Imminent release of a Mailman security fix.

2016-08-19 Thread Mark Sapiro
There is a CSRF vulnerability associated with the user options page. This could conceivably allow an attacker to obtain a user's password. This is reported at . I have developed a fix which is a small patch to two modules. I plan to release Mailman