Line 442: |
Line 442: |
| After installing DansGuardian and completing the clamav setup instructions above, there are 3 extra steps to take on SME9: | | After installing DansGuardian and completing the clamav setup instructions above, there are 3 extra steps to take on SME9: |
| | | |
− | The path to clamd.socket must match the path given in /etc/clamd.conf | + | 1. The path to clamd.socket must match the path given in /etc/clamd.conf |
| * edit <span style="color:blue;">/etc/dansguardian/contentscanners/clamdscan.conf</span> and set clamdudsfile to: | | * edit <span style="color:blue;">/etc/dansguardian/contentscanners/clamdscan.conf</span> and set clamdudsfile to: |
| clamdudsfile = '/var/clamav/clamd.socket' | | clamdudsfile = '/var/clamav/clamd.socket' |
| | | |
− | Dansguardian and Clamav must run as the same user for clamav scanning to work. Set Dansguardian to run as 'clamav' as follows: | + | 2. Dansguardian and Clamav must run as the same user for clamav scanning to work. Set Dansguardian to run as 'clamav' as follows: |
| * edit <span style="color:blue;">/etc/dansguardian/dansguardian.conf</span> | | * edit <span style="color:blue;">/etc/dansguardian/dansguardian.conf</span> |
| ** uncomment 'daemonuser' and 'daemongroup' | | ** uncomment 'daemonuser' and 'daemongroup' |
Line 453: |
Line 453: |
| daemongroup = 'dansguardian | | daemongroup = 'dansguardian |
| | | |
− | Correct the ownership on existing files and folders that belong to the original dansguardian user account. | + | 3. Correct the ownership on existing files and folders that belong to the original dansguardian user account. |
| * Execute the commands below | | * Execute the commands below |
| chown clamav /var/log/dansguardian/access.log | | chown clamav /var/log/dansguardian/access.log |
| 'rm' -rf /tmp/.dguardianipc | | 'rm' -rf /tmp/.dguardianipc |
− | 'rm' -rf /dguardianurlipc | + | 'rm' -rf /tmp/.dguardianurlipc |
| | | |
| | | |
Line 558: |
Line 558: |
| [[Category:Administration:Content Spam Virus Blocking]] | | [[Category:Administration:Content Spam Virus Blocking]] |
| [[Category:Security]] | | [[Category:Security]] |
| + | [[Category:Contrib:webfiltering]] |