> -----Original Message----- > From: Oliver Schinagl [mailto:[email protected]] > > Amavis obvious is part of the correct group, > 7of9 tmp # grep amavis /etc/group > amavis:x:10021:clamav > clamav:x:10024:amavis
It seems to me that amavis is running in the clamav group, while clamav is running in the amavis one. This means that the /var/run/clamav/clamd.sock socket is created with clamav as the owner, and amavis as the group. Since the group you use to run amavisd-new is instead clamav, of course it doesn't have any right to access that socket. You may attempt running both amavisd AND clamav in the very same group. Say amavis: amavis:x:10021:amavis clamav:x:10024:amavis ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org
