Mark A. Schwenk wrote:
On Fri, 2003-04-25 at 19:39, Mike Chambers wrote:
The user/group are created when mailman is installed. I'm sure there is
another problem besides this one.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89695
I ran into this problem also. I believe I worked around it by setting
MAILMAN_USER = 'mailman'
MAILMAN_GROUP = 'mailman'
in my /var/lib/mailman/Mailman/mm_cfg.py file. (There were other values
I needed to customize in this file anyway.) The defaults in
/var/lib/mailman/Mailman/Defaults.py should probably be changed from
MAILMAN_USER = ''
MAILMAN_GROUP = ''
to the values above.
That did it!
Thanks!!!