Subversion Repositories configs

Rev

Rev 4 | Rev 43 | Go to most recent revision | Details | Compare with Previous | 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
23 - 5
index_path          =   /var/lib/zarafa/search/
4 - 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
23 - 34
#sslkey_file         = /etc/zarafa/ssl/search.pem
4 - 35
 
36
# The password of the SSL Key
23 - 37
#sslkey_pass         = replace-with-server-cert-password
4 - 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
 
23 - 79
# Number of indexing processes used during initial indexing
80
# Setting this to a higher value can greatly speed initial indexing up,
81
# especially when attachments are indexed.
82
index_processes		=   1
4 - 83
 
23 - 84
# Back end search engine (currently only xapian is supported)
85
search_engine		=   xapian
4 - 86
 
87
##############################################################
88
# ATTACHMENT INDEX SETTINGS
89
 
90
# Should attachments be indexed
91
index_attachments	= no
92
 
93
# Maximum file size for attachments
94
index_attachment_max_size = 5M
95
 
96
# Scripts to attachment to text parser
97
index_attachment_parser = /etc/zarafa/searchscripts/attachments_parser
98
 
99
# Maximum amount of memory which a parser may use in bytes (set to 0 for unlimited)
100
# If this maximum is exceeded the parser will be killed
101
index_attachment_parser_max_memory = 0
102
 
103
# Maximim amount of CPU time (in seconds) which a parser may spend on parsing (set to 0 for unlimited)
104
# If this maximum is exceeded the parser will be killed
105
index_attachment_parser_max_cputime = 0
106
 
107
# Filter out parsing of attachment which has a mimetype from this list
108
# Only the first part of the mime needs to be given, like 'image'.
109
# This field is SPACE separated
110
index_attachment_mime_filter =
111
 
112
# Filter out parsing of attachment which has an extension from this list
113
# (only tested if mimetype was not found on the attachment)
114
# This field is SPACE separated
115
index_attachment_extension_filter =