[Mailman-Users] Re: Unable to confirm user email not can I approve posting via https website

2021-09-23 Thread paul
Still having issues with the needed/default mailman list and the breaking out 
of HTTPS. All other lists are working fine. 
On mailman list, no errors in apache error log. I do see POST 301 redirect 
error I don't see the 301 error on the other lists. 
Is mailman handled differently than other lists?
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: Unable to confirm user email not can I approve posting via https website

2021-09-23 Thread Mark Sapiro

On 9/23/21 9:46 AM, p...@interisland.net wrote:

Still having issues with the needed/default mailman list and the breaking out 
of HTTPS. All other lists are working fine.
On mailman list, no errors in apache error log. I do see POST 301 redirect 
error I don't see the 301 error on the other lists.
Is mailman handled differently than other lists?



Have you run Mailman's

bin/withlist -l -r fix_url mailman


--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
   https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: Unable to confirm user email not can I approve posting via https website

2021-09-23 Thread paul
Thanks again. That did the trick.
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: Can not delete a mailing list with error.

2021-09-23 Thread Masaharu Kawada
Hello Mark,

As you mentioned, I was able to delete a mailing list changing the
permission of /etc/mailman as follows.

# ls -l /etc/ | grep mailman
drwxrwsr-x.  3 root mailman129 Sep 13 10:39 mailman

Thanks a million!

Masaharu



On Wed, Sep 22, 2021 at 11:43 AM Mark Sapiro  wrote:

> Please keep this thread on the list.
>
> On 9/21/21 6:36 PM, Masaharu Kawada wrote:
> > Hello Mark,
> >
> > Thanks again for your help.
> >
> >  >What does `ls -la` on Mailman's data/ directory show and what is the
> >  >content of Mailman's data/aliases file?
> >
> > The /var/lib/mailman/data only shows the following file.
> >
> > ]# ls -l /var/lib/mailman/data
> > lrwxrwxrwx 1 root mailman 25 Sep 30  2020 sitelist.cfg ->
> > /etc/mailman/sitelist.cfg
> >
> > As for the aliases, please take a look at below results.
> >
> > ]# ls -l /etc/mailman/aliases
> > -rw-rw-rw- 1 root mailman 2840 Sep 21 12:41 /etc/mailman/aliases
>
>
> Not the issue, but this probably shouldn't be other writable.
>
>
> > ]# cat /etc/mailman/aliases
> >
> > ~
> > # The ultimate loop stopper address
> > mailman-loop: /var/lib/mailman/data/owner-bounces.mbox
> ...
>
>
>
>
> If this is a RHEL mailman package, please see
> 
>
>
> As far as I know, in the RHEL package, Mailman's aliases are in
> /etc/mailman/ as you show.
>
> I think the problem may be that the `mailman` group does not have write
> permission on /etc/mailman/. Permissions should be `drwxrwsr-x` and
> group mailman.
>
> Try running Mailman's bin/check_perms to check and `bin/check_perms -f`
> as root to fix errors, but don't worry about symlinks.
>
>
> --
> Mark Sapiro The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
>
>
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/