In order to start imapproxy at boot time, edit /etc/imapproxy.conf
and add the following lines to /etc/rc.local:

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