Re: [Mailman-Users] Sub-lists

2015-07-02 Thread Stephen J. Turnbull
Peter Shute writes: > True. I was thinking more along the lines of someone taking an > unofficial peek at a few mailboxes to compile an unofficial hit > list. A valid concern, and I agree that it could easily apply to the OP's use case. Steve --

Re: [Mailman-Users] Permissions error

2015-07-02 Thread Mark Sapiro
On 07/02/2015 09:07 AM, Steve Matzura wrote: > On Thu, 02 Jul 2015 08:23:23 -0700, you wrote: > >> >> gate_news runs every 5 minutes. do you see this error every 5 minutes? >> Have you run Mailman's bin/check_perms? > > I just ran check_perms to fix another problem, and it appears the two > *were

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2015-07-02 Thread Chris Miller
On 7/1/2015 6:24 PM, Mark Sapiro wrote: On 07/01/2015 12:07 PM, Chris Miller wrote: We have corrected this problem by creating the subdirectories, moving the lists in to the proper sub directory, and setting permissions. We are still having trouble with fix_url. I'm just confirming that I've

Re: [Mailman-Users] Permissions error

2015-07-02 Thread Steve Matzura
On Thu, 02 Jul 2015 08:23:23 -0700, you wrote: >On 07/02/2015 07:56 AM, Steve Matzura wrote: >> I have a new Mailman implementation connected to Postfix which is in >> turn connected to Dovecot. These two components are working correctly, >> as I have mailboxes set up with them and have created a

Re: [Mailman-Users] Permissions error

2015-07-02 Thread Mark Sapiro
On 07/02/2015 09:23 AM, Steve Matzura wrote: > On Thu, 02 Jul 2015 08:23:23 -0700, you wrote: > >> Mailman is sending a notice to the 'mailman' list and it's >> undeliverable. That doesn't look like a 'bounce' log message. It looks >> more like 'post' log. What's in the 'smtp-failure' log? > > Ju

Re: [Mailman-Users] Unable to access Mailman Web interface

2015-07-02 Thread Mark Sapiro
On 07/02/2015 09:01 AM, Steve Matzura wrote: > On Thu, 02 Jul 2015 08:24:12 -0700, you wrote: > >> Run check_perms. > > Did that. 898 problems found! I hope I didn't break Postfix. Luckily I > logged before and after in case I have to revert. Check_perms only affects files and directories in Ma

Re: [Mailman-Users] Permissions error

2015-07-02 Thread Steve Matzura
On Thu, 02 Jul 2015 08:23:23 -0700, you wrote: >Mailman is sending a notice to the 'mailman' list and it's >undeliverable. That doesn't look like a 'bounce' log message. It looks >more like 'post' log. What's in the 'smtp-failure' log? Jul 02 16:12:13 2015 (1308) smtp to mailman for 1 recips, co

Re: [Mailman-Users] Unable to access Mailman Web interface

2015-07-02 Thread Steve Matzura
On Thu, 02 Jul 2015 08:24:12 -0700, you wrote: >On 07/02/2015 07:56 AM, Steve Matzura wrote: >> If I browse to http://{my-node.my-domain.com}/mailman/admin, I get the >> following: >> >> Bug in Mailman version 2.1.18-1 >> >> Bug in Mailman version 2.1.18-1 >> We're sorry, we hit a bug! >> >> Pl

Re: [Mailman-Users] Unable to access Mailman Web interface

2015-07-02 Thread Mark Sapiro
On 07/02/2015 07:56 AM, Steve Matzura wrote: > If I browse to http://{my-node.my-domain.com}/mailman/admin, I get the > following: > > Bug in Mailman version 2.1.18-1 > > Bug in Mailman version 2.1.18-1 > We're sorry, we hit a bug! > > Please inform the webmaster for this site of this problem. P

Re: [Mailman-Users] Permissions error

2015-07-02 Thread Mark Sapiro
On 07/02/2015 07:56 AM, Steve Matzura wrote: > I have a new Mailman implementation connected to Postfix which is in > turn connected to Dovecot. These two components are working correctly, > as I have mailboxes set up with them and have created a test Mailman > mailing list and received confirmatio

[Mailman-Users] Unable to access Mailman Web interface

2015-07-02 Thread Steve Matzura
If I browse to http://{my-node.my-domain.com}/mailman/admin, I get the following: Bug in Mailman version 2.1.18-1 Bug in Mailman version 2.1.18-1 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been expl

[Mailman-Users] Permissions error

2015-07-02 Thread Steve Matzura
I have a new Mailman implementation connected to Postfix which is in turn connected to Dovecot. These two components are working correctly, as I have mailboxes set up with them and have created a test Mailman mailing list and received confirmation that it has in fact been created. Now I'm attemptin

Re: [Mailman-Users] HTML footers in multipart emails

2015-07-02 Thread Mark Sapiro
On 07/02/2015 02:30 AM, Yiannis Pericleous wrote: > > It seems I need to provide a custom Decorate Handler, as I need > personalization data in my footer. No. You have a couple of choices. You can investigate using either the "Patching Mailman to solve this problem" patches ot the "Using mimede

Re: [Mailman-Users] Mailman 2.1.18-1 not respecting add_virtualhost

2015-07-02 Thread Chris Miller
On 8/14/2014 6:21 PM, Mark Sapiro wrote: On 08/14/2014 06:06 PM, Chris Miller wrote: On 8/14/2014 5:31 PM, Mark Sapiro wrote: I sent you a PM with output. OK. I'll respond when it gets through my greylisting. The vhost has issues. In particular bin/withlist -l does not work with hostname/l

Re: [Mailman-Users] HTML footers in multipart emails

2015-07-02 Thread Yiannis Pericleous
Ok, thanks for the tip. It seems I need to provide a custom Decorate Handler, as I need personalization data in my footer. What is the recommended way of doing it?, edit Decorate.py directly (I'd rather not), create a custom SMTPDirect.py that calls my CustomDecorate.py, something else? If I c