Hi! I have install Scalix 10 into my Linux Server. I am having a problem when need scalix run ClamAV. After I have configure Scalix with ClamAV i can't send any email out for Internal users and external. Below how I install my ClamAV with Source.
Step1
groupadd clamav
useradd -g clamav -s /bin/false -c "Clam AntiVirus" clamav
Step2
cd /usr/src/
tar xzvf clamav-0.88.4.tar.gz
Step3
./configure --sysconfdir=/etc --disable-zlib-vcheck
Step4
make
su -c "make install"
Step5
touch /var/log/freshclam.log
chmod 600 /var/log/freshclam.log
chown clamav /var/log/freshclam.log
touch /var/log/clamav.log
chmod 600 /var/log/clamav.log
chown clamav /var/log/clamav.log
Step6
vi /etc/clamd.conf
"Example" - should already be commented out. However, if it is not, make sure that it is commented out (#)
"LogFile" - should be set to /var/log/clamav.log
"LogTime" - should be uncommmented.
"LogSyslog" - should be uncommented.
"User" - should be set to clamav
"ScanMail" - should be uncommented.
vi /etc/freshclam.conf
"Example" - should already be commented out. However, if it is not, make sure that it is commented out (#)
"UpdateLogFile" - should be set to /var/log/freshclam.log
LogSyslog" - should be uncommented
When done the ClamAV, I follow the Scalix Users Guide step. Need HELP
Need to install Scalix with ClamAV