If you wish to have Dovecot started automatically at boot time,
simply add the follow lines to /etc/rc.local:

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

