To finish installation you should add following line to
your .mc files:

INPUT_MAIL_FILTER(`mimedefang', \
	`S=unix:/var/run/mdefang/mimedefang.socket, \
	F=T, T=S:360s;R:360s;E:15m')dnl

If you wish to start up mimedefang automatically during system
startup, add the following lines to /etc/rc.local:

if [ -f /etc/rc.mimedefang ]; then
	. /etc/rc.mimedefang
fi
