Control Web Panel

WebPanel => E-Mail => Topic started by: banane on May 05, 2015, 12:43:03 PM

Title: add the clamav user in amavis group to fix access to /var/amavis/tmp/
Post by: banane on May 05, 2015, 12:43:03 PM
in /var/log/maillog I had many lines like this:
Code: [Select]
amavis[18486]: (18486-01) (!)run_av (ClamAV-clamd) FAILED - unexpected , output="/var/amavis/tmp/amavis-x/parts: lstat() failed: Permission denied. ERROR\n"
I fixed that adding the clamav user in amavis group with this command
Code: [Select]
usermod -a -G amavis clamav
I guess it's a bug, isn't?