6e3f7cab62
imapproxy keeps the connection to an IMAP server open after a client logs out and reuses it when the client connects again. This is mostly useful for webmail clients. From Holger Mauermann <holger@mauermann.org>
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
|