Author Topic: add the clamav user in amavis group to fix access to /var/amavis/tmp/  (Read 6921 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
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?