View Single Post
  #26 (permalink)  
Old 10-11-2006, 01:10 PM
pepijn pepijn is offline
Active Member
 
Posts: 27
Default

Quote:
Originally Posted by dijichi2
the # means the line is commented out, although if there is no other override that indicates the default value. however, zimbra amavis uses /opt/zimbra/conf/amavisd.conf as the config file which is created from /opt/zimbra/conf/amavisd.conf.in each invocation. the sa rules dir is specified by $sa_site_rules_file - what does this say in yours?
Right, I know it's commented out and as you note it typically indicates a default setting. This is why I am thinking that I'm just providing a workaround for something that should be coming from a Zimbra config file like /opt/zimbra/conf/amavisd.conf. Mine contains the following (logical looking) settings:

Code:
$sa_rules_file = '/opt/zimbra/conf/salocal.cf';
$sa_site_rules_file = '/opt/zimbra/conf/spamassassin';
$sa_userprefs_file = '/opt/zimbra/conf/sauser.cf';
Looks like these settings are not making it through to zmtrainsa when it runs.

pepijn.
Reply With Quote