User Tools

Site Tools


notes:fix-log-errors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:fix-log-errors [2014/09/24 14:24] – [clamav] adminnotes:fix-log-errors [2014/10/02 13:17] (current) – [spamassassin] admin
Line 13: Line 13:
   insert into spamassassin.bayes_global_vars (variable, value) VALUES ("VERSION", 3);Jan 18 08:40:17 server amavis[25863]: (25863-01) (!!)ClamAV-clamd    insert into spamassassin.bayes_global_vars (variable, value) VALUES ("VERSION", 3);Jan 18 08:40:17 server amavis[25863]: (25863-01) (!!)ClamAV-clamd 
  
 +* * *
 +
 +  info: config: failed to parse line, skipping, in "/etc/spamassassin/local.cf": use_dcc 0
 +
 +add
 +  loadplugin Mail::SpamAssassin::Plugin::DCC
 +to ''to /etc/spamassassin/local.cf'' before //use_dcc//
 ===== clamav ===== ===== clamav =====
  
Line 20: Line 27:
 //clamav// package is not enough. If you need clamd, you may also want to run //clamav// package is not enough. If you need clamd, you may also want to run
   apt-get install clamav-daemon   apt-get install clamav-daemon
 +  
 +* * *
 +  ClamAV-clamd av-scanner FAILED: CODE(0x10fc620) unexpected ,  lstat() failed: Permission denied. ERROR\n" at (eval 111) line 899.
 +
 +Add //clamav// user to the //amavis// group.
 +  sudo usermod -a -G amavis clamav
 +and then restart the clamav and amavis daemons.
 +  service clamav-daemon restart
 +  service amavis restart
notes/fix-log-errors.1411568655.txt.gz · Last modified: 2014/09/24 14:24 by admin