ScalixSupport wrote:Hi!
Make sure you have done these:
* in file ALL-ROUTES.VIR, each rule is in one line.
* in the file /etc/group, for group clamav, add scalix, the entries for clamav and scalix should
like as below:
scalix:x:101:clamav
clamav:x:102:scalix
* create file /var/opt/scalix/??/s/rules/ndninfo.txt, having a few lines indicating that mail was rejected.
* In /etc/clamd.conf, you need to make two changes,Code: Select all
AllowSupplementaryGroups yes
TCPAddr 192.168.103.113
Note: the value for property TCPAddr should be your Scalix Server IP address.
Once you have done these, restart clamd service, and restart Service Router using the
commands below:Code: Select all
omoff -wd 0 sr
omon sr
Now check if the Service Router shows status "Started" in result of the command
"omstat -s".
Thanks,
Subir
I finally can create the anti-vrius rules, because I don't know add the clamav user to scalix group.... , next step is spamassassin intergration ~
Thank you !!