Mollatt Ntini wrote: >I had actually set the gid=0 which is wheel's group ID in the Makefile. >I do not even have the group=mail on my system. I have tried tweaking >around according to that link, but still no joy. What do you think >should change?
I would do the following: First, I would not use group wheel. It is too privileged. You could use 'mailman', or 'daemon' or some other non-priveleged group that seems appropriate. Assuming you choose mailman, rerun configure with --with-mail-gid=mailman and make install. Then in your Exim config in the definition of the mailman_transport transport, put user = mailman group = mailman or if you already have something like user = MM_UID group = MM_GID find the definitions of these and make them MM_UID=mailman MM_GID=mailman -- 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 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
