On 09/12/2016 06:45 AM, Jewel Brueggeman-Makda wrote:
> Good Morning,
> I am in the process of setting up a replacement mailman server and so far 
> things are going well. I did have 2.1.22 and upgraded to 2.1.23. The point 
> where I am stuck is when I try to post to the mailman list I receive the 
> following error below.  When I setup mailman I used the following command:
> ./configure --with-mail-gid=mailman --with-cgi-gid=apache
> 
> Upon seeing the error below I reran the configure command with the 'nobody' 
> and reran the make, make install but that broke the web interface. I have 
> searched online but cannot find a solution.


Is the MTA Postfix? If so, the problem is your Mailman aliases.db file
is not owned by 'mailman' (probably by root) and --with-mail-gid=mailman
should be correct.

What does "broke the web interface" mean? If you look in apache's error
log, there may be a group mismatch error there. Are you shure the web
server runs as user 'apache' and not 'www-data' or something else. Try

ps -fwwA|egrep '(apache|httpd)'

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to