Subversion Repositories configs

Rev

Rev 23 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
##############################################################
2
# INDEXED SEARCH SERVICE SETTINGS
3
 
4
# Location of the index files
5
index_path          =   /var/lib/zarafa/index/
6
 
7
# run as specific user
8
run_as_user         = zarafa
9
 
10
# run as specific group
11
run_as_group        = zarafa
12
 
13
# control pid file
14
pid_file            =   /var/run/zarafa-search.pid
15
 
16
# run server in this path (when not using the -F switch)
17
running_path        =   /
18
 
19
# create memory coredumps upon crash in the running_path directory
20
coredump_enabled = no
21
 
22
# Limit the number of results returned (0 = don't limit)
23
limit_results		=	0
24
 
25
##############################################################
26
# CONNECTION TO ZARAFA SERVER SETTINGS
27
#
28
 
29
# Socket to find the connection to the Zarafa server.
30
# Use https to reach servers over the network
31
server_socket   =   file:///var/run/zarafa
32
 
33
# Login to the Zarafa server using this SSL Key
34
sslkey_file         = /etc/zarafa/ssl/search.pem
35
 
36
# The password of the SSL Key
37
sslkey_pass         = replace-with-server-cert-password
38
 
39
##############################################################
40
# LISTEN SETTINGS
41
#
42
 
43
# binding address
44
# To setup for multi-server, use: http://0.0.0.0:port or https://0.0.0.0:port
45
server_bind_name   =   file:///var/run/zarafa-search
46
 
47
# File with RSA key for SSL, used then server_bind_name uses https
48
ssl_private_key_file= /etc/zarafa/search/privkey.pem
49
 
50
# File with certificate for SSL, used then server_bind_name uses https
51
ssl_certificate_file= /etc/zarafa/search/cert.pem
52
 
53
##############################################################
54
# LOG SETTINGS
55
 
56
# Logging method (syslog, file)
57
log_method          =   file
58
 
59
# Loglevel (0=no logging, 5=full logging)
60
log_level           =   2
61
 
62
# Logfile for log_method = file, use '-' for stderr
63
log_file            =   /var/log/zarafa/search.log
64
 
65
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
66
log_timestamp       =   1
67
 
68
 
69
##############################################################
70
# ADVANCED INDEXED SEARCH SETTINGS
71
 
72
# Size of indexing cache (used for indexing only, not for searching)
73
term_cache_size		=   64M
74
 
75
# Ignore properties upon indexing
76
# Only override this setting to expand the list
77
#index_exclude_properties = 007D 0064 0C1E 0075 678E 678F
78
 
79
##############################################################
80
# INDEX OPTIMIZATION SCHEDULE
81
 
82
# Start the optimization routine at this hour, in 24h notation.
83
optimize_start = 2
84
 
85
# Stop the optimization routine at this hour, in 24h notation.
86
# The current index that is being optimized is finished before stopping.
87
optimize_stop = 5
88
 
89
# Only optimize indexes which wern't optimized for the past X days.
90
optimize_age = 7
91
 
92
##############################################################
93
# ATTACHMENT INDEX SETTINGS
94
 
95
# Should attachments be indexed
96
index_attachments	= no
97
 
98
# Maximum file size for attachments
99
index_attachment_max_size = 5M
100
 
101
# Scripts to attachment to text parser
102
index_attachment_parser = /etc/zarafa/searchscripts/attachments_parser
103
 
104
# Maximum amount of memory which a parser may use in bytes (set to 0 for unlimited)
105
# If this maximum is exceeded the parser will be killed
106
index_attachment_parser_max_memory = 0
107
 
108
# Maximim amount of CPU time (in seconds) which a parser may spend on parsing (set to 0 for unlimited)
109
# If this maximum is exceeded the parser will be killed
110
index_attachment_parser_max_cputime = 0
111
 
112
# Filter out parsing of attachment which has a mimetype from this list
113
# Only the first part of the mime needs to be given, like 'image'.
114
# This field is SPACE separated
115
index_attachment_mime_filter =
116
 
117
# Filter out parsing of attachment which has an extension from this list
118
# (only tested if mimetype was not found on the attachment)
119
# This field is SPACE separated
120
index_attachment_extension_filter =