From owner-freebsd-ports@FreeBSD.ORG Tue Nov 28 12:25:41 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 578F816A49E for ; Tue, 28 Nov 2006 12:25:41 +0000 (UTC) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0920943DA1 for ; Tue, 28 Nov 2006 12:24:22 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kASCOBbJ002016 for ; Tue, 28 Nov 2006 20:24:11 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kASCOBr4068295 for ports@freebsd.org; Tue, 28 Nov 2006 20:24:11 +0800 (CST) (envelope-from rafan) Date: Tue, 28 Nov 2006 20:24:11 +0800 From: Rong-En Fan To: ports@freebsd.org Message-ID: <20061128122411.GA32224@svm.csie.ntu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: mail/mailgraph users X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 12:25:41 -0000 If you are using mail/mailgraph, please spend one minute to read this. Currently, the pkg-message shows Make sure this script should be invoked with privilege to read /var/log/maillog. I was told that this instruction may not be clearly enough and especially on newer 6.x, the default permission of maillog is 640. Therefore, you can not simply install and run without further changes in newsyslog.conf. Now, I come up with the following paragraph: Make sure this script should be invoked with privilege to read /var/log/maillog. For example, you may change the permission of maillog to be 644. Another way is to make maillog owned by the mail group, and put mailgraph_user in that group. You may wonder why I don't modify newsyslog.conf. The reason is that I don't want to have policy in the package. The decision should be left to users. If you have better ideas about how instruct users to setup newsyslog and mailgraph, please let me know. Thanks, Rong-En Fan