openbsd-ports/mail/imapproxy/pkg/MESSAGE

7 lines
217 B
Plaintext
Raw Normal View History

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