[imapproxy] Re: [imp] Init Script for ImapProxy
Eric Rostetter
eric.rostetter at physics.utexas.edu
Thu Jan 16 16:59:11 PST 2003
Quoting Chuck Hagenbuch <chuck at horde.org>:
I've added my RedHat specific init script...
> 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
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Why get even? Get odd!
More information about the imapproxy
mailing list