Enable amavisd-new in /etc/rc.local with the following lines:

if [ -x /usr/local/sbin/amavisd ]; then
	echo -n ' amavisd'; /usr/local/sbin/amavisd
fi
