[imapproxy] Re: [imp] Init Script for ImapProxy
Chuck Hagenbuch
chuck at horde.org
Thu Jan 16 11:39:27 PST 2003
Quoting Harry Hoffman <hhoffman at ip-solutions.net>:
> Hi,
> For linux:
> #!/bin/sh
> #
> # Imapproxy (in use with IMP)
> #
> #
> # chkconfig: 12345 90 10
> # description: Imap proxy btwn IMP & IMAP server
> # Harry Hoffman <hhoffman at ip-solutions.net>
> case "$1" in
> 'start') su - -c /sbin/imapproxy imapproxy;;
>
> 'stop') pkill imapproxy;;
>
> *) /bin/echo "Usage: $0 { start | stop }" ;;
>
> esac
I've tossed this into CVS as a starting point, thanks.
-chuck
--
Charles Hagenbuch, <chuck at horde.org>
must ... find ... acorns ... *thud*
More information about the imapproxy
mailing list