In the mail/squirrelmail-compatibility-plugin, a number of directories are explicitly given write permissions to the web-server user. Fix: Fix: chown -R root:wheel /usr/local/www/squirrelmail/plugins/compatibility Remedy - Remove line from Makefile: ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME} How-To-Repeat: Install the port, cd to squirrelmail plugin directory and do an ls -lR compatibility/
Dear maintainer, Can you investigate this problem and submit patch? http://www.freebsd.org/cgi/query-pr.cgi?pr=87606 Thanks -- Marcus Alves Grando marcus(at)corp.grupos.com.br | Grupos Internet S/A mnag(at)FreeBSD.org | FreeBSD.org
State Changed From-To: open->feedback Ask for maintainer fix.
Hi > Can you investigate this problem and submit patch? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=87606 I fixed this as proposed by the PR. The files installed are now owned by root:wheel. The attached fix also include an update of this port to Version 2.0.2 (was 2.0.0) and a minor correction to apply the appropriate patch to SquirrelMail 1.4.5 (which is the current version in the ports tree) during installation. Alexander Wittig
State Changed From-To: feedback->closed Committed. Thanks!