我使用CentOS 4.4, 升級更簡單方便, clamav最新版本已經是0.88.7, 步驟如下:
1. vi /etc/postfix/main.cf 注釋
#content_filter = smtp:[127.0.0.1]:10024
2. postfix reload
3. /etc/init.d/clamd stop
/usr/bin/freshclam stop
4. 在線升級
yum -y update clamd
5. 升級完成後
/etc/init.d/clamd start
/usr/bin/freshclam start
6. vi /etc/postfix/main.cf 去掉注釋#
content_filter = smtp:[127.0.0.1]:10024
7. postfix reload
8. 檢查clamd.log及freshclam.log, 已經升級到0.88.7