apache
default entry for virtual host is needed
namevirtualhost *:443 to solve the bind error
Edit:
/var/qmail/supervise/smtp/run
Add the following:
CODE
QMAILQUEUE=”/var/qmail/bin/qmail-scanner-queue.pl”
export QMAILQUEUE
** Increase the softlimit by modifying the exec line like this:
CODE
exec /usr/local/bin/softlimit -m 15000000 \
STEP 3. Setup Clam Virus Definition Auto-Updater:
CODE
touch /var/log/clam-update.log
chmod 600 /var/log/clam-update.log
chown clamav /var/log/clam-update.log
freshclam -d -c 2 -l /var/log/clam-update.log
CODE
crontab -e
Add this line:
CODE
0 8 * * * /usr/local/bin/freshclam –quiet -l /var/log/clam-update.log