Hi, > >./configure --with-mail-gid=mail --with-cgi-gid=www-data > --with-mail-gid=root > >i also tried > >./configure --with-mail-gid=mail --with-cgi-gid=www-data --with-mail-gid=0 > >followed by make install. > > > >Both should work, no ? > > No. You can configure with > > ./configure --with-mail-gid=root --with-cgi-gid=www-data > > (i.e., don't just add --with-mail-gid=root; you also have to remove > --with-mail-gid=mail) or you can put
Okay, did that make clean ./configure --with-mail-gid=root --with-cgi-gid=www-data make install Stop & Start MTA and Mailman but sill: Child process of mailman_transport transport returned 2 from command: /usr/local/mailman/mail/mailman > group = mail > > in the mailman-transport in your Exim configuration. Did this as well: Changed the group to mail, stopped and started exim and then make clean ./configure --with-mail-gid=mail --with-cgi-gid=www-data make install Stop and Start Mailman but still Child process of mailman_transport transport returned 2 from command: /usr/local/mailman/mail/mailman I´m running out of ideas ;( Kind regards Sascha ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py 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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
