Daniel Novotny wrote:
>
>The solution I created is to create a new script called
>"mailman-update-cfg"'which contains the following:
>
>#!/usr/bin/python
>import py_compile
>
>py_compile.compile("/usr/lib/mailman/Mailman/mm_cfg.py")
>
>in the mm_cfg.py there's a note, that if you use SELinux,
>you have to run this script as root after you change
>the configuration
>
>what do you think about this? it's more of a work-around,
>but it can be a part of the mailman init script in /etc/init.dSince the RedHat package already installs its own /etc/init.d/mailman, I think this is a good solution for the RedHat package. For the rest of us, we're pretty far from FHS compliance and presumably good security policy manager compliance anyway. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
