Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  8 Jan 2010 00:09:19 +0800 (CST)
From:      Chen-Yu Tsai <wens@csie.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/142423: [PATCH] sysutils/munin-node: Correct default postfix plugin logfile settings
Message-ID:  <20100107160919.3909E22BF3@new.ptt.cc>
Resent-Message-ID: <201001071630.o07GU2ic043997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         142423
>Category:       ports
>Synopsis:       [PATCH] sysutils/munin-node: Correct default postfix plugin logfile settings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 07 16:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chen-Yu Tsai
>Release:        FreeBSD 8.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD new.ptt.cc 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #6: Wed Dec 9 13:44:52 CST 2009 root@new.ptt.cc:/usr/obj/usr/src/sys/NEW amd64


	
>Description:
	The postfix logfile setting in the plugins.conf file is wrong.

	The postfix_mailstats and postfix_mailvolume plugins will not work
	unless the path is corrected.

>How-To-Repeat:
	
>Fix:
	env.logfile should be "maillog" instead of "/var/log/maillog".
	The path is specified seperately with "env.logdir".

--- munin-node.diff begins here ---
--- /usr/ports/sysutils/munin-node/files/plugins.conf	2008-02-07 05:34:23.000000000 +0800
+++ /home/wens/temp/munin-node/files/plugins.conf	2010-01-08 00:01:02.000000000 +0800
@@ -48,7 +48,7 @@
 
 [postfix*]
 user root
-env.logfile /var/log/maillog
+env.logfile maillog
 
 [sendmail*]
 env.mspqueue /var/spool/clientmqueue
--- munin-node.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100107160919.3909E22BF3>