richard: server/kolabd/kolabd/templates amavisd.conf.template.in, 1.5, 1.6

cvs at intevation.de cvs at intevation.de
Wed Feb 1 21:48:16 CET 2006


Author: richard

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv20980/templates

Modified Files:
	amavisd.conf.template.in 
Log Message:
commented out the variable MYHOME and assigned it the value
@amavisd_home@ from the dist_conf file.  The LOGFILE variable has been
assigned the variable: @amavisd_logfile@
This makes it possible to use the template for other distributions as
well.



Index: amavisd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- amavisd.conf.template.in	15 Jan 2006 20:32:47 -0000	1.5
+++ amavisd.conf.template.in	1 Feb 2006 20:48:14 -0000	1.6
@@ -59,8 +59,7 @@
 
 # $MYHOME serves as a quick default for some other configuration settings.
 # More refined control is available with each individual setting further down.
-# $MYHOME is not used directly by the program. No trailing slash!
-#$MYHOME = '@amavisd_home@';   # (default is '@amavisd_home@')
+$MYHOME = '@amavisd_home@';
 
 # $mydomain serves as a quick default for some other configuration settings.
 # More refined control is available with each individual setting further down.
@@ -277,7 +276,7 @@
 #$SYSLOG_LEVEL = 'user.info';     # (facility.priority, default 'mail.info')
 
 # Log file (if not using syslog)
-$LOGFILE = "$MYHOME/amavis.log"; # (defaults to empty, no log)
+$LOGFILE = "@amavisd_logfile@"; # (defaults to empty, no log)
 
 #NOTE: levels are not strictly observed and are somewhat arbitrary
 # 0: startup/exit/failure messages, viruses detected





More information about the commits mailing list