Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 43
Line 3... Line 3...
3
# zarafa-gateway Zarafa Collaboration Platform's POP3/IMAP Gateway
3
# zarafa-gateway Zarafa Collaboration Platform's POP3/IMAP Gateway
4
#
4
#
5
# chkconfig: 345 86 24
5
# chkconfig: 345 86 24
6
# description: The Zarafa Gateway allows users \
6
# description: The Zarafa Gateway allows users \
7
#              to access their email using the POP3 or IMAP protocol.
7
#              to access their email using the POP3 or IMAP protocol.
8
# processname: /usr/bin/zarafa-gateway
8
# processname: /usr/sbin/zarafa-gateway
9
# config: /etc/zarafa/gateway.cfg
9
# config: /etc/zarafa/gateway.cfg
10
# pidfile: /var/run/zarafa-gateway.pid
10
# pidfile: /var/run/zarafa-gateway.pid
11
 
11
 
12
### BEGIN INIT INFO
12
### BEGIN INIT INFO
13
# Provides: zarafa-gateway
13
# Provides: zarafa-gateway
Line 19... Line 19...
19
# Description: The Zarafa Gateway allows users
19
# Description: The Zarafa Gateway allows users
20
#              to access their email using the POP3 or IMAP protocol.
20
#              to access their email using the POP3 or IMAP protocol.
21
### END INIT INFO
21
### END INIT INFO
22
 
22
 
23
GATEWAYCONFIG=/etc/zarafa/gateway.cfg
23
GATEWAYCONFIG=/etc/zarafa/gateway.cfg
24
GATEWAYPROGRAM=/usr/bin/zarafa-gateway
24
GATEWAYPROGRAM=/usr/sbin/zarafa-gateway
25
 
25
 
26
# Sanity checks.
26
# Sanity checks.
27
[ -x $GATEWAYPROGRAM ] || exit 0
27
[ -x $GATEWAYPROGRAM ] || exit 0
28
 
28
 
29
GATEWAYCONFIG_OPT=""
29
GATEWAYCONFIG_OPT=""