MESSAGE 217 B

1234567
  1. In order to start imapproxy at boot time, edit ${SYSCONFDIR}/imapproxy.conf
  2. and add the following lines to /etc/rc.local:
  3. if [ -x ${PREFIX}/sbin/imapproxyd ]; then
  4. echo -n ' imapproxy'; ${PREFIX}/sbin/imapproxyd
  5. fi