openbsd-ports/mail/imapproxy/pkg/MESSAGE
alek 6e3f7cab62 Import imapproxy 1.2.3
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>
2005-05-08 12:22:09 +00:00

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