Hello everyone, I got a problem of ZCS 7.0.1 on CentOS5.5_x64 with mailman.
Follow this howto, I installed mailman with ./configure --with-cgi-gid=zimbra
--with-mail-gid=zimbra & make & makeinstall.
Everything looks good, I created a list, send mail to it and I recived:
Quote:
Command died with status 2:
"/opt/zimbra/mailman/mail/mailman post a". Command output: Group mismatch
error. Mailman expected the mail wrapper script to be executed as group
"zimbra", but the system's mail server executed the mail script as group
"mailman". Try tweaking the mail server to run the script as group
"zimbra", or re-run configure, providing the command line option
`--with-mail-gid=mailman'. |
so I re-run ./configure with out
--with-mail-gid=zimbra and did everything the howto told me to again, this time I recived:
Quote:
Command died with status 2:
"/opt/zimbra/mailman/mail/mailman post lililili". Command output: Group
mismatch error. Mailman expected the mail wrapper script to be executed as
group "mailman", but the system's mail server executed the mail script as
group "zimbra". Try tweaking the mail server to run the script as group
"mailman", or re-run configure, providing the command line option
`--with-mail-gid=zimbra'. |

does someone know what to do about this ?