Subversion Repositories configs

Rev

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

Rev 59 Rev 60
Line 53... Line 53...
53
 
53
 
54
# create a pid file for stopping the service via the init.d scripts
54
# create a pid file for stopping the service via the init.d scripts
55
#pid_file		= /var/run/zarafad/server.pid
55
#pid_file		= /var/run/zarafad/server.pid
56
 
56
 
57
# run server in this path (when not using the -F switch)
57
# run server in this path (when not using the -F switch)
58
#running_path = /var/lib/zarafa
58
#running_path = /var/lib64/zarafa
59
 
59
 
60
# create memory coredumps upon crash in the running_path directory
60
# create memory coredumps upon crash in the running_path directory
61
coredump_enabled = yes
61
coredump_enabled = yes
62
 
62
 
63
# session timeout for clients. Values lower than 300 will be upped to 300
63
# session timeout for clients. Values lower than 300 will be upped to 300
Line 340... Line 340...
340
# configuration file of the user plugin, examples can be found in /usr/share/doc/zarafa/example-config
340
# configuration file of the user plugin, examples can be found in /usr/share/doc/zarafa/example-config
341
user_plugin_config	= /etc/zarafa/ldap.cfg
341
user_plugin_config	= /etc/zarafa/ldap.cfg
342
 
342
 
343
# location of the zarafa plugins
343
# location of the zarafa plugins
344
# if you have a 64bit distribution, this probably should be changed to /usr/lib64/zarafa
344
# if you have a 64bit distribution, this probably should be changed to /usr/lib64/zarafa
345
plugin_path		= /usr/lib/zarafa
345
plugin_path		= /usr/lib64/zarafa
346
 
346
 
347
# scripts which create stores for users from an external source
347
# scripts which create stores for users from an external source
348
# used for ldap and unix plugins only
348
# used for ldap and unix plugins only
349
createuser_script		=	/etc/zarafa/userscripts/createuser
349
createuser_script		=	/etc/zarafa/userscripts/createuser
350
deleteuser_script		=	/etc/zarafa/userscripts/deleteuser
350
deleteuser_script		=	/etc/zarafa/userscripts/deleteuser