7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
|
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
|