diff -urN dansguardian-2.10.1.1.old/configs/contentscanners/clamdscan.conf.in dansguardian-2.10.1.1/configs/contentscanners/clamdscan.conf.in --- dansguardian-2.10.1.1.old/configs/contentscanners/clamdscan.conf.in 2018-12-17 23:21:19.994001174 +1100 +++ dansguardian-2.10.1.1/configs/contentscanners/clamdscan.conf.in 2018-12-17 23:24:04.000000000 +1100 @@ -1,7 +1,7 @@ plugname = 'clamdscan' # edit this to match the location of your ClamD UNIX domain socket -#clamdudsfile = '/var/run/clamav/clamd.sock' +clamdudsfile = '/var/clamav/clamd.socket' # If this string is set, the text it contains shall be removed from the # beginning of filenames when passing them to ClamD. diff -urN dansguardian-2.10.1.1.old/configs/dansguardian.conf.in dansguardian-2.10.1.1/configs/dansguardian.conf.in --- dansguardian-2.10.1.1.old/configs/dansguardian.conf.in 2018-12-17 23:21:19.994001174 +1100 +++ dansguardian-2.10.1.1/configs/dansguardian.conf.in 2018-12-17 23:25:03.000000000 +1100 @@ -611,6 +611,8 @@ # clamdscan, the two processes must run with either the same group or user ID. #daemonuser = '@DGPROXYUSER@' #daemongroup = '@DGPROXYGROUP@' +daemonuser = 'clamav' +daemongroup = 'dansguardian # Soft restart # When on this disables the forced killing off all processes in the process group.